[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 15/20] Makefile.common: Add .eh_frame to list of relocations stri
From: |
Leo Sandoval |
Subject: |
[PATCH 15/20] Makefile.common: Add .eh_frame to list of relocations stripped |
Date: |
Mon, 30 Sep 2024 11:43:44 -0600 |
From: Fedora Ninjas <grub2-owner@fedoraproject.org>
Signed-off-by: Peter Jones <pjones@redhat.com>
---
conf/Makefile.common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/Makefile.common b/conf/Makefile.common
index b8f216f6c..ece9ed8a1 100644
--- a/conf/Makefile.common
+++ b/conf/Makefile.common
@@ -41,7 +41,7 @@ CFLAGS_KERNEL = $(CFLAGS_PLATFORM) -ffreestanding
LDFLAGS_KERNEL = $(LDFLAGS_PLATFORM) -nostdlib $(TARGET_LDFLAGS_OLDMAGIC)
CPPFLAGS_KERNEL = $(CPPFLAGS_CPU) $(CPPFLAGS_PLATFORM) -DGRUB_KERNEL=1
CCASFLAGS_KERNEL = $(CCASFLAGS_CPU) $(CCASFLAGS_PLATFORM)
-STRIPFLAGS_KERNEL = -R .rel.dyn -R .reginfo -R .note -R .comment -R .drectve
-R .note.gnu.gold-version -R .MIPS.abiflags -R .ARM.exidx
+STRIPFLAGS_KERNEL = -R .eh_frame -R .rel.dyn -R .reginfo -R .note -R .comment
-R .drectve -R .note.gnu.gold-version -R .MIPS.abiflags -R .ARM.exidx
if !COND_emu
if COND_HAVE_ASM_USCORE
LDFLAGS_KERNEL += -Wl,--defsym=_malloc=_grub_malloc
-Wl,--defsym=_free=_grub_free
--
2.46.1
- [PATCH 02/20] term/terminfo: for ppc, reset console display attr when clear screen, (continued)
- [PATCH 02/20] term/terminfo: for ppc, reset console display attr when clear screen, Leo Sandoval, 2024/09/30
- [PATCH 01/20] ieee1275/openfw: IBM client architecture (CAS) reboot support, Leo Sandoval, 2024/09/30
- [PATCH 07/20] efi/init: Make efi machines load an env block from a variable, Leo Sandoval, 2024/09/30
- [PATCH 10/20] commands: Pass "\x[[:hex:]][[:hex:]]" straight through unmolested., Leo Sandoval, 2024/09/30
- [PATCH 17/20] normal/main: fw_path prefix when fallback searching for grub config, Leo Sandoval, 2024/09/30
- [PATCH 08/20] 20_ppc_terminfo.in: Migrate PPC from Yaboot to Grub2, Leo Sandoval, 2024/09/30
- [PATCH 05/20] normal/menu: Allow "fallback" to include entries by title, not just number., Leo Sandoval, 2024/09/30
- [PATCH 09/20] normal: Add fw_path variable (revised), Leo Sandoval, 2024/09/30
- [PATCH 15/20] Makefile.common: Add .eh_frame to list of relocations stripped,
Leo Sandoval <=
- [PATCH 13/20] 00_header.in: Enable pager by default. (#985860), Leo Sandoval, 2024/09/30
- [PATCH 18/20] normal/main: Try mac/guid/etc before grub.cfg on tftp config files., Leo Sandoval, 2024/09/30
- [PATCH 16/20] 10_linux.in: Don't require a password to boot entries generated by grub-mkconfig., Leo Sandoval, 2024/09/30
- [PATCH 19/20] 10_linux.in: Generate OS and CLASS in 10_linux from /etc/os-release, Leo Sandoval, 2024/09/30
- [PATCH 20/20] normal/main: Try $prefix if $fw_path doesn't work., Leo Sandoval, 2024/09/30
- [PATCH 11/20] blscfg: add blscfg module to parse Boot Loader Specification snippets, Leo Sandoval, 2024/09/30
- [PATCH 12/20] 10_linux.in: Add devicetree loading, Leo Sandoval, 2024/09/30
- [PATCH 06/20] misc: Make "exit" take a return code., Leo Sandoval, 2024/09/30
- [PATCH 14/20] 10_linux.in 20_linux_xen.in: Don't say "GNU/Linux" in generated menus., Leo Sandoval, 2024/09/30