diff options
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 38b3c8b..1cc59d9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com) + + * gdb.texinfo: Add opcodes dir to GDB distribution description. + Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * gdbint.texinfo: fixed a stray email address (needs @@), diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d183dbd..d439369 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -7889,6 +7889,9 @@ GNU include files @item gdb-_GDB_VN__/libiberty source for the @samp{-liberty} free software library +@item gdb-_GDB_VN__/opcodes +source for the library of opcode tables and disassemblers + @item gdb-_GDB_VN__/readline source for the GNU command-line interface |