diff options
author | Oxore <oxore@protonmail.com> | 2023-05-27 18:10:42 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-27 18:12:31 +0300 |
commit | a4841d2a593f9efed1cb116137034c307c1d74bc (patch) | |
tree | ee0e850b39f6b7dfe1532835409d88e2e33156ef /test_random.bash | |
parent | edfe901ba751f4fcdf287102037eb36bf28cfa2a (diff) |
Impl -fshort-ref-local-labels, refactor feature parsing
Diffstat (limited to 'test_random.bash')
-rw-r--r-- | test_random.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_random.bash b/test_random.bash index 9bc318f..735cd86 100644 --- a/test_random.bash +++ b/test_random.bash @@ -7,7 +7,7 @@ AS=m68k-none-elf-as OBJCOPY=m68k-none-elf-objcopy LD="m68k-none-elf-ld -Ttest.ld" -DISASM="./cmake-build/m68k-disasm -fabs-labels -frel-labels -flabels -frdc" +DISASM="./cmake-build/m68k-disasm -frdc -fxrefs-to -fxrefs-from -flabels -frel-labels -fabs-labels -fshort-ref-local-labels" TEST_DIR=/tmp/m68k-disasm-random-tests set -e |