2004-01-05 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index 2567b468ffe783e93f9e0936cf256c7c66c84d4a..d84d05e7305e2ed125017cc22d07f9636f702e1e 100644 (file)
@@ -1118,13 +1118,8 @@ define_symbol (CORE_ADDR valu, char *string, int desc, int type,
 
          if (local_symbols
              && local_symbols->nsyms > 0
-#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
-           )
+                                                 SYMBOL_TYPE (sym)))
            {
              struct symbol *prev_sym;
              prev_sym = local_symbols->symbol[local_symbols->nsyms - 1];
This page took 0.024954 seconds and 4 git commands to generate.