Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-26 | arm: make _end compiler-generated | Albert ARIBAUD | |
This prevents references to _end from generating absolute relocation records. This change is binary invariant for ARM targets. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> | |||
2014-02-13 | zynq: Fix elf header generation | Michal Simek | |
This patch is here because of: "arm: keep all sections in ELF file" (sha1: 47ed5dd031d7d2c587e6afd386e79ccec1a1b7f7) Our tools expect to have elf with only LOAD header. Without this fix also PHDR, INTERP and DYNAMIC headers are available in ELF. Signed-off-by: Michal Simek <michal.simek@xilinx.com> |