summaryrefslogtreecommitdiff
path: root/gold/target-reloc.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-11-14 22:31:02 +0000
committerIan Lance Taylor <iant@google.com>2007-11-14 22:31:02 +0000
commit07f397aba39f619db4fdce42c9e91cb07dd4dc68 (patch)
tree5cc86b1998b729454448c3f3429154dbdebde33d /gold/target-reloc.h
parentc224138d88196fe7cabce4fe554c10a1520f5a4f (diff)
From Cary Coutant: Improve i386 shared library TLS support.
Diffstat (limited to 'gold/target-reloc.h')
-rw-r--r--gold/target-reloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/target-reloc.h b/gold/target-reloc.h
index 0498e9a338..7c1d327eac 100644
--- a/gold/target-reloc.h
+++ b/gold/target-reloc.h
@@ -100,7 +100,7 @@ scan_relocs(
}
scan.local(options, symtab, layout, target, object, data_shndx,
- reloc, r_type, lsym);
+ output_section, reloc, r_type, lsym);
}
else
{
@@ -110,7 +110,7 @@ scan_relocs(
gsym = symtab->resolve_forwards(gsym);
scan.global(options, symtab, layout, target, object, data_shndx,
- reloc, r_type, gsym);
+ output_section, reloc, r_type, gsym);
}
}
}