mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 04:53:56 +08:00
2003-11-15 Andrew Cagney <cagney@redhat.com>
* config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename USE_REGISTER_NOT_ARG. * stabsread.c (define_symbol): Update.
This commit is contained in:
parent
3a16a68c4f
commit
5e044b1e88
@ -1,3 +1,9 @@
|
||||
2003-11-15 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
|
||||
USE_REGISTER_NOT_ARG.
|
||||
* stabsread.c (define_symbol): Update.
|
||||
|
||||
2003-11-15 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* bcache.h (deprecated_bcache): Declare.
|
||||
|
@ -143,7 +143,7 @@ extern CORE_ADDR sparc_pc_adjust (CORE_ADDR);
|
||||
never saving it onto the stack. So we better not believe the "p" symbol
|
||||
descriptor stab. */
|
||||
|
||||
#define USE_REGISTER_NOT_ARG
|
||||
#define DEPRECATE_USE_REGISTER_NOT_ARG
|
||||
|
||||
/* For acc, there's no need to correct LBRAC entries by guessing how
|
||||
they should work. In fact, this is harmful because the LBRAC
|
||||
|
@ -1118,7 +1118,9 @@ define_symbol (CORE_ADDR valu, char *string, int desc, int type,
|
||||
|
||||
if (local_symbols
|
||||
&& local_symbols->nsyms > 0
|
||||
#ifndef USE_REGISTER_NOT_ARG
|
||||
#ifndef DEPRECATED_USE_REGISTER_NOT_ARG
|
||||
/* DEPRECATED_USE_REGISTER_NOT_ARG is only defined by
|
||||
the SPARC. */
|
||||
&& gdbarch_stabs_argument_has_addr (current_gdbarch,
|
||||
SYMBOL_TYPE (sym))
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user