gnu-efi/gnuefi
Nigel Croxon 5ff74ecae8 Commit 3dd05c and subsequent ones introduced the use of the GNU
specific __attribute__((__unused__)), which breaks MSVC compilation...

I'll use this as a reminder that gnu-efi is compiled with more than
GNU toolchains, and that contributors might want to be careful about
adding GNU-specific extensions...

This patch does the following:
Create a new eficompiler.h header that sets all compiler-specific
options and extensions
Create a new EFI_UNUSED macro to be used in lieu of
__attribute__((__unused__)) and applies it to the relevant sources
Move the ALIGN(x) macro, previously defined in efisetjmp.h to the new header

Oh, and it also fixes a bunch of trailing whitespaces (because my code
editor is set to do just that by default).

Signed-off-by: Pete Batard <pbatard@users.sf.net>
Signed-off-by: Nigel Croxon <nigel.croxon@hpe.com>
2016-03-25 13:32:54 -04:00
..
crt0-efi-aarch64.S The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
crt0-efi-arm.S From: Ard Biesheuvel <ard.biesheuvel@linaro.org> 2015-12-23 08:19:46 -05:00
crt0-efi-ia32.S The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
crt0-efi-ia64.S The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
crt0-efi-x86_64.S The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
elf_aarch64_efi.lds Apparently some linkers will just throw caution to the wind and 2016-02-25 09:36:53 -05:00
elf_arm_efi.lds Apparently some linkers will just throw caution to the wind and 2016-02-25 09:36:53 -05:00
elf_ia32_efi.lds Apparently some linkers will just throw caution to the wind and 2016-02-25 09:36:53 -05:00
elf_ia32_fbsd_efi.lds Apparently some linkers will just throw caution to the wind and 2016-02-25 09:36:53 -05:00
elf_ia64_efi.lds Apparently some linkers will just throw caution to the wind and 2016-02-25 09:36:53 -05:00
elf_x86_64_efi.lds Apparently some linkers will just throw caution to the wind and 2016-02-25 09:36:53 -05:00
elf_x86_64_fbsd_efi.lds Apparently some linkers will just throw caution to the wind and 2016-02-25 09:36:53 -05:00
Makefile Enable out-of-tree building 2015-02-19 11:22:45 -05: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 The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
reloc_x86_64.c Commit 3dd05c and subsequent ones introduced the use of the GNU 2016-03-25 13:32:54 -04:00