History log of /haiku-buildtools/binutils/ld/Makefile.in
Revision Date Author Comments
# 8b2ef03b 05-Aug-2017 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.28.1


# 233c0fb3 10-Oct-2016 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.27


# 69285d07 10-Feb-2016 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.26


# 0b1666cc 24-Oct-2015 Simon South <ssouth@simonsouth.com>

binutils: ld: Set ELF interpreter to "/system/runtime_loader"

For x86_64 this includes defining a new linker emulation, "elf_x86_64_haiku"
(to match the existing "elf_i386_haiku") and updating gcc accordingly.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


# 0dfb79fe 19-Apr-2015 François Revol <revol@free.fr>

binutils: fix PPC GOT issue

Simplify haiku-specific ppc emulation script, and reuse
common code, which seems to fix the linker issue mentioned
in #10240:
_GLOBAL_OFFSET_TABLE_ not defined in linker created .got


# ab21027f 19-Apr-2015 François Revol <revol@free.fr>

binutils: rename elf_ppc_haiku emulation to elf32ppchaiku

For coherence with other targets.


# b2f43673 18-Apr-2015 François Revol <revol@free.fr>

binutils: reorder ppc dependency


# 36fac579 26-Dec-2014 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.25


# 3615e240 19-Mar-2014 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.24


# 83284845 08-Apr-2013 Jerome Duval <jerome.duval@gmail.com>

binutils snapshot 20130408


# 34e528ab 03-Apr-2013 Jerome Duval <jerome.duval@gmail.com>

import binutils 2.23.2


# eecbb214 03-Apr-2013 Jerome Duval <jerome.duval@gmail.com>

import binutils 2.22


# 192c9480 06-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

Fix the merge of binutils 2.22, sorry for the noise.


# 1e198b66 05-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

Merge binutils 2.22


# 54b66b3b 05-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.19


# 6f0effcf 05-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.22


# 4cc94249 05-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.19


# 4df3ecf7 01-May-2009 Jonas Sundström <jonas@kirilla.com>

Adding mipsel-unknown-haiku. Work in progress. Correctness uncertain. Especially gcc/gcc/config/mips/haiku.h. Inspired by the other Haiku targets x86/ppc/arm.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@30534 a95241bf-73f2-0310-859d-f6bbb57e9c96


# da7d5efe 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Applying Haiku support.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29025 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 385576a7 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Adding binutils 2.19 to trunk.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c3bc6040 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Making room for binutils 2.19.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29023 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0751d0f1 18-Nov-2008 Ithamar R. Adema <ithamar.adema@team-embedded.nl>

Forgot that these generated files were in svn too ;)

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@28691 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9a99bec1 25-Feb-2007 Oliver Tappe <zooey@hirschkaefer.de>

* updated cross-(or non-legacy-)binutils to version 2.17


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20228 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8c840510 06-Dec-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Added support for machine powerpc-*-haiku. Reorganized things a bit:
The i386-pc-haiku no longer uses the BeOS BFD target emulation, but
its own. A few things are shared for both *-*-haiku machines now.
The PowerPC Haiku binutils and gcc build, but I wouldn't expect them
to really produce usable output yet. We'll see...


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15381 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6809759e 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Copying binutils 2.16.1 into trunk.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15075 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b67b6a17 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved the old binutils to their new home.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15072 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0d415dc8 28-Oct-2004 Oliver Tappe <zooey@hirschkaefer.de>

Initial revision


git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9568 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0dfb79fe88a5811c679ae5caa8345e099c620ceb 19-Apr-2015 François Revol <revol@free.fr>

binutils: fix PPC GOT issue

Simplify haiku-specific ppc emulation script, and reuse
common code, which seems to fix the linker issue mentioned
in #10240:
_GLOBAL_OFFSET_TABLE_ not defined in linker created .got


# ab21027f8afb6012d201e31ed31c6b88a448351d 19-Apr-2015 François Revol <revol@free.fr>

binutils: rename elf_ppc_haiku emulation to elf32ppchaiku

For coherence with other targets.


# b2f43673a6e0d49455029e9e2f8f6f0e089bf16b 18-Apr-2015 François Revol <revol@free.fr>

binutils: reorder ppc dependency


# 36fac5796894a2e130719df7f6e798cc90ac51fe 26-Dec-2014 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.25


# 3615e2401a71231b8e42ec15c8aae228308d9e98 19-Mar-2014 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.24


# 83284845923aadb6587d353d52e3ca2f630592ce 08-Apr-2013 Jerome Duval <jerome.duval@gmail.com>

binutils snapshot 20130408


# 34e528abef39aa1e02ca95d77a1c0b03a5fdb8b6 03-Apr-2013 Jerome Duval <jerome.duval@gmail.com>

import binutils 2.23.2


# eecbb214c7449cde0d28a4d24e8a4184f8658c3b 03-Apr-2013 Jerome Duval <jerome.duval@gmail.com>

import binutils 2.22


# 192c9480a6e8641561d7518cf96d3614717a0ff6 06-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

Fix the merge of binutils 2.22, sorry for the noise.


# 1e198b669a2f1c4bf88dfe0a78d667456217949d 05-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

Merge binutils 2.22


# 54b66b3b479404053af79683d9f22df2ec064f6e 05-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.19


# 6f0effcf54d0d8081bcdd367bad9dfabe0e3ca7f 05-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.22


# 4cc942491dd37bccf0bc98e9098ac2952ccfa11a 05-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import binutils 2.19


# 4df3ecf7d0344577a727314979de2db99e4b7f52 01-May-2009 Jonas Sundström <jonas@kirilla.com>

Adding mipsel-unknown-haiku. Work in progress. Correctness uncertain. Especially gcc/gcc/config/mips/haiku.h. Inspired by the other Haiku targets x86/ppc/arm.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@30534 a95241bf-73f2-0310-859d-f6bbb57e9c96


# da7d5efeb4e2aa981ab3c790f6e26164589a60e8 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Applying Haiku support.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29025 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 385576a748866f4a094b9e8618abfe8ebade3bd1 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Adding binutils 2.19 to trunk.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c3bc604047c781b2e63d4c34dd098f3d30edc55d 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Making room for binutils 2.19.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29023 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0751d0f13b7f11b0be1834ba18c09bc00ad4ab65 18-Nov-2008 Ithamar R. Adema <ithamar.adema@team-embedded.nl>

Forgot that these generated files were in svn too ;)

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@28691 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9a99bec198bd17b3073731a258812ee88133e0b7 25-Feb-2007 Oliver Tappe <zooey@hirschkaefer.de>

* updated cross-(or non-legacy-)binutils to version 2.17


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20228 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8c840510db6ccd6912567edac55fb4450048b716 06-Dec-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Added support for machine powerpc-*-haiku. Reorganized things a bit:
The i386-pc-haiku no longer uses the BeOS BFD target emulation, but
its own. A few things are shared for both *-*-haiku machines now.
The PowerPC Haiku binutils and gcc build, but I wouldn't expect them
to really produce usable output yet. We'll see...


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15381 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6809759e16035910e5ac05f180737bb46e0acb9f 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Copying binutils 2.16.1 into trunk.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15075 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b67b6a17a6a85c5fdeff6dce1917162df33aadec 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved the old binutils to their new home.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15072 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0d415dc8a4fb56393e3935f513f3d51c19c76cbe 28-Oct-2004 Oliver Tappe <zooey@hirschkaefer.de>

Initial revision


git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9568 a95241bf-73f2-0310-859d-f6bbb57e9c96