diff options
Diffstat (limited to 'ld/emultempl/ppc64elf.em')
-rw-r--r-- | ld/emultempl/ppc64elf.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em index 58cb798..cf75957 100644 --- a/ld/emultempl/ppc64elf.em +++ b/ld/emultempl/ppc64elf.em @@ -37,7 +37,7 @@ static struct ppc64_elf_params params = { NULL, &ppc_add_stub_section, &ppc_layout_sections_again, 1, -1, 0, - ${DEFAULT_PLT_STATIC_CHAIN-0}, -1, 0, + ${DEFAULT_PLT_STATIC_CHAIN-0}, -1, 5, -1, 0, -1, -1, 0}; /* Fake input file for stubs. */ |