This is a giant patch that splits the linker scripts for libraries, modules and execu...
authorchandramouli narayanan <mouli@linux.intel.com>
Mon, 25 Jun 2012 19:43:03 +0000 (12:43 -0700)
committerchandramouli narayanan <mouli@linux.intel.com>
Mon, 25 Jun 2012 19:43:03 +0000 (12:43 -0700)
commitd8eede3f2a360163235fad222a0190cd7c5bef38
tree5e1b28e31fc14c44d8fdfffda00a30aaad2b7b7b
parentb664835d1583be53f34b412b38df53f21f100e24
This is a giant patch that splits the linker scripts for libraries, modules and executables into
the architecture-dependent scripts to facilitate building syslinux modules/executables
for i386 and x86_64 environments. The x86_64 linker scripts are derived from the earlier i386
counterparts.

Subdirectories i386 and x86_64 hold the respective linker scripts mentioned below.
com32/lib/sylinux.ld
com32/lib/elf.ld
core/syslinux.ld
efi/syslinux.ld
mbr/mbr.ld
memdisk/memdisk.ld

Remanants of the unused old i386-only files, if any, need to be pruned.
com32/lib/i386/elf.ld [new file with mode: 0644]
com32/lib/x86_64/elf.ld [new file with mode: 0644]
core/i386/syslinux.ld [new file with mode: 0644]
core/x86_64/syslinux.ld [new file with mode: 0644]
efi/i386/syslinux.ld [new file with mode: 0644]
efi/x86_64/syslinux.ld [new file with mode: 0644]
mbr/i386/mbr.ld [new file with mode: 0644]
mbr/x86_64/mbr.ld [new file with mode: 0644]
memdisk/i386/memdisk.ld [new file with mode: 0644]
memdisk/x86_64/memdisk.ld [new file with mode: 0644]