| author | Michael Lotz <mmlr@mlotz.ch> | 2009-01-25 22:15:19.0 +00:00:00 |
|---|---|---|
| committer | Michael Lotz <mmlr@mlotz.ch> | 2009-01-25 22:15:19.0 +00:00:00 |
| commit | 4947731f7bb4128c42261f706b84393ada1c388c [patch] |
|
| tree | 2c6713cff98454dceafc442d0f140eb6fc682609 |
|
| parent | a576cda8cd1d7a418f9d4341646ffe8b29c64332 |
|
| download | 4947731f7bb4128c42261f706b84393ada1c388c.tar.gz |
|
Forgot this in Haiku patch as well.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29027 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
binutils/ld/emulparams/elf_i386_haiku.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/binutils/ld/emulparams/elf_i386_haiku.sh b/binutils/ld/emulparams/elf_i386_haiku.sh new file mode 100644 index 0000000..25ca6bc 100644 --- /dev/null +++ b/binutils/ld/emulparams/elf_i386_haiku.sh @@ -1,0 +1,11 @@ SCRIPT_NAME=elf OUTPUT_FORMAT="elf32-i386" TEXT_START_ADDR=0x200000 NONPAGED_TEXT_START_ADDR=0x200000 MAXPAGESIZE=0x1000 ARCH=i386 MACHINE= NOP=0x90909090 TEMPLATE_NAME=elf32 GENERATE_SHLIB_SCRIPT=yes NO_SMALL_DATA=yes