Relocate symbols using an array of section_offsets, rather than a
authorJohn Gilmore <gnu@cygnus>
Sat, 4 Jul 1992 13:59:03 +0000 (13:59 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 4 Jul 1992 13:59:03 +0000 (13:59 +0000)
commit2670f34d21cbd859050111686f945b73f005a70d
tree3ca968e2a7f72326197808f1b991a4b29642bb32
parent76512886f9d138f88e0c853a36681243aef32c64
Relocate symbols using an array of section_offsets, rather than a
single `addr' or `offset'.  This makes Solaris-2 support work, and
permits better VxWorks (and maybe xcoff) support later.  See ChangeLog.
gdb/ChangeLog
gdb/Makefile.in
gdb/buildsym.h
gdb/dwarfread.c
gdb/elfread.c
gdb/gdb-stabs.h [new file with mode: 0644]
gdb/partial-stab.h
gdb/symmisc.c
gdb/symtab.h
gdb/xcoffread.c