diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-15 21:49:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-15 21:49:30 +0000 |
commit | 5e044b1e88d064eca5f38449055c2f8bed1c1810 (patch) | |
tree | 8cefb327a27c0f2a4fff30a96f93e39e3d593d12 /gdb/config/sparc | |
parent | 3a16a68c4f0cdabb4c9a77ffd7b70f2c78d54e98 (diff) | |
download | gdb-5e044b1e88d064eca5f38449055c2f8bed1c1810.zip gdb-5e044b1e88d064eca5f38449055c2f8bed1c1810.tar.gz gdb-5e044b1e88d064eca5f38449055c2f8bed1c1810.tar.bz2 |
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.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/tm-sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h index e8deebc..af8fecc 100644 --- a/gdb/config/sparc/tm-sparc.h +++ b/gdb/config/sparc/tm-sparc.h @@ -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 |