diff options
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0c7c759..1ddf61d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,18 @@ +2021-05-06 Nick Alcock <nick.alcock@oracle.com> + + * testsuite/ld-ctf/ctf.exp: Use -gctf, not -gt. + * testsuite/lib/ld-lib.exp: Likewise. + * testsuite/ld-ctf/nonrepresentable-1.c: New test for nonrepresentable types. + * testsuite/ld-ctf/nonrepresentable-2.c: Likewise. + * testsuite/ld-ctf/nonrepresentable.d: Likewise. + * testsuite/ld-ctf/array.d: Larger type section. + * testsuite/ld-ctf/data-func-conflicted.d: Likewise. + * testsuite/ld-ctf/enums.d: Likewise. + * testsuite/ld-ctf/conflicting-enums.d: Don't compare types. + * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: Changed type order. + * testsuite/ld-ctf/cross-tu-noncyclic.d: Likewise. + * testsuite/ld-ctf/slice.d: Adjust for improved slice emission. + 2021-05-05 H.J. Lu <hongjiu.lu@intel.com> PR ld/27825 |