diff options
author | Ian Lance Taylor <iant@google.com> | 2014-10-15 15:32:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2014-10-15 15:32:41 +0000 |
commit | bb8c2886dbf838805777d2c7952f46bbeba7987f (patch) | |
tree | bdc1d44318ce5627cb6a73b6ef6d9337cf792b1d /libffi/ChangeLog | |
parent | 9e98c8c32cfb8633053f2663983e9fa845398e52 (diff) | |
download | gcc-bb8c2886dbf838805777d2c7952f46bbeba7987f.zip gcc-bb8c2886dbf838805777d2c7952f46bbeba7987f.tar.gz gcc-bb8c2886dbf838805777d2c7952f46bbeba7987f.tar.bz2 |
configure.ac: If the compiler supports -Qunused-arguments...
* configure.ac: If the compiler supports -Qunused-arguments, use
it when running the compiler on .s files.
* configure: Regenerated.
From-SVN: r216268
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 ee6c476..ed7f555 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 |