2
0
mirror of https://frontier.innolan.net/github/amigaos-binutils.git synced 2025-11-21 12:32:45 +00:00

linking with .stab/.stabstr seems to work

This commit is contained in:
bebbo
2017-12-14 16:10:00 +01:00
parent 36fefa9200
commit d2608e1f74
13 changed files with 363 additions and 18 deletions

View File

@ -147,6 +147,9 @@ struct amiga_data {
file_ptr sym_filepos;
file_ptr str_filepos;
/* rest intentionally omitted */
carsym *symdefs; /* the symdef entries */
symindex symdef_count; /* how many there are */
};
typedef struct amiga_data_struct {