]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Tue Feb 2 17:36:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 2 Feb 1999 23:38:45 +0000 (23:38 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 2 Feb 1999 23:38:45 +0000 (23:38 +0000)
commit85a85d8a14bfc68391bb4a8f6d713351550cdd6c
tree865bff9bdff7f7748ee1f8ac71bb08d728134228
parent8ad50a73047655b25e61164063a1e07f5c56888f
Tue Feb  2 17:36:29 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

* hp-psymtab-read.c (do_pxdb): New function. Check whether the
file needs to be processed by pxdb (an HP debug info massaging
tool), if so call it.
(hpread_build_psymtabs): Initialize scan_start to 0 and
simplify flow of control.

* somread.c (som_symfile_read): Add call to do_pxdb (),
in hp-psymtab-read.c.

* symfile.c (symbol_file_add): Remove ifdef'ed out HPUX specific
code.
(symfile_bfd_open): Remove HPUXHPPA ifdef'ed code. Code is now
in hp-psymtab-read.c.
gdb/ChangeLog
gdb/hp-psymtab-read.c
gdb/somread.c