mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2025-11-22 10:02:43 +00:00
* libamiga.h (amiga_symbol_type): Add new member.
* amigaos.c (amiga_slurp_symbol_table): Remember reference count for HUNK_EXT entries when applicable. (amiga_print_symbol): Replace a.out style information with more relevant amiga specific data.
This commit is contained in:
@ -113,6 +113,7 @@ typedef struct amiga_symbol {
|
||||
unsigned char type;
|
||||
/* amiga data */
|
||||
long index,hunk_number;
|
||||
unsigned long refnum;
|
||||
} amiga_symbol_type;
|
||||
|
||||
/* We take the address of the first element of an asymbol to ensure that the
|
||||
|
||||
Reference in New Issue
Block a user