* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Remove toc check.
2011-10-25 Alan Modra <amodra@gmail.com>
Apply mainline patches
+ 2011-10-15 Alan Modra <amodra@gmail.com>
+ * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Remove toc check.
+
2011-10-10 Alan Modra <amodra@gmail.com>
* ldmain.c (main): Move code twiddling various config and link_info
bits to..
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;