diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fee0b47..e8e75d8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-04-10 Daniel Jacobowitz <dan@codesourcery.com> + + * gdbint.texinfo (SOM): Correct location of the SOM reader. + 2007-04-02 Bob Wilson <bob.wilson@acm.org> * gdb.texinfo: Consistently capitalize all significant words in diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index e6a2b70..b981e80 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2112,7 +2112,7 @@ The basic ELF reader is in @file{elfread.c}. SOM is HP's object file and debug format (not to be confused with IBM's SOM, which is a cross-language ABI). -The SOM reader is in @file{hpread.c}. +The SOM reader is in @file{somread.c}. @section Debugging File Formats |