summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/map-address.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/map-address.t')
-rw-r--r--ld/testsuite/ld-scripts/map-address.t9
1 files changed, 0 insertions, 9 deletions
diff --git a/ld/testsuite/ld-scripts/map-address.t b/ld/testsuite/ld-scripts/map-address.t
deleted file mode 100644
index 8f2dfebe20..0000000000
--- a/ld/testsuite/ld-scripts/map-address.t
+++ /dev/null
@@ -1,9 +0,0 @@
-SECTIONS
-{
- . = 0x10001;
- foo = .;
- . += 0x200;
- bar = .;
- . = ALIGN (4);
- frob = .;
-}