* m88k-pinsn.c (sprint_address): Use SYMBOL_NAME macro to
access symbol name.
Thu Mar 4 08:22:55 1993 Fred Fish (fnf@cygnus.com)
+ Fixes submitted by Karl Berry (karl@nermal.hq.ileaf.com):
+ * m88k-pinsn.c (sprint_address): Use SYMBOL_NAME macro to
+ access symbol name.
* m88k-nat-c (SXIP_OFFSET, SNIP_OFFSET, SFIP_OFFSET): Enclose
- macro definitions in parenthesis. Bug reported by karl@hq.ileaf.com.
+ macro definitions in parenthesis.
* dbxread.c (dbx_symfile_init): Catch the case where there is
no string table, but the only way we find out is by reading zero
name = SYMBOL_NAME (msymbol);
name_location = SYMBOL_VALUE_ADDRESS (msymbol);
} else {
- name = fs->name;
+ name = SYMBOL_NAME (fs);
name_location = BLOCK_START (SYMBOL_BLOCK_VALUE (fs));
}