mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
Fix dw-2 test for 16-bit targets.
* binutils-all/dw2-3.S: Replace .int with .4byte.
This commit is contained in:
parent
071f0063b4
commit
35d7c4317b
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user