mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-17 00:56:47 +00:00
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Remove toc check.
This commit is contained in:
parent
657368002b
commit
4fc8963258
@ -1,3 +1,7 @@
|
||||
2011-10-15 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Remove toc check.
|
||||
|
||||
2011-10-13 Dave Korn <dave.korn.cygwin@gmail.com>
|
||||
|
||||
* pe-dll.c (generate_reloc): Don't emit a base reloc for an
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user