diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-02-09 11:49:53 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-02-09 11:49:53 +0000 |
commit | db50c8404c624dfe903294d439c54a6db7c6d6c8 (patch) | |
tree | 874d08b3b39f37476ae09cda3d562e765b4fde8d /binutils/ChangeLog | |
parent | 0f699bbe04b7247382b913e0e63375454d864b73 (diff) | |
download | gdb-db50c8404c624dfe903294d439c54a6db7c6d6c8.zip gdb-db50c8404c624dfe903294d439c54a6db7c6d6c8.tar.gz gdb-db50c8404c624dfe903294d439c54a6db7c6d6c8.tar.bz2 |
* configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
* configure: Regenerate.
* objdump.c (fprintf): Remove declaration.
* bucomm.h (fprintf): Declare if not already declared.
(snprintf): Likewise.
(vsnprintf): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fc78333..982523a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr> + + * configure.in (CHECK_DECLS): Add snprintf and vsnprintf. + * configure: Regenerate. + * objdump.c (fprintf): Remove declaration. + * bucomm.h (fprintf): Declare if not already declared. + (snprintf): Likewise. + (vsnprintf): Likewise. + 2006-02-08 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (process_program_headers): Match PT_TLS segment |