mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
23ec4a527d
Objcopy was used to create a binary file of just the executable code since the environment requires code to based at address 0. We can accomplish the same thing with the -Ttext=0 flag, so switch to that to get rid of custom logic. |
||
---|---|---|
.. | ||
add.s | ||
allinsn.exp | ||
and.s | ||
call.s | ||
ChangeLog-2021 | ||
exit-0.s | ||
gt.s | ||
isa.inc | ||
jmp.s | ||
mem.s | ||
mod.s | ||
mult.s | ||
not.s | ||
or.s | ||
push-pop.s | ||
ret.s | ||
set.s | ||
testutils.inc |