* Beginnings of SOM shared library support. Breakpoints and
authorJeff Law <law@redhat.com>
Mon, 7 Nov 1994 07:51:47 +0000 (07:51 +0000)
committerJeff Law <law@redhat.com>
Mon, 7 Nov 1994 07:51:47 +0000 (07:51 +0000)
commitbb140953e4bab8026ff4c51f017755acbb3b253d
treed3d398b7d4b491c99269b82816a47e315c446e8f
parentf4c01c95482e6d86f06dfd5c7c0a761f9fd47714
* Beginnings of SOM shared library support.  Breakpoints and
single frame backtracing within the library only.  Only works when
using the HPUX 9 dynamic linker.  More functionality to be added
soon.

* somsolib.c, somsolib.h: New files.
* Makefile.in (HFILES_NO_SRCDIR): Add somsolib.h
(ALLDEPFILES): Add somsolib.c.
(somsolib.o): Add some dependencies.
* mpw-make.in (HFILES_NO_SRCDIR): Add somsolib.h
(ALLDEPFILES): Add somsolib.c.
(somsolib.o): Add some dependencies.
* somread.c (som_symtab_read): Accept multiple section offsets.
All callers changed.  Adjust all text symbols with the first
section offset.
* symfile.c (find_lowest_section): Enable this function.  Add some
tie-breaking logic when sections have the same vma.
(syms_from_objfile): Use find_lowest_section rather than looking
for ".text" by name.  Relax warning to only warn if the lowest
section is not a code section.
* config/pa/{hppabsd.mh, hppahpux.mh} (NATDEPFILES): Add somsolib.o
* config/pa/{nm-hppab.h, nm-hppah.h}: Include somsolib.h.
gdb/.Sanitize
gdb/ChangeLog
gdb/ChangeLog.mpw
gdb/config/pa/hppabsd.mh
gdb/config/pa/hppahpux.mh
gdb/config/pa/nm-hppab.h
gdb/config/pa/nm-hppah.h
gdb/mpw-make.in
gdb/somread.c
gdb/somsolib.c [new file with mode: 0644]
gdb/somsolib.h [new file with mode: 0644]
This page took 0.025191 seconds and 4 git commands to generate.