[AArch64] Rename relocs-257-symbolic-func ld test to relocs-1027-symbolic-func.
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Wed, 12 Aug 2015 01:31:04 +0000 (09:31 +0800)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Wed, 12 Aug 2015 01:34:13 +0000 (09:34 +0800)
2015-08-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>

ld/testsuite/
    * ld-aarch64/aarch64-elf.exp: Rename relocs-257-symbolic-func to
    relocs-1027-symbolic-func.
    * ld-aarch64/relocs-257-symbolic-func.d: Rename to ...
    * ld-aarch64/relocs-1027-symbolic-func.d: ... this.
    * ld-aarch64/relocs-257-symbolic-func.s: Rename to ...
    * ld-aarch64/relocs-1027-symbolic-func.s: ... this.

ld/testsuite/ChangeLog
ld/testsuite/ld-aarch64/aarch64-elf.exp
ld/testsuite/ld-aarch64/relocs-1027-symbolic-func.d [new file with mode: 0644]
ld/testsuite/ld-aarch64/relocs-1027-symbolic-func.s [new file with mode: 0644]
ld/testsuite/ld-aarch64/relocs-257-symbolic-func.d [deleted file]
ld/testsuite/ld-aarch64/relocs-257-symbolic-func.s [deleted file]

index bb6ece69ca5907e8443ddafebd84f0aac4da477a..f1c5d82bb2a29c4607e51f542021a80b9e039562 100644 (file)
@@ -1,3 +1,12 @@
+2015-08-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * ld-aarch64/aarch64-elf.exp: Rename relocs-257-symbolic-func to
+       relocs-1027-symbolic-func.
+       * ld-aarch64/relocs-257-symbolic-func.d: Rename to ...
+       * ld-aarch64/relocs-1027-symbolic-func.d: ... this.
+       * ld-aarch64/relocs-257-symbolic-func.s: Rename to ...
+       * ld-aarch64/relocs-1027-symbolic-func.s: ... this.
+
 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
 
        * ld-aarch64/farcall-b-defsym.s: New test.
index 9554ea186433572aae3d81b5307cc47dbbee6b95..f2ce6e81354ac6cb354af830d46d9e6ec80e2b4c 100644 (file)
@@ -213,7 +213,7 @@ run_dump_test "ifunc-21"
 run_dump_test "ifunc-22"
 
 run_dump_test "relasz"
-run_dump_test "relocs-257-symbolic-func"
+run_dump_test "relocs-1027-symbolic-func"
 
 run_dump_test "dt_textrel"
 
diff --git a/ld/testsuite/ld-aarch64/relocs-1027-symbolic-func.d b/ld/testsuite/ld-aarch64/relocs-1027-symbolic-func.d
new file mode 100644 (file)
index 0000000..19b81f3
--- /dev/null
@@ -0,0 +1,5 @@
+#source: relocs-1027-symbolic-func.s
+#ld: -shared -Bsymbolic-functions
+#readelf: -r --wide
+#...
+.* +R_AARCH64_RELATIVE +.*
diff --git a/ld/testsuite/ld-aarch64/relocs-1027-symbolic-func.s b/ld/testsuite/ld-aarch64/relocs-1027-symbolic-func.s
new file mode 100644 (file)
index 0000000..35d5ba8
--- /dev/null
@@ -0,0 +1,11 @@
+       .text
+       .global tempy
+       .type   tempy, %function
+tempy:
+       .size   tempy, .-tempy
+       .section        .data.rel
+       .align 3
+       .type   tempy_ptr, %object
+       .size   tempy_ptr, 8
+tempy_ptr:
+       .xword  tempy
diff --git a/ld/testsuite/ld-aarch64/relocs-257-symbolic-func.d b/ld/testsuite/ld-aarch64/relocs-257-symbolic-func.d
deleted file mode 100644 (file)
index 810fd43..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#source: relocs-257-symbolic-func.s
-#ld: -shared -Bsymbolic-functions
-#readelf: -r --wide
-#...
-.* +R_AARCH64_RELATIVE +.*
diff --git a/ld/testsuite/ld-aarch64/relocs-257-symbolic-func.s b/ld/testsuite/ld-aarch64/relocs-257-symbolic-func.s
deleted file mode 100644 (file)
index 35d5ba8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-       .text
-       .global tempy
-       .type   tempy, %function
-tempy:
-       .size   tempy, .-tempy
-       .section        .data.rel
-       .align 3
-       .type   tempy_ptr, %object
-       .size   tempy_ptr, 8
-tempy_ptr:
-       .xword  tempy
This page took 0.028329 seconds and 4 git commands to generate.