summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-05-18 14:36:15 +0100
committerNick Clifton <nickc@redhat.com>2015-05-18 14:36:15 +0100
commit35d7c4317b85948f0a3e021d719811481d13fe45 (patch)
tree74f21389a3806736d02bbc740c5efe054b4f8b67 /binutils
parent071f0063b422ed1f51a673c817a7656bab3e152f (diff)
downloadbinutils-gdb-35d7c4317b85948f0a3e021d719811481d13fe45.tar.gz
Fix dw-2 test for 16-bit targets.
* binutils-all/dw2-3.S: Replace .int with .4byte.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/testsuite/ChangeLog4
-rw-r--r--binutils/testsuite/binutils-all/dw2-3.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 99801e216a1..7d0b551b662 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-18 Nick Clifton <nickc@redhat.com>
+
+ * binutils-all/dw2-3.S: Replace .int with .4byte.
+
2015-05-15 Nick Clifton <nickc@redhat.com>
* binutils-all/z.s: New test. Checks the --decompress option to
diff --git a/binutils/testsuite/binutils-all/dw2-3.S b/binutils/testsuite/binutils-all/dw2-3.S
index c033e4dfd32..1763f5faf62 100644
--- a/binutils/testsuite/binutils-all/dw2-3.S
+++ b/binutils/testsuite/binutils-all/dw2-3.S
@@ -27,7 +27,7 @@
.type func_cu1, %function
func_cu1:
.Lbegin_func_cu1:
- .int 0
+ .4byte 0
.Lend_func_cu1:
.size func_cu1, .-func_cu1
.Lend_text1: