aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-04-10 11:58:15 +0000
committerDaniel Jacobowitz <drow@false.org>2007-04-10 11:58:15 +0000
commit1a92f85678f2cf28128ca444e9c8458b771c3b39 (patch)
treefcbca9ab4ded248ea5dbd57f04c3ac4d2334a5b8 /gdb/doc
parent542c95c200376cb920fafd54d6f3016f0b245e1d (diff)
downloadgdb-1a92f85678f2cf28128ca444e9c8458b771c3b39.zip
gdb-1a92f85678f2cf28128ca444e9c8458b771c3b39.tar.gz
gdb-1a92f85678f2cf28128ca444e9c8458b771c3b39.tar.bz2
* Makefile.in (SFILES): Remove hpacc-abi.c.
(COMMON_OBS): Remove hpacc-abi.o. (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE). (hpacc-abi.o, hpread.o): Delete rules. * somread.c: Delete extern declarations from hpread.c. (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs. (som_symfile_finish): Do not call hpread_symfile_finish. (som_symfile_init): Do not call hpread_symfile_init. * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o. * config/pa/hppahpux.mt (TDEPFILES): Likewise. * hpacc-abi.c, hpread.c: Deleted. * gdbint.texinfo (SOM): Correct location of the SOM reader.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdbint.texinfo2
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