* binutils-all/dw2-1.S: Use .4byte rather than .int.
* binutils-all/dw2-2.S: Likewise.
+2013-11-02 Alan Modra <amodra@gmail.com>
+
+ * binutils-all/dw2-1.S: Use .4byte rather than .int.
+ * binutils-all/dw2-2.S: Likewise.
+
2013-10-24 Nick Clifton <nickc@redhat.com>
* binutils-all/objdump.exp (cps_expected): Add MSP430 to list.
.text
.globl _start
_start:
- .int 0
+ .4byte 0
.Lbegin_text1:
.globl func_cu1
.type func_cu1, %function
func_cu1:
.Lbegin_func_cu1:
- .int 0
+ .4byte 0
.Lend_func_cu1:
.size func_cu1, .-func_cu1
.Lend_text1:
.type func_cu2, %function
func_cu2:
.Lbegin_func_cu2:
- .int 0
+ .4byte 0
.Lend_func_cu2:
.size func_cu2, .-func_cu2
.Lend_text1: