summaryrefslogtreecommitdiff
path: root/ld/emultempl
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2011-10-15 09:22:42 +0000
committerAlan Modra <amodra@bigpond.net.au>2011-10-15 09:22:42 +0000
commitea233a689c4c0d71ea81b9579d739c210c74b06a (patch)
tree1e52824ca0e703f8f83c1fe498f8cc955c311d62 /ld/emultempl
parent99cb2c451ce5a0f35eabfdf71909697b54ef1efa (diff)
downloadbinutils-redhat-ea233a689c4c0d71ea81b9579d739c210c74b06a.tar.gz
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Remove toc check.
Diffstat (limited to 'ld/emultempl')
-rw-r--r--ld/emultempl/ppc64elf.em8
1 files changed, 0 insertions, 8 deletions
diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em
index 0a49c5ba4c..80143a8525 100644
--- a/ld/emultempl/ppc64elf.em
+++ b/ld/emultempl/ppc64elf.em
@@ -530,14 +530,6 @@ gld${EMULATION_NAME}_finish (void)
descriptor in the .opd section. */
entry_section = ".opd";
- if (link_info.relocatable)
- {
- asection *toc = bfd_get_section_by_name (link_info.output_bfd, ".toc");
- if (toc != NULL
- && bfd_section_size (link_info.output_bfd, toc) > 0x10000)
- einfo ("%X%P: TOC section size exceeds 64k\n");
- }
-
if (stub_added)
{
char *msg = NULL;