From: Stan Shebs Date: Tue, 29 Oct 1996 23:20:54 +0000 (+0000) Subject: * TODO: Add item suggesting an "info bfd" command. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62c0cf240542680e26a5409da75997b203838841;p=binutils-gdb.git * TODO: Add item suggesting an "info bfd" command. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 103f21d83d8..2c932db1896 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 29 14:59:20 1996 Stan Shebs + + * TODO: Add item suggesting an "info bfd" command. + start-sanitize-d10v Tue Oct 29 12:48:04 1996 Martin M. Hunt diff --git a/gdb/TODO b/gdb/TODO index 06bd9acced0..fcbcd16bea6 100644 --- a/gdb/TODO +++ b/gdb/TODO @@ -9,6 +9,9 @@ General To Do List This list is probably not up to date, and opinions vary about the importance or even desirability of some of the items. +Add an "info bfd" command that displays supported object formats, +similarly to objdump -i. + START_INFERIOR_TRAPS_EXPECTED need never be defined to 2, since that is its default value. Clean this up.