From 1a92f85678f2cf28128ca444e9c8458b771c3b39 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 10 Apr 2007 11:58:15 +0000 Subject: * 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. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdbint.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gdb/doc') 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 + + * gdbint.texinfo (SOM): Correct location of the SOM reader. + 2007-04-02 Bob Wilson * 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 -- cgit v1.1