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.19.51.0.6: 77_all_document-new-dtags-behaviour.patch README.history
Date: Sat, 30 May 2009 02:00:45
Message-Id: E1MADsK-0001ta-CZ@stork.gentoo.org
1 vapier 09/05/30 02:00:44
2
3 Modified: README.history
4 Added: 77_all_document-new-dtags-behaviour.patch
5 Log:
6 include 77_all_document-new-dtags-behaviour.patch patch too
7
8 Revision Changes Path
9 1.2 src/patchsets/binutils/2.19.51.0.6/README.history
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.51.0.6/README.history?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.51.0.6/README.history?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.51.0.6/README.history?r1=1.1&r2=1.2
14
15 Index: README.history
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.19.51.0.6/README.history,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- README.history 30 May 2009 01:59:10 -0000 1.1
22 +++ README.history 30 May 2009 02:00:44 -0000 1.2
23 @@ -7,6 +7,7 @@
24 + 65_all_binutils-2.18-amd64-32bit-path.patch
25 + 66_all_binutils-2.18.50.0.2-warn-textrel.patch
26 + 76_all_use-new-ld-dtags.patch
27 + + 77_all_document-new-dtags-behaviour.patch
28 + 77_all_generate-gnu-hash.patch
29 + 78_all_use-relro.patch
30 + 91_all_libiberty-pic.patch
31
32
33
34 1.1 src/patchsets/binutils/2.19.51.0.6/77_all_document-new-dtags-behaviour.patch
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.51.0.6/77_all_document-new-dtags-behaviour.patch?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.51.0.6/77_all_document-new-dtags-behaviour.patch?rev=1.1&content-type=text/plain
38
39 Index: 77_all_document-new-dtags-behaviour.patch
40 ===================================================================
41 Index: binutils-2.19.51.0.5/ld/ld.texinfo
42 ===================================================================
43 --- binutils-2.19.51.0.5.orig/ld/ld.texinfo
44 +++ binutils-2.19.51.0.5/ld/ld.texinfo
45 @@ -2036,8 +2036,9 @@ This linker can create the new dynamic t
46 systems may not understand them. If you specify
47 @option{--enable-new-dtags}, the dynamic tags will be created as needed.
48 If you specify @option{--disable-new-dtags}, no new dynamic tags will be
49 -created. By default, the new dynamic tags are not created. Note that
50 -those options are only available for ELF systems.
51 +created. On Gentoo, by default, the new dynamic tags are created (this
52 +differs from upstream behaviour). Note that those options are only
53 +available for ELF systems.
54
55 @kindex --hash-size=@var{number}
56 @item --hash-size=@var{number}