mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
* config/obj-bout.c (obj_crawl_symbol_chain): Don't take
the address of a function result.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2000-12-12 Geoffrey Keating <geoffk@redhat.com>
|
||||||
|
|
||||||
|
* config/obj-bout.c (obj_crawl_symbol_chain): Don't take
|
||||||
|
the address of a function result.
|
||||||
|
|
||||||
2000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
2000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||||
|
|
||||||
* config/tc-ppc.c (md_pseudo_table): Add .file and .loc.
|
* config/tc-ppc.c (md_pseudo_table): Add .file and .loc.
|
||||||
|
@ -310,7 +310,7 @@ obj_crawl_symbol_chain (headers)
|
|||||||
}
|
}
|
||||||
else /* .Stabd case. */
|
else /* .Stabd case. */
|
||||||
symbolP->sy_name_offset = 0;
|
symbolP->sy_name_offset = 0;
|
||||||
symbolPP = &(symbol_next (symbolP));
|
symbolPP = &(symbolP->sy_next);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user