Fix dw-2 test for 16-bit targets.
authorNick Clifton <nickc@redhat.com>
Mon, 18 May 2015 13:36:15 +0000 (14:36 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 18 May 2015 13:36:15 +0000 (14:36 +0100)
* binutils-all/dw2-3.S: Replace .int with .4byte.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/dw2-3.S

index 99801e216a127cc44859d83dfc3901b8a7e08284..7d0b551b6627888ee4fda0e404a52c3cd1dbe011 100644 (file)
@@ -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
index c033e4dfd324be81c3b1c5b5fa98d32fe2ed3150..1763f5faf621485b660a07c0ff9dd56ab399bdfa 100644 (file)
@@ -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:
This page took 0.025389 seconds and 4 git commands to generate.