From: Alan Modra Date: Tue, 25 Oct 2011 03:07:19 +0000 (+0000) Subject: 2011-10-15 Alan Modra X-Git-Tag: binutils-2_22~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a22cedb77aa5a5a8a4480134d6a9cccabd6f18c7;p=thirdparty%2Fbinutils-gdb.git 2011-10-15 Alan Modra * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Remove toc check. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ffe7f2ab014..8a49cf6dd9d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,6 +1,9 @@ 2011-10-25 Alan Modra Apply mainline patches + 2011-10-15 Alan Modra + * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Remove toc check. + 2011-10-10 Alan Modra * ldmain.c (main): Move code twiddling various config and link_info bits to.. diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em index 0ea93b73634..92a468fb668 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;