diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-10 19:34:57 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-10 19:34:57 +0000 |
commit | 022a1701c4517308af026c64c707883358b37f26 (patch) | |
tree | 0eb400233d39321811e788f4e3be6962f8504fff /libffi/ChangeLog | |
parent | 12dc7a419be2ea3113128e2507dce7609f4dc19f (diff) | |
download | gcc-022a1701c4517308af026c64c707883358b37f26.tar.gz |
* configure.ac (GCC_AS_CFI_PSEUDO_OP): Use it instead of inline check.
* configure, aclocal.m4: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181266 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index a9d240a6128..2c34801a354 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2011-11-10 Richard Henderson <rth@redhat.com> + + * configure.ac (GCC_AS_CFI_PSEUDO_OP): Use it instead of inline check. + * configure, aclocal.m4: Rebuild. + 2011-09-04 Iain Sandoe <iains@gcc.gnu.org> PR libffi/49594 |