[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] x86/boot: Remove unused symbols from linker script
commit 2c0ca5956f9c2b421f8ae9c73040ab6b55443f9b Author: Frediano Ziglio <frediano.ziglio@xxxxxxxxx> AuthorDate: Thu Aug 14 11:36:10 2025 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Thu Aug 14 11:36:10 2025 +0200 x86/boot: Remove unused symbols from linker script The symbols declared with DECLARE_IMPORT are meant to be used by the 32 bit code. The __base_relocs_{start,end} symbols were not used by the code. No functional changes. Reported-by: Jan Beulich <jbeulich@xxxxxxxx> Signed-off-by: Frediano Ziglio <frediano.ziglio@xxxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- xen/arch/x86/boot/build32.lds.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/x86/boot/build32.lds.S b/xen/arch/x86/boot/build32.lds.S index 1e59732edd..e4f7c7fc2f 100644 --- a/xen/arch/x86/boot/build32.lds.S +++ b/xen/arch/x86/boot/build32.lds.S @@ -43,8 +43,6 @@ SECTIONS * Attention should be paid to pointers taking care of possible later * relocation. */ - DECLARE_IMPORT(__base_relocs_start); - DECLARE_IMPORT(__base_relocs_end); DECLARE_IMPORT(__trampoline_rel_start); DECLARE_IMPORT(__trampoline_rel_stop); DECLARE_IMPORT(__trampoline_seg_start); -- generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |