aarch64: test27 links to the usual 0x400000 base address

This commit is contained in:
deesix 2020-02-05 13:13:13 +01:00
parent aad1198faf
commit b2b1e13b03
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ e1fca774a067de5edb7eb1165619573993d2a5e5647c05568a68f3a53a7990cd test/results/t
60206125928d77a758cd73ec8e85f8592423ce678570ebbe7876b71dc38aaeaf test/results/test26-amd64-binary
649349e01a90ce93ba72ba1b9bb81a9bd9d79b580ddff366173c98835c10b976 test/results/test26-armv7l-binary
576511f1f6699e7798bcab2f36bf8eb86825fd13748770b17f46c3a691200b01 test/results/test26-x86-binary
32afdc9cb944b6f1db101050dd45947bdffac5ca92eb0407169e6466f878433d test/results/test27-aarch64-binary
cc06a78803cd458d5c76561410fe019ec24bf115475d3a7401685a2fba4240b6 test/results/test27-aarch64-binary
e265ee574e7277f81dbecde7d0941f18704379898299c47b24e55cd6ca1b362a test/results/test27-amd64-binary
4d7a84b6f861807c629bf26bba759ce45c5f3f093b28bcd050dd93f449e2bf47 test/results/test27-armv7l-binary
d83e0aae5b335f34a528bbb6c213bbef9d993abae335e0f909183bc6debfd37b test/results/test27-knight-posix-binary

View File

@ -49,7 +49,7 @@ hex2 -f test/common_aarch64/ELF-aarch64-debug.hex2 \
-f test/test27/chdir.hex2 \
--LittleEndian \
--architecture aarch64 \
--BaseAddress 0x40000 \
--BaseAddress 0x400000 \
-o test/results/test27-aarch64-binary \
--exec_enable || exit 4