2003-02-25 David Carlton <carlton@math.stanford.edu>
[deliverable/binutils-gdb.git] / gdb / i386-linux-tdep.c
index 9bf5a16e200f1e8108aeb296596a9e7b9b3e8959..b895f7d180fe1dbe12638cc64d025e090025a34c 100644 (file)
@@ -332,8 +332,8 @@ find_minsym_and_objfile (char *name, struct objfile **objfile_p)
 
       ALL_OBJFILE_MSYMBOLS (objfile, msym)
        {
-         if (SYMBOL_NAME (msym)
-             && STREQ (SYMBOL_NAME (msym), name))
+         if (DEPRECATED_SYMBOL_NAME (msym)
+             && STREQ (DEPRECATED_SYMBOL_NAME (msym), name))
            {
              *objfile_p = objfile;
              return msym;
This page took 0.023166 seconds and 4 git commands to generate.