mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
elf64: Make linelist to look the same as elf32
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
5a8944af59
commit
7add67f949
@ -155,11 +155,11 @@ struct symlininfo {
|
||||
};
|
||||
|
||||
struct linelist {
|
||||
struct symlininfo info;
|
||||
int line;
|
||||
char *filename;
|
||||
struct linelist *next;
|
||||
struct linelist *last;
|
||||
struct symlininfo info;
|
||||
char *filename;
|
||||
int line;
|
||||
};
|
||||
|
||||
struct sectlist {
|
||||
|
Loading…
Reference in New Issue
Block a user