diff options
author | Alan Modra <amodra@gmail.com> | 2022-02-05 20:01:40 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-02-07 13:42:41 +1030 |
commit | 5197c88e2a8a17f7a67ce683df068b5bdf619427 (patch) | |
tree | 22693af32bea270137d3979ce22a55e23dcaba11 /ld/testsuite/ld-x86-64/x86-64.exp | |
parent | 2b1026f391d55070ae1e724c0770302d1c429611 (diff) | |
download | gdb-5197c88e2a8a17f7a67ce683df068b5bdf619427.zip gdb-5197c88e2a8a17f7a67ce683df068b5bdf619427.tar.gz gdb-5197c88e2a8a17f7a67ce683df068b5bdf619427.tar.bz2 |
Revert "ld: Rewrite lang_size_relro_segment_1"
This reverts commit c804c6f98d342c3d46f73d7a7ec6229d5ab1c9f3.
PR ld/28743
PR ld/28819
* ldlang.c (lang_size_relro_segment_1): Revert 2022-01-14 change.
* testsuite/ld-x86-64/pr28743-1.d: Likewise.
* testsuite/ld-x86-64/pr28743-1.s: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-x86-64/x86-64.exp')
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index 5ef66a2..3bfc5e6 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -511,7 +511,6 @@ run_dump_test "dt-relr-1a" run_dump_test "dt-relr-1a-x32" run_dump_test "dt-relr-1b" run_dump_test "dt-relr-1b-x32" -run_dump_test "pr28743-1" if ![istarget "x86_64-*-linux*"] { return |