diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-15 15:32:41 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-15 15:32:41 +0000 |
commit | 3a4c5379799b896220ac84e917f3eb5a5e5f61de (patch) | |
tree | bdc1d44318ce5627cb6a73b6ef6d9337cf792b1d /libffi/ChangeLog | |
parent | 5df43a998372f91f936c0f49d96dc268e7f80e4d (diff) | |
download | gcc-3a4c5379799b896220ac84e917f3eb5a5e5f61de.tar.gz |
* configure.ac: If the compiler supports -Qunused-arguments, use
it when running the compiler on .s files.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216268 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index ee6c4769bd8..ed7f5556d94 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,9 @@ +2014-10-15 Ian Lance Taylor <iant@google.com> + + * configure.ac: If the compiler supports -Qunused-arguments, use + it when running the compiler on .s files. + * configure: Regenerated. + 2014-09-11 Jakub Jelinek <jakub@redhat.com> * src/powerpc/linux64.S: Emit .note.GNU-stack even when |