forked from Imagelibrary/binutils-gdb
2007-06-12 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (SMASH_TEXT_ADDRESS): Replace by gdbarch_smash_text_address. * somread.c (som_symtab_read): Likewise. * elfread.c (record_minimal_symbol): Likewise. * dbxread.c (process_one_symbol): Likewise. * coffread.c (coff_symtab_read): Likewise. * gdbarch.c, gdbarch.h: Regenerate.
This commit is contained in:
@@ -1155,12 +1155,6 @@ gdbarch_dump (struct gdbarch *current_gdbarch, struct ui_file *file)
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: skip_trampoline_code = <0x%lx>\n",
|
||||
(long) current_gdbarch->skip_trampoline_code);
|
||||
#ifdef SMASH_TEXT_ADDRESS
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"SMASH_TEXT_ADDRESS(addr)",
|
||||
XSTRING (SMASH_TEXT_ADDRESS (addr)));
|
||||
#endif
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: smash_text_address = <0x%lx>\n",
|
||||
(long) current_gdbarch->smash_text_address);
|
||||
|
||||
Reference in New Issue
Block a user