fix a warning on the alpha

This commit is contained in:
gwr 1997-09-29 18:55:29 +00:00
parent d3a7613827
commit b7f45770a5

View File

@ -1531,8 +1531,7 @@ os9k_process_one_symbol (type, desc, valu, name, section_offsets, objfile)
Enter it in the line list for this symbol table. */
/* Relocate for dynamic loading and for ELF acc fn-relative syms. */
valu += ANOFFSET (section_offsets, SECT_OFF_TEXT);
/* FIXME: loses if sizeof (char *) > sizeof (int) */
record_line (current_subfile, (int)name, valu);
record_line (current_subfile, (int)((long)name), valu);
break;
/* The following symbol types need to have the appropriate offset added