forked from Imagelibrary/binutils-gdb
symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.
gdb/ChangeLog: * symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.
This commit is contained in:
@@ -749,7 +749,7 @@ objfile_relocate1 (struct objfile *objfile,
|
||||
int i;
|
||||
|
||||
/* First the line table. */
|
||||
l = LINETABLE (s);
|
||||
l = SYMTAB_LINETABLE (s);
|
||||
if (l)
|
||||
{
|
||||
for (i = 0; i < l->nitems; ++i)
|
||||
|
||||
Reference in New Issue
Block a user