Fix dw-2 test for 16-bit targets.

* binutils-all/dw2-3.S: Replace .int with .4byte.
This commit is contained in:
Nick Clifton 2015-05-18 14:36:15 +01:00
parent 071f0063b4
commit 35d7c4317b
2 changed files with 5 additions and 1 deletions

View 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

View 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: