elf64: Make linelist to look the same as elf32

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2011-08-28 17:07:26 +04:00
parent 5a8944af59
commit 7add67f949

View File

@ -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 {