summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
|
* Replace calls to abort() with calls to internal_error().Kevin Buettner2001-02-251-1/+1
|
* * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.Jason Merrill2001-01-191-1/+11
| | | | | (process_one_symbol): Likewise. * dwarfread.c (handle_producer): Likewise.
* Replace free() with xfree().Kevin Buettner2000-12-151-6/+6
|
* 2000-12-08 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2000-12-081-1/+1
| | | | | | | * alpha-tdep.c: Fix typo in comment. * dbxread.c: Fix typo in comment. * fr30-tdep.c: Fix typo: newline missing after comment. * mcore-tdep.c: Fix typo in comment.
* Spelling correction in comment: dependant->dependentDavid Anderson2000-09-011-3/+3
|
* Protoization.Kevin Buettner2000-08-211-7/+3
|
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-101/+43
|
* Eliminate PARAMS from function pointer declarations.gdb-post-params-removal-2000-06-04Kevin Buettner2000-06-041-3/+3
|
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-48/+27
|
* Purge (almost) make_cleanup_func.Andrew Cagney2000-05-221-1/+13
|
* Cleanup discard_minimal_symbols cleanup.Andrew Cagney2000-05-161-1/+1
|
* Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-05-041-26/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* import gdb-2000-01-05 snapshotJason Molenda2000-01-061-3/+7
|
* import gdb-1999-12-06 snapshotJason Molenda1999-12-071-0/+1
|
* import gdb-1999-09-21Jason Molenda1999-09-221-28/+2
|
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-28/+21
|
* import gdb-1999-08-09 snapshotJason Molenda1999-08-091-31/+22
|
* import gdb-1999-08-02 snapshotJason Molenda1999-08-021-2/+2
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-344/+356
|
* import gdb-1999-05-25 snapshotJason Molenda1999-05-251-0/+2
|
* import gdb-19990422 snapshotStan Shebs1999-04-261-5/+48
|
* Initial revisionStan Shebs1999-04-161-0/+2738