diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-02-02 02:26:48 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-02-02 02:26:48 +0000 |
commit | 46e9880c625972c3a9ac7c0b53bc1a30c2989b7c (patch) | |
tree | da4dba64cb6e03010ca03d7e31029700d0f9ff35 /gdb/ChangeLog | |
parent | 37a105a123de409e6d33eacc1030d1bebe5b1637 (diff) | |
download | gdb-46e9880c625972c3a9ac7c0b53bc1a30c2989b7c.zip gdb-46e9880c625972c3a9ac7c0b53bc1a30c2989b7c.tar.gz gdb-46e9880c625972c3a9ac7c0b53bc1a30c2989b7c.tar.bz2 |
* printcmd.c (printf_command): Make format string checking
stricter. Add separate cases for long_arg, ptr_arg, and
long_double_arg.
* utils.c (xstrvprintf): Improve the error message issued
for a bad format string.
* Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
New variables.
(gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
$(NO_WERROR_CFLAGS).
(printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
enable -Werror.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a1ae60a..0fa726d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,19 @@ 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com> + * printcmd.c (printf_command): Make format string checking + stricter. Add separate cases for long_arg, ptr_arg, and + long_double_arg. + * utils.c (xstrvprintf): Improve the error message issued + for a bad format string. + * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE): + New variables. + (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove + $(NO_WERROR_CFLAGS). + (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and + enable -Werror. + +2006-02-01 Daniel Jacobowitz <dan@codesourcery.com> + * Makefile.in (remote.o): Update. * remote.c (show_packet_config_cmd): Shorten messages. (remote_set_cmdlist, remote_show_cmdlist): Make file-static. |