mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* minsyms.c, symtab.h (prim_record_minimal_symbol{,_and_info}),
coffread.c (record_minimal_symbol), xcoffread.c (RECORD_MINIMAL_SYMBOL), callers: Add objfile parameter.
This commit is contained in:
@ -89,7 +89,7 @@ record_minimal_symbol (name, address, ms_type, objfile)
|
||||
struct objfile *objfile;
|
||||
{
|
||||
name = obsavestring (name, strlen (name), &objfile -> symbol_obstack);
|
||||
prim_record_minimal_symbol (name, address, ms_type);
|
||||
prim_record_minimal_symbol (name, address, ms_type, objfile);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user