diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 99801e216a..7d0b551b66 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-05-18 Nick Clifton + + * binutils-all/dw2-3.S: Replace .int with .4byte. + 2015-05-15 Nick Clifton * 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 c033e4dfd3..1763f5faf6 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: