2011-02-28 Michael Snyder <msnyder@vmware.com>

* dbxread.c (process_one_symbol): Discard unused value.
This commit is contained in:
Michael Snyder 2011-02-28 23:23:05 +00:00
parent 6b4511abfd
commit ab8b8acaef
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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: