aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/empty-aligned.t
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-08-15 14:08:58 +0000
committerAlan Modra <amodra@gmail.com>2005-08-15 14:08:58 +0000
commit8bf3b8c2517cf7cf999b8f0e878882874fc91c26 (patch)
treee979a249fceb6777ebf80adbb665248165840cca /ld/testsuite/ld-scripts/empty-aligned.t
parent93165da9a02da6251d87fefc2e79b3348e7dce83 (diff)
downloadgdb-8bf3b8c2517cf7cf999b8f0e878882874fc91c26.zip
gdb-8bf3b8c2517cf7cf999b8f0e878882874fc91c26.tar.gz
gdb-8bf3b8c2517cf7cf999b8f0e878882874fc91c26.tar.bz2
* ld-elf/empty.s: Define "start".
* ld-elf/merge2.d: xfail arc-*-* and dlx-*-*. * ld-scripts/empty-aligned.s: No .data section. * ld-scripts/empty-aligned.t: Discard most sections. * ld-scripts/empty-aligned.d: Adjust.
Diffstat (limited to 'ld/testsuite/ld-scripts/empty-aligned.t')
-rw-r--r--ld/testsuite/ld-scripts/empty-aligned.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/testsuite/ld-scripts/empty-aligned.t b/ld/testsuite/ld-scripts/empty-aligned.t
index 4deb240..e59bc20 100644
--- a/ld/testsuite/ld-scripts/empty-aligned.t
+++ b/ld/testsuite/ld-scripts/empty-aligned.t
@@ -25,6 +25,5 @@ SECTIONS
{
*(.text4)
}
- .data : { *(.data) }
- .bss : { *(.bss) }
+ /DISCARD/ : { *(*) }
}