]> Zhao Yanbai Git Server - minix.git/commit
fix for ld.so @ bitcode build
authorBen Gras <ben@minix3.org>
Sun, 4 May 2014 11:52:22 +0000 (13:52 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:12 +0000 (17:05 +0200)
commit4193f2292e5a003332da93c3292274c742a29716
tree88d9584e74fad45e2b4a1e4b9a00223c24bddf4d
parentc81f587520dfe822d879c1d3a93696669d98c7a2
fix for ld.so @ bitcode build

ld.so linked with gold didn't work - gold was not generating
the _DYNAMIC ptr in the first GOT entry, leaving it zero, causing
mayhem for ld.so.

  . patch for gold: always generate _DYNAMIC ptr. submitted upstream,
    more info here: https://sourceware.org/bugzilla/show_bug.cgi?id=16900
  . revert "REMOVE ME: Static tests for now" - we can link tests dynamically
    This reverts commit 3e0a3993deb831eb5abcd1c1a2cb1246b43f8d1d.

Change-Id: I4f2910ec2592c31bbd14a85d8a6045497fcaf4e3
external/gpl3/binutils/patches/0006-gold-plt.patch [new file with mode: 0644]