diff options
author | Nick Clifton <nickc@redhat.com> | 2020-07-08 11:08:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-07-08 11:08:05 +0100 |
commit | a7f987e8378830b181ce27359ca8bf115018db07 (patch) | |
tree | 4354d6692a759028b38e3305ad895690ddd12756 /gold/ChangeLog | |
parent | 467bbef07fce64b902812e4a650093ef1b5e1235 (diff) | |
download | gdb-a7f987e8378830b181ce27359ca8bf115018db07.zip gdb-a7f987e8378830b181ce27359ca8bf115018db07.tar.gz gdb-a7f987e8378830b181ce27359ca8bf115018db07.tar.bz2 |
Commit: Fix GOLD testsuite failures for 2.35 branch.
* testsuite/script_test_7.sh: Adjust expected address of the .bss
section.
* testsuite/script_test_9.sh: Do not expect the .init section to
immediately follow the .text section in the mapping of sections to
segments.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index a81fe42..f7520ba 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2020-07-08 Nick Clifton <nickc@redhat.com> + + * testsuite/script_test_7.sh: Adjust expected address of the .bss + section. + * testsuite/script_test_9.sh: Do not expect the .init section to + immediately follow the .text section in the mapping of sections to + segments. + 2020-07-07 Nick Clifton <nickc@redhat.com> * target-reloc.h: (Default_comdat_behaviour:get): Ignore discarded |