diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-19 12:23:21 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-19 12:23:21 +0000 |
commit | 6f55d2040fa43e0a93ca91df0dee40e32cdc27f7 (patch) | |
tree | 955f070fb4c81e743f7acf5c933d0944f61c3de2 /gdb/config/sparc | |
parent | 8705b910d748c441daea79cbc824131bbf7502f9 (diff) | |
download | gdb-6f55d2040fa43e0a93ca91df0dee40e32cdc27f7.tar.gz |
* gdbarch.sh (static_transform_name): New gdbarch callback.
* gdbarch.c, gdbarch.h: Regenerate.
* dbxread.c (read_dbx_symtab): Use gdbarch_static_transform_name
instead of STATIC_TRANSFORM_NAME.
* mdebugread.c (parse_partial_symbols): Likewise.
* stabsread.c (define_symbol): Likewise.
* xcoffread.c (scan_xcoff_symtab): Likewise.
* config/i368/tm-i386sol2.h (STATIC_TRANSFORM_NAME): Remove.
(IS_STATIC_TRANSFORM_NAME): Remove.
* i386-tdep.c (sunpro_static_transform_name): Remove, move to ...
* i386-sol2-tdep.c (i386_sol2_static_transform_name): ... here.
(i386_sol2_init_abi): Install it.
* config/sparc/tm-sol2.h (STATIC_TRANSFORM_NAME): Remove.
(IS_STATIC_TRANSFORM_NAME): Remove.
* sparc-tdep.c (sparc_stabs_unglobalize_name): Remove, move to ...
* sparc-sol2-tdep.c (sparc_sol2_static_transform_name): ... here.
(sparc32_sol2_init_abi): Install it.
* sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
* sparc-tdep.h (sparc_sol2_static_transform_name): Add prototype.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/tm-sol2.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/sparc/tm-sol2.h b/gdb/config/sparc/tm-sol2.h index 2ed183ed5f5..28746afa002 100644 --- a/gdb/config/sparc/tm-sol2.h +++ b/gdb/config/sparc/tm-sol2.h @@ -26,12 +26,4 @@ too. */ #define SOFUN_ADDRESS_MAYBE_MISSING -/* The Sun compilers also do "globalization"; see the comment in - sparc-tdep.c for more information. */ -extern char *sparc_stabs_unglobalize_name (char *name); -#define STATIC_TRANSFORM_NAME(name) \ - sparc_stabs_unglobalize_name (name) -#define IS_STATIC_TRANSFORM_NAME(name) \ - ((name) != sparc_stabs_unglobalize_name (name)) - #endif /* tm-sol2.h */ |