summaryrefslogtreecommitdiff
path: root/gdb/somread.c
Commit message (Collapse)AuthorAgeFilesLines
* * somread.c (som_symtab_read): Remove some commented out code andJeff Law2002-03-271-21/+12
| | | | | | | | | updated related comments. Do not set the minimal symbol table to mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope in a dynamic executable. * hppa-tdep.c (find_proc_framesize): Sanely handle the case where we are unable to find the minimal symbol for the given PC value.
* * gdbarch.sh (copyright): Update years in generated header.Richard Earnshaw2002-02-041-22/+8
| | | | | | | | | | | | | (SMASH_TEXT_ADDRESS): Add rule. *gdbarch.h, gdbarch.c: Re-generate. * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS. * dbxread.c: Likewise. * dwarfread.c: Likewise. * elfread.c: Likewise. * somread.c: Likewise. * arm-tdep.c (arm_smash_text_address): New function. * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
* 2002-01-07 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-081-0/+2
| | | | | | | | * cp-valprint.c (cp_print_value): FIXME comment, alloca size. * p-valprint.c (pascal_object_print_value): Ditto. * somread.c (som_symtab_read): Ditto. * symfile.c (simple_free_overlay_region_table): Ditto. * valops.c (value_assign): Ditto.
* mfree() -> xmfree().Andrew Cagney2001-12-021-1/+1
|
* * coffread.c: Replace all occurrences of bfd_read with bfd_bread.Alan Modra2001-09-201-3/+3
| | | | | | | | | * dbxread.c: Likewise. * dwarf2read.c: Likewise. * dwarfread.c: Likewise. * somread.c: Likewise. * ultra3-nat.c: Likewise. * xcoffread.c: Likewise.
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
|
* Replace free() with xfree().Kevin Buettner2000-12-151-2/+2
|
* * gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c,J.T. Conklin2000-10-301-1/+1
| | | | | | | | | | | | | | | | | | | mips-tdep.c, monitor.c, regcache.c, remote-es.c, ser-unix.c, somread.c, tracepoint.c: Fix spelling errors in comments. * gdbarch.c: Regenerate. * gnu-nat.c (S_exception_raise_request): Fix typos and spelling errors in strings. * m3-nat.c (intercept_exec_calls, mach_thread_parse_id): Likewise. * mcore-tdep.c (mcore_analyze_prologue): Likewise. * mips-tdep.c (mips16_next_pc, _initialize_mips_tdep): Likewise. * remote-e7000.c (e7000_start_remote): Likewise. * remote-rdp.c (handle_swi): Likewise. * remote-vx.c (vx_load_command): Likewise. * sh-tdep.c (sh_do_pseudo_register): Likewise. * sol-thread.c (td_err_string): Likewise. * symtab.c (decode_line_2): Likewise. -------------------------------------------------------------------
* 2000-08-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-08-271-1/+1
| | | | | | | | | | | * pa64solib.c (pa64_solib_load_symbols): Don't use ANOFFSET as an lvalue. * xcoffread.c (xcoff_symfile_offsets): Ditto * somsolib.c (som_solib_section_offsets): Ditto. * somread.c (som_symfile_offsets): Ditto. * rs6000-nat.c (vmap_symtab): Ditto. * remote-vx.c (vx_add_symbols): Ditto. * remote-os9k.c (rombug_wait): Ditto.
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-21/+10
|
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-19/+10
|
* Cleanup discard_minimal_symbols cleanup.Andrew Cagney2000-05-161-1/+1
|
* Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-05-041-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* 2000-04-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-04-211-1/+7
| | | | | | | * win32-nat.c (handle_load_dll): Don't treat .text as a special section anymore. * somread.c (som_symfile_offsets): Ditto. * somsolib.c (som_solib_add_solib_objfile): Ditto.
* import gdb-1999-10-04 snapshotJason Molenda1999-10-051-5/+5
|
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-10/+7
|
* import gdb-1999-08-16 snapshotJason Molenda1999-08-161-28/+0
|
* import gdb-1999-08-09 snapshotJason Molenda1999-08-091-7/+6
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-193/+200
|
* import gdb-1999-06-07 snapshotJason Molenda1999-06-071-25/+1
|
* Initial revisionStan Shebs1999-04-161-0/+803