1
0
Fork 0
alistair23-linux/arch/xtensa/boot/boot-redboot
Max Filippov f8f02ca73c xtensa: build kernel with text-section-literals
vmlinux.lds.S doesn't do anything special with literals, so instead of
keeping them separate put them into the corresponding text sections.
Drop explicit .literal sections from the vmlinux.lds.S, use standard
section macros. Mark literal pool locations in the assembly sources.
Unfortunately assembler doesn't put literals into .init sections and
external libgcc may still have .literal sections, so sed transformation
to the linker script is still needed.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2017-12-10 14:48:51 -08:00
..
Makefile xtensa: clean up bootable image build targets 2017-03-01 12:32:50 -08:00
boot.ld xtensa: fix redboot load address 2013-05-09 01:07:12 -07:00
bootstrap.S xtensa: build kernel with text-section-literals 2017-12-10 14:48:51 -08:00