diff options
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 8e7be8e..2c8f5d1 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -618,22 +618,6 @@ objfile_relocate1 (struct objfile *objfile, { for (compunit_symtab *cust : objfile->compunits ()) { - for (symtab *s : cust->filetabs ()) - { - struct linetable *l; - - /* First the line table. */ - l = s->linetable (); - if (l) - { - for (int i = 0; i < l->nitems; ++i) - l->item[i].pc += delta[SECT_OFF_TEXT (objfile)]; - } - } - } - - for (compunit_symtab *cust : objfile->compunits ()) - { struct blockvector *bv = cust->blockvector (); int block_line_section = SECT_OFF_TEXT (objfile); |