mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
2011-02-28 Michael Snyder <msnyder@vmware.com>
* dbxread.c (process_one_symbol): Discard unused value.
This commit is contained in:
parent
6b4511abfd
commit
ab8b8acaef
@ -1,5 +1,7 @@
|
||||
2011-02-28 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* dbxread.c (process_one_symbol): Discard unused value.
|
||||
|
||||
* coffread.c (coff_end_symtab): Delete unused variable.
|
||||
|
||||
* dwarf2read.c (dw2_get_file_names): Discard unused value.
|
||||
|
@ -2853,7 +2853,7 @@ process_one_symbol (int type, int desc, CORE_ADDR valu, char *name,
|
||||
N_SO, the linker did not relocate them (sigh). */
|
||||
valu += last_source_start_addr;
|
||||
|
||||
new = push_context (desc, valu);
|
||||
push_context (desc, valu);
|
||||
break;
|
||||
|
||||
case N_RBRAC:
|
||||
|
Loading…
Reference in New Issue
Block a user