aboutsummaryrefslogtreecommitdiff
path: root/i386/ldscript
Commit message (Collapse)AuthorAgeFilesLines
* 2007-03-19 Tim Retout <tim@retout.co.uk>Thomas Schwinge2009-06-181-1/+1
| | | | * i386/ldscript: Correct 'LINKFLAGS_gnumach' in comment.
* 2007-02-19 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+5
| | | | | | | | | | * Makefile.am (gnumach_LINKFLAGS): New variable. (gnumach_LINK): Use that one instead of the previously used `LINKFLAGS_gnumach'. * i386/Makefrag.am (LINKFLAGS_gnumach): Rename to `gnumach_LINKFLAGS', move into [PLATFORM_at] and pass `_START'. * i386/ldscript: Don't hardcode a _start address of 0x100000, but make it configurable via `_START'.
* 2006-10-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-0/+6
| | | | | | | | | | | | [task #5941 --- ``Linker script for GNU Mach''] * Makefile.in (kernel.o): Remove `$(systype)-objfiles-prepend' hackery. * i386/Makefile.in (sysdep.a): Likewise. * i386/Makerules.in: Likewise. (LDFLAGS-kernel): Point to the linker script. * i386/i386at/boothdr.S (_start): Don't put into `.text', but into `.text.start' instead. * i386/ldscript: Change to put `.text' at 0x100000 and put `.text.start' first into `.text'.
* 2006-10-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-0/+189
[task #5941 --- ``Linker script for GNU Mach''] * i386/ldscript: New file, copied from `/lib/ldscripts/elf_i386.x' of a GNU Binutils 2.16.1 installation.