X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=5a0d478d90ed88f76842df8fd498cf08d1358b20;hb=66b965bb7527a397dd78d8f822b7aeb50c971633;hp=d5a28189641ce25afd1ba5bab7e3f37f1688854a;hpb=eaf90c5d1fae09c938636c273a5f502be1683392;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d5a2818964..5a0d478d90 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,38 @@ +2000-12-20 Fernando Nasser + + * configure.in: Rename CONFIG_LOBS to CONFIG_LIB_OBS. + * Makefile.in: Ditto. + * configure: Regenerate. + +2000-12-20 Fernando Nasser + + * command.h: Register date when it was deprecated. + * call-cmds.h: Ditto. + +2000-12-20 Fernando Nasser + + * Makefile.in (UIOUT_CFLAGS): New macro. CFLAGS needed for uiout code + to be compiled. Defines UI_OUT. + (SUBDIR_MI_CFLAGS): Defines MI_OUT, not UI_OUT. + (INTERNAL_WARN_CFLAGS): Also include UIOUT_CFLAGS. + * configure.in (UIOUT_CFLAGS): New configuration variable. + (--with-uiout): New configuration option. Causes uiout code to + be compiled, instead of the old *printf one. + * configure: Regenerate. + * top.c (print_gdb_version): Test for and print MI_OUT, not UI_OUT. + +2000-12-20 Fernando Nasser + + * complaints.c (complain): Call warning_hook if defined, instead of + writting to gdb_stderr. + (clear_complaints): Do not write anything to gdb_stderr if warning_hook + is defined. + +2000-12-19 Elena Zannoni + + * sh-tdep.c (sh_print_register): Don't leave regnum 0 out of the + non-pseudo-regs group. + 2000-12-19 Elena Zannoni * sh-tdep.c (sh_gdbarch_init): Move setting of breakpoint_from_pc