diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-misc/defsym1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-misc/dummy.s | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 2851b84..0eb5106 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2011-01-08 Nick Clifton <nickc@redhat.com> + * ld-misc/defsym1.d: Add a -e linker command line option. + * ld-misc/dummy.s: Remove text. + +2011-01-08 Nick Clifton <nickc@redhat.com> + PR ld/12358 PR ld/12359 * ld-elf/textaddr2.d: Fix regexp to work with hppa64 targets. diff --git a/ld/testsuite/ld-misc/defsym1.d b/ld/testsuite/ld-misc/defsym1.d index 9c7644a..3bc0d6e 100644 --- a/ld/testsuite/ld-misc/defsym1.d +++ b/ld/testsuite/ld-misc/defsym1.d @@ -1,4 +1,4 @@ -#ld: --defsym foo=1 tmpdir/start.o tmpdir/libfoo.a +#ld: -e 0 --defsym foo=1 tmpdir/start.o tmpdir/libfoo.a #nm: -B #source: dummy.s diff --git a/ld/testsuite/ld-misc/dummy.s b/ld/testsuite/ld-misc/dummy.s index 403f980..8b13789 100644 --- a/ld/testsuite/ld-misc/dummy.s +++ b/ld/testsuite/ld-misc/dummy.s @@ -1 +1 @@ -# Dummy + |