[syslinux] [PATCH 0/4] Improve linker scripts

celelibi at gmail.com celelibi at gmail.com
Mon Oct 5 11:15:01 PDT 2015


From: Sylvain Gault <sylvain.gault at gmail.com>

These patches basically remove unused linker scripts and port a change that was
made to an unused script.

Those are to be applied on top of the gcc 5 bug fixes as they would conflict
otherwise.

Sylvain Gault (4):
  diag/mbr: fix dependency to linker script
  Remove unused linker scripts
  core: Make symbols defined in linker script HIDDEN
  core: Move linker script in arch-agnostic dir

 core/Makefile           |   2 +-
 core/i386/syslinux.ld   | 389 ------------------------------------------------
 core/syslinux.ld        | 117 ++++++---------
 core/x86_64/syslinux.ld | 389 ------------------------------------------------
 diag/mbr/Makefile       |   2 +-
 efi/syslinux.ld         | 176 ----------------------
 mbr/mbr.ld              |  73 ---------
 memdisk/memdisk.ld      | 140 -----------------
 8 files changed, 48 insertions(+), 1240 deletions(-)
 delete mode 100644 core/i386/syslinux.ld
 delete mode 100644 core/x86_64/syslinux.ld
 delete mode 100644 efi/syslinux.ld
 delete mode 100644 mbr/mbr.ld
 delete mode 100644 memdisk/memdisk.ld

-- 
2.5.3



More information about the Syslinux mailing list