* dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
label.
This commit is contained in:
parent
87326c8787
commit
5411b26c8f
@ -1,3 +1,8 @@
|
|||||||
|
2013-10-16 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
|
||||||
|
label.
|
||||||
|
|
||||||
2013-10-16 Luis Machado <lgustavo@codesourcery.com>
|
2013-10-16 Luis Machado <lgustavo@codesourcery.com>
|
||||||
|
|
||||||
* gcore.in: Call GDB using the full path to the gcore script.
|
* gcore.in: Call GDB using the full path to the gcore script.
|
||||||
|
@ -1350,7 +1350,6 @@ read_dbx_symtab (struct objfile *objfile)
|
|||||||
record_it:
|
record_it:
|
||||||
namestring = set_namestring (objfile, &nlist);
|
namestring = set_namestring (objfile, &nlist);
|
||||||
|
|
||||||
bss_ext_symbol:
|
|
||||||
record_minimal_symbol (namestring, nlist.n_value,
|
record_minimal_symbol (namestring, nlist.n_value,
|
||||||
nlist.n_type, objfile); /* Always */
|
nlist.n_type, objfile); /* Always */
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user