diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-02-09 18:43:50 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-02-09 18:43:50 +0000 |
commit | 75a706fc294a11f6d785e3e08e41a8437395ac3d (patch) | |
tree | 2fe5e468443c4443500af566c024bd2e8304ac17 /gas | |
parent | 5afb4e9982174f0cfb0c05ff8408ec7c893955f8 (diff) | |
download | gdb-75a706fc294a11f6d785e3e08e41a8437395ac3d.zip gdb-75a706fc294a11f6d785e3e08e41a8437395ac3d.tar.gz gdb-75a706fc294a11f6d785e3e08e41a8437395ac3d.tar.bz2 |
Add missing ChangeLog entries.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3574590..b6fd6b5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr> + + * configure.in (CHECK_DECLS): Add vsnprintf. + * configure: Regenerate. + * messages.c (errno.h, stdarg.h, varargs.h, va_list): Do not + include/declare here, but... + * as.h: Move code detecting VARARGS idiom to the top. + (errno.h, stdarg.h, varargs.h, va_list): ...here. + (vsnprintf): Declare if not already declared. + 2006-02-08 H.J. Lu <hongjiu.lu@intel.com> * as.c (close_output_file): New. |