aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
Diffstat (limited to 'binutils')
-rw-r--r--binutils/testsuite/ChangeLog4
-rw-r--r--binutils/testsuite/binutils-all/needed-by-reloc.s2
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 8b613b2..6fce5bd 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-11 Alan Modra <amodra@bigpond.net.au>
+
+ * binutils-all/needed-by-reloc.s: Use .long rather than .4byte.
+
2007-05-08 Mark Shinwell <shinwell@codesourcery.com>
* binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo
diff --git a/binutils/testsuite/binutils-all/needed-by-reloc.s b/binutils/testsuite/binutils-all/needed-by-reloc.s
index 8251e8c..40ebded 100644
--- a/binutils/testsuite/binutils-all/needed-by-reloc.s
+++ b/binutils/testsuite/binutils-all/needed-by-reloc.s
@@ -1,7 +1,7 @@
.globl foo
.data
- .4byte foo
+ .long foo
.text
foo:
.long 1