fix a warning on the alpha
This commit is contained in:
parent
d3a7613827
commit
b7f45770a5
3
gnu/dist/gdb/os9kread.c
vendored
3
gnu/dist/gdb/os9kread.c
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user