mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
Fix some tests for ARM64 and PPC (#16435)
This commit is contained in:
parent
968a354976
commit
5d6406adec
@ -314,6 +314,8 @@ RUN
|
||||
NAME=o: ob fix
|
||||
FILE=--
|
||||
CMDS=<<EOF
|
||||
e asm.arch=x86
|
||||
e asm.bits=64
|
||||
o: 1024
|
||||
ob
|
||||
EOF
|
||||
|
@ -146,6 +146,7 @@ RUN
|
||||
|
||||
NAME=size of function in elf x64 stub
|
||||
FILE=../bins/other/radiff2/hellocxx-osx-fat-intel_1
|
||||
ARGS=-ax86 -b64
|
||||
CMDS=<<EOF
|
||||
s 0x100000dae
|
||||
af
|
||||
|
@ -77,6 +77,8 @@ RUN
|
||||
NAME=cmd.hit sugar for /
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
e asm.arch=x86
|
||||
e asm.bits=32
|
||||
wx 90 @ 10
|
||||
wx 33 @@/ad nop
|
||||
p8 1 @ 10
|
||||
|
@ -50,6 +50,7 @@ EOF
|
||||
RUN
|
||||
|
||||
NAME=fatmach0 arm16 symbol alignment
|
||||
ARGS=-aarm -b32
|
||||
FILE=../bins/mach0/a.out
|
||||
CMDS=<<EOF
|
||||
s sym._call
|
||||
|
Loading…
Reference in New Issue
Block a user