* config/obj-aout.h: Fix comment typos.
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index 8f218e527e4edc0e5e501e437fb384181bfb4ab0..14b4b45eeb0da0d50da31e0260a2efb06c242f9e 100644 (file)
@@ -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
This page took 0.024441 seconds and 4 git commands to generate.