aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/defined2.d
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2003-10-08 12:35:18 +0000
committerHans-Peter Nilsson <hp@axis.com>2003-10-08 12:35:18 +0000
commitb8fe28d49f7b55af2f9a4adc6d5993a7ad7d8406 (patch)
treec4b8ace10062aa7c8783b16a5b4cce5de7314017 /ld/testsuite/ld-scripts/defined2.d
parent15c69bc792ec9e11ab000ee532fa109831a42add (diff)
downloadgdb-b8fe28d49f7b55af2f9a4adc6d5993a7ad7d8406.zip
gdb-b8fe28d49f7b55af2f9a4adc6d5993a7ad7d8406.tar.gz
gdb-b8fe28d49f7b55af2f9a4adc6d5993a7ad7d8406.tar.bz2
* ld-scripts/defined2.d, ld-scripts/defined2.t: New test.
* ld-scripts/defined.exp: Run defined2.
Diffstat (limited to 'ld/testsuite/ld-scripts/defined2.d')
-rw-r--r--ld/testsuite/ld-scripts/defined2.d18
1 files changed, 18 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/defined2.d b/ld/testsuite/ld-scripts/defined2.d
new file mode 100644
index 0000000..6bb0682
--- /dev/null
+++ b/ld/testsuite/ld-scripts/defined2.d
@@ -0,0 +1,18 @@
+#ld: -Tdefined2.t
+#nm: -B
+#source: phdrs.s
+
+# Check that arithmetic on DEFINED works.
+# Matching both A and T accounts for formats that can't tell a .text
+# symbol from an absolute symbol (mmo), but matches whatever section that
+# contains an address matching the value. The symbol sym1 is supposed to
+# be in the .text section for all targets, though.
+
+#...
+0+1 [AT] defined1
+0+11 A defined2
+0+100 A defined3
+0+1ff A defined4
+#...
+0+3 T sym1
+#pass