bfd: guard ARCH_SIZE uses to avoid -Wundef bfd/ * elf-bfd.h: Use `defined(ARCH_SIZE)` instead of testing ARCH_SIZE directly, to silence -Wundef when ARCH_SIZE is not defined. Signed-off-by: Andrew Hanson <andrew@andrewhanson.dev>