diff options
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 14f31a8..b9c844c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2020-07-10 Alan Modra <amodra@gmail.com> + + * emultempl/ppc64elf.em (params): Init new field. + (enum ppc64_opt): Add OPTION_POWER10_STUBS and OPTION_NO_POWER10_STUBS. + (PARSE_AND_LIST_LONGOPTS): Support --power10-stubs and + --no-power10-stubs. + (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise. + * testsuite/ld-powerpc/callstub-3.d: New test. + * testsuite/ld-powerpc/powerpc.exp: Run it. + 2020-07-09 Alan Modra <amodra@gmail.com> * emulparams/ppcpe.sh: Delete. |