diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-21 13:14:02 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-21 13:14:02 +0000 |
commit | a3828db05a4f4b107b8ab4210f5f7e882786a365 (patch) | |
tree | c537993ee89fe990bbf8d59312ab7f0c1b2eaa7a /gdb/ChangeLog | |
parent | b717d30eb550a5418757c32f232a01e7620f640d (diff) | |
download | gdb-a3828db05a4f4b107b8ab4210f5f7e882786a365.zip gdb-a3828db05a4f4b107b8ab4210f5f7e882786a365.tar.gz gdb-a3828db05a4f4b107b8ab4210f5f7e882786a365.tar.bz2 |
* configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
is necessary.
* configure, config.in: Regenerate.
* utils.c: Adjust for usage of AC_CHECK_DECLS instead of
BFD_NEED_DECLARATION. Never provide a prototype for
caninicalize_file_name.
* gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
BFD_NEED_DECLARATION.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6de86e..c733136 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2005-01-21 Mark Kettenis <kettenis@gnu.org> + * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS + and BFD_NEED_DECLARATION. Don't check if a declaration of strdup + is necessary. + * configure, config.in: Regenerate. + * utils.c: Adjust for usage of AC_CHECK_DECLS instead of + BFD_NEED_DECLARATION. Never provide a prototype for + caninicalize_file_name. + * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of + BFD_NEED_DECLARATION. + * configure.ac (targ_archs): Use standard autoconf check for "struct stat.st_blocks" instead of rolling our own. * configure: Regenerated. |