diff options
author | DJ Delorie <dj@redhat.com> | 2005-05-07 02:00:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-05-07 02:00:41 +0000 |
commit | 0093138c538288acd259b6aecdee91b6405ba5c4 (patch) | |
tree | d6b95e3a7b02353c328e01c570540fbc0af68195 /libiberty/ChangeLog | |
parent | 61bd574fdd7f6dc1e2ad28fa2a72b8f69858bff2 (diff) | |
download | gdb-0093138c538288acd259b6aecdee91b6405ba5c4.zip gdb-0093138c538288acd259b6aecdee91b6405ba5c4.tar.gz gdb-0093138c538288acd259b6aecdee91b6405ba5c4.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9956cf5..d3e4752 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,16 @@ +2005-05-06 Kelley Cook <kcook@gcc.gnu.org> + + * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove. + * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE. + * configure: Regenerate. + +2005-05-06 Kelley Cook <kcook@gcc.gnu.org> + + * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS. + Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF. + * aclocal.m4: Don't include accross.m4. + * configure, config.in: Regenerate. + 2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * fopen_unlocked.c (unlock_std_streams): New. |