kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

02-size-sysv-image.sh (359B)


      1 # Golden: `size -A` (SysV) over the committed aarch64 ELF *executable*.
      2 # Locks in the inherited-tool image support: the section `addr` column now
      3 # carries each section's load vaddr (0 for relocatables), so SysV `size`
      4 # reports the real layout of a linked image rather than all-zero addresses.
      5 cp "$(dirname "$0")/exec.elf" exec.elf
      6 "$KIT" size -A exec.elf