summaryrefslogtreecommitdiff
path: root/gdb/partial-stab.h
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate redundant pst test.Andrew Cagney2000-08-111-1/+1
|
* 2000-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-08-101-2/+2
| | | | | From Greg McGary <greg@mcgary.org>: * partial-stab.h: Don't crash if pst is null.
* Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-05-041-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | * objfiles.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS, SECT_OFF_RODATA): Define as functions of OBJFILE. Add sect_index_text, sect_index_data, sect_index_rodata, sect_index_bss to objfile structure. * gdb-stabs.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS, SECT_OFF_RODATA): Remove. * objfiles.c (allocate_objfile): Initialize sect_index_{text,data,bss,rodata} to -1, for error detection. * symfile.c (default_symfile_offsets): Initialize sect_index_{text,data,bss,rodata} from bfd information. * xcoffread.c (xcoff_symfile_offsets): Ditto. * somread.c (som_symfile_offsets): Initialize sect_index_{text,data,bss,rodata}. * coffread.c, dbxread.c, elfread.c, hp-psymtab-read.c, hp-symtab-read.c, hpread.c, mdebugread.c, minsyms.c, mipsread.c, objfiles.c, os9kread.c, pa64solib.c, partial-stab.h, remote-os9k.c, remote-vx.c, remote.c, rs6000-nat.c, somsolib.c, stabsread.c, symfile.c, xcoffread.c: Update use of SECT_OFF_{TEXT,DATA,BSS,RODATA} to depend on the current objfile. * xcoffread.c: Add new field objfile to find_targ_sec_arg.
* * partial-stab.h: Add one more check against corrupted or irregular stabsChristopher Faylor2000-03-281-1/+1
| | | | entry.
* import gdb-1999-09-21Jason Molenda1999-09-221-9/+15
|
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-2/+1
|
* import gdb-1999-08-09 snapshotJason Molenda1999-08-091-13/+13
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-700/+707
|
* import gdb-1999-06-14 snapshotJason Molenda1999-06-141-9/+9
|
* Initial revisionStan Shebs1999-04-161-0/+812