mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-05 16:51:27 +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 linelist {
|
||||||
struct symlininfo info;
|
|
||||||
int line;
|
|
||||||
char *filename;
|
|
||||||
struct linelist *next;
|
struct linelist *next;
|
||||||
struct linelist *last;
|
struct linelist *last;
|
||||||
|
struct symlininfo info;
|
||||||
|
char *filename;
|
||||||
|
int line;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct sectlist {
|
struct sectlist {
|
||||||
|
Loading…
Reference in New Issue
Block a user