[binutils-gdb] Fix dw-2 test for 16-bit targets.
Nick Clifton
nickc@sourceware.org
Mon May 18 13:36:00 GMT 2015
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=35d7c4317b85948f0a3e021d719811481d13fe45
commit 35d7c4317b85948f0a3e021d719811481d13fe45
Author: Nick Clifton <nickc@redhat.com>
Date: Mon May 18 14:36:15 2015 +0100
Fix dw-2 test for 16-bit targets.
* binutils-all/dw2-3.S: Replace .int with .4byte.
Diff:
---
binutils/testsuite/ChangeLog | 4 ++++
binutils/testsuite/binutils-all/dw2-3.S | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 99801e2..7d0b551 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 c033e4d..1763f5f 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:
More information about the Binutils-cvs
mailing list