Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/binutils/2.20.1: 76_all_use-new-ld-dtags.patch 77_all_document-new-dtags-behaviour.patch README.history
Date: Sun, 09 May 2010 08:06:25
Message-Id: 20100509080619.7F29329644@corvid.gentoo.org
1 vapier 10/05/09 08:06:19
2
3 Modified: 76_all_use-new-ld-dtags.patch README.history
4 Removed: 77_all_document-new-dtags-behaviour.patch
5 Log:
6 unify new ld dtags patches
7
8 Revision Changes Path
9 1.2 src/patchsets/binutils/2.20.1/76_all_use-new-ld-dtags.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/76_all_use-new-ld-dtags.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/76_all_use-new-ld-dtags.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/76_all_use-new-ld-dtags.patch?r1=1.1&r2=1.2
14
15 Index: 76_all_use-new-ld-dtags.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.20.1/76_all_use-new-ld-dtags.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 76_all_use-new-ld-dtags.patch 8 Mar 2010 04:39:26 -0000 1.1
22 +++ 76_all_use-new-ld-dtags.patch 9 May 2010 08:06:19 -0000 1.2
23 @@ -8,3 +8,17 @@
24 link_info.combreloc = TRUE;
25 link_info.strip_discarded = TRUE;
26 link_info.callbacks = &link_callbacks;
27 +--- binutils/ld/ld.texinfo
28 ++++ binutils/ld/ld.texinfo
29 +@@ -2036,8 +2036,9 @@
30 + systems may not understand them. If you specify
31 + @option{--enable-new-dtags}, the dynamic tags will be created as needed.
32 + If you specify @option{--disable-new-dtags}, no new dynamic tags will be
33 +-created. By default, the new dynamic tags are not created. Note that
34 +-those options are only available for ELF systems.
35 ++created. On Gentoo, by default, the new dynamic tags are created (this
36 ++differs from upstream behaviour). Note that those options are only
37 ++available for ELF systems.
38 +
39 + @kindex --hash-size=@var{number}
40 + @item --hash-size=@var{number}
41
42
43
44 1.3 src/patchsets/binutils/2.20.1/README.history
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/README.history?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/README.history?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/README.history?r1=1.2&r2=1.3
49
50 Index: README.history
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.20.1/README.history,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- README.history 11 Apr 2010 20:42:22 -0000 1.2
57 +++ README.history 9 May 2010 08:06:19 -0000 1.3
58 @@ -1,5 +1,7 @@
59 1.1 [pending]
60 + 07_all_binutils-2.20-export-dynamic-pie.patch
61 + U 76_all_use-new-ld-dtags.patch
62 + - 77_all_document-new-dtags-behaviour.patch
63
64 1.0 07.03.2010
65 + 03_all_binutils-2.15.92.0.2-ppc64-pie.patch