diff options
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4f5cd5f..f2cc005 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,29 @@ 2018-02-19 Maciej W. Rozycki <macro@mips.com> + * testsuite/ld-mips-elf/reginfo-0.d: New test. + * testsuite/ld-mips-elf/reginfo-0r.d: New test. + * testsuite/ld-mips-elf/reginfo-1.d: New test. + * testsuite/ld-mips-elf/reginfo-1r.d: New test. + * testsuite/ld-mips-elf/reginfo-2.d: New test. + * testsuite/ld-mips-elf/reginfo-2r.d: New test. + * testsuite/ld-mips-elf/mips-abiflags-0.d: New test. + * testsuite/ld-mips-elf/mips-abiflags-0r.d: New test. + * testsuite/ld-mips-elf/mips-abiflags-1.d: New test. + * testsuite/ld-mips-elf/mips-abiflags-1r.d: New test. + * testsuite/ld-mips-elf/mips-abiflags-2.d: New test. + * testsuite/ld-mips-elf/mips-abiflags-2r.d: New test. + * testsuite/ld-mips-elf/reginfo-0.ld: New test linker script. + * testsuite/ld-mips-elf/reginfo-1.ld: New test linker script. + * testsuite/ld-mips-elf/mips-abiflags-0.ld: New test linker + script. + * testsuite/ld-mips-elf/mips-abiflags-1.ld: New test linker + script. + * testsuite/ld-mips-elf/reginfo-1.s: New test source. + * testsuite/ld-mips-elf/reginfo-2.s: New test source. + * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests. + +2018-02-19 Maciej W. Rozycki <macro@mips.com> + * ldlang.c (insert_pad): Do not change output section's size if SEC_FIXED_SIZE is set in the flags. (size_input_section): Likewise. |