]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/coffread.c
gdb/
authorYao Qi <yao@codesourcery.com>
Wed, 21 Nov 2012 00:29:55 +0000 (00:29 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 21 Nov 2012 00:29:55 +0000 (00:29 +0000)
commit85ddcc7021c2709e1b2846277d9af37fe0c6ee80
treee2f154c30144bd08eeb756ed557d1ecc162c81cd
parent367d69d1bc48fc022cacc4d0c4a712b2f2079b1b
gdb/
2012-11-21  Yao Qi  <yao@codesourcery.com>

PR tdep/7438
* gdbarch.sh (smash_text_address): Remove.
* gdbarch.c, gdbarch.h: Regenerate.
* arm-tdep.c (arm_smash_text_address): Remove.
(arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
* hppa-tdep.c (hppa_smash_text_address): Remove.
(hppa_addr_bits_remove): Rename from hppa_smash_text_address.
(hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
Caller update.
* coffread.c (coff_symtab_read): Caller update.
* dbxread.c (process_one_symbol): Likewise.
* elfread.c (record_minimal_symbol): Likewise.
* somread.c (som_symtab_read): Likewise.
gdb/ChangeLog
gdb/arm-tdep.c
gdb/coffread.c
gdb/dbxread.c
gdb/elfread.c
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/hppa-tdep.c
gdb/somread.c