Searched hist:c80b7ee8520606f77fbc8ced870c96659053269e (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A D | vmlinux.lds.S | diff c80b7ee8520606f77fbc8ced870c96659053269e Fri Aug 23 10:16:42 CDT 2013 Mark Salter <msalter@redhat.com> arm64: move elf notes into readonly segment
The current vmlinux.lds.S places the notes sections between the end of rw data and start of bss. This means that _edata doesn't really point to the end of data. Since notes are read-only, this patch moves them to the read-only segment so that _edata does point to the end of initialized rw data.
Signed-off-by: Mark Salter <msalter@redhat.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|