gnu-efi/gnuefi
Nigel Croxon 637b3bdb9b Author: Callum Farmer <gmbr3@opensuse.org>
Date:   Tue Feb 7 21:48:27 2023 +0000

    ARM32/x86_64 lds: Force data segment align to 4KiB

    Some newer versions of binutils can set invalid COMMONPAGESIZE
    and MAXPAGESIZE values on these architectures

    git fetch git.code.sf.net/u/gmbr3/gnu-efi arm-pagesize
    git merge 89d55b364d

    Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
2023-02-08 09:25:01 -05:00
..
crt0-efi-aarch64.S Make aarch64 crt0/lds more like x86_64 2023-01-19 17:22:19 +00:00
crt0-efi-arm.S */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
crt0-efi-ia32.S */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
crt0-efi-ia64.S */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
crt0-efi-loongarch64.S use jr instead of jirl 2022-07-07 15:16:10 +08:00
crt0-efi-mips64el.S */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
crt0-efi-riscv64.S */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
crt0-efi-x86_64.S */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
elf_aarch64_efi.lds aarch64 lds: Force data segment align to 64KiB 2023-02-07 21:18:23 +00:00
elf_arm_efi.lds ARM32/x86_64 lds: Force data segment align to 4KiB 2023-02-07 21:53:29 +00:00
elf_ia32_efi.lds *.efi.lds: Use proper data segment placement 2023-01-19 17:22:13 +00:00
elf_ia32_fbsd_efi.lds gnuefi: preserve .gnu.hash sections (unbreaks elilo on IA-64) 2018-01-27 20:29:05 +00:00
elf_ia64_efi.lds *.efi.lds: Use proper data segment placement 2023-01-19 17:22:13 +00:00
elf_loongarch64_efi.lds Add support for LoongArch64 architecture 2021-12-30 15:39:47 +08:00
elf_mips64el_efi.lds *.efi.lds: Use proper data segment placement 2023-01-19 17:22:13 +00:00
elf_riscv64_efi.lds *.efi.lds: Use proper data segment placement 2023-01-19 17:22:13 +00:00
elf_x86_64_efi.lds ARM32/x86_64 lds: Force data segment align to 4KiB 2023-02-07 21:53:29 +00:00
elf_x86_64_fbsd_efi.lds gnuefi: preserve .gnu.hash sections (unbreaks elilo on IA-64) 2018-01-27 20:29:05 +00:00
Makefile gnuefi/Makefile uses a strange rule to create libgnuefi.a, which only works 2019-04-02 09:47:24 -04:00
reloc_aarch64.c Commit 3dd05c and subsequent ones introduced the use of the GNU 2016-03-25 13:32:54 -04:00
reloc_arm.c Commit 3dd05c and subsequent ones introduced the use of the GNU 2016-03-25 13:32:54 -04:00
reloc_ia32.c Commit 3dd05c and subsequent ones introduced the use of the GNU 2016-03-25 13:32:54 -04:00
reloc_ia64.S */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
reloc_loongarch64.c Add support for LoongArch64 architecture 2021-12-30 15:39:47 +08:00
reloc_mips64el.c Add support for 64 bit MIPS 2017-01-08 07:04:52 -05:00
reloc_riscv64.c Initial support for RISCV64 2021-04-01 17:17:33 +02:00
reloc_x86_64.c Commit 3dd05c and subsequent ones introduced the use of the GNU 2016-03-25 13:32:54 -04:00