diff options
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index bf5057e..ed29131 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -582,8 +582,6 @@ static void relocate_one_symbol (struct symbol *sym, struct objfile *objfile, const section_offsets &delta) { - fixup_symbol_section (sym, objfile); - /* The RS6000 code from which this was taken skipped any symbols in STRUCT_DOMAIN or UNDEF_DOMAIN. But I'm leaving out that test, on the theory that |