Mon Apr 11 19:21:27 1994 Stu Grossman (grossman at cygnus.com)
* xcoffread.c (read_xcoff_symtab): Ignore symbols of class C_EXT, smtyp XTY_LD, sclass XMC_DS (external data segment label). They often have the same names as debug symbols for functions, and confuse lookup_symbol().
This commit is contained in:
parent
099c286e74
commit
70e375c356
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
Mon Apr 11 19:21:27 1994 Stu Grossman (grossman at cygnus.com)
|
||||||
|
|
||||||
|
* xcoffread.c (read_xcoff_symtab): Ignore symbols of class C_EXT,
|
||||||
|
smtyp XTY_LD, sclass XMC_DS (external data segment label). They
|
||||||
|
often have the same names as debug symbols for functions, and
|
||||||
|
confuse lookup_symbol().
|
||||||
|
|
||||||
Mon Apr 11 10:44:35 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
|
Mon Apr 11 10:44:35 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
|
||||||
|
|
||||||
* remote.c: Around redefinition of PBUFSIZE, adjust whitespace.
|
* remote.c: Around redefinition of PBUFSIZE, adjust whitespace.
|
||||||
|
|
|
@ -1370,7 +1370,7 @@ function_entry_point:
|
||||||
#endif
|
#endif
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
break;
|
continue;
|
||||||
|
|
||||||
default : /* all other XTY_XXXs */
|
default : /* all other XTY_XXXs */
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue