patches/binutils/2.20/200-document-new-dtags-behaviour.patch
changeset 1614 3f76cdbceb6e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/binutils/2.20/200-document-new-dtags-behaviour.patch	Tue Oct 27 20:06:46 2009 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +Index: binutils-2.19.51.0.5/ld/ld.texinfo
     1.5 +===================================================================
     1.6 +--- binutils-2.19.51.0.5.orig/ld/ld.texinfo
     1.7 ++++ binutils-2.19.51.0.5/ld/ld.texinfo
     1.8 +@@ -2036,8 +2036,9 @@ This linker can create the new dynamic t
     1.9 + systems may not understand them. If you specify
    1.10 + @option{--enable-new-dtags}, the dynamic tags will be created as needed.
    1.11 + If you specify @option{--disable-new-dtags}, no new dynamic tags will be
    1.12 +-created. By default, the new dynamic tags are not created. Note that
    1.13 +-those options are only available for ELF systems.
    1.14 ++created. On Gentoo, by default, the new dynamic tags are created (this
    1.15 ++differs from upstream behaviour). Note that those options are only
    1.16 ++available for ELF systems.
    1.17 + 
    1.18 + @kindex --hash-size=@var{number}
    1.19 + @item --hash-size=@var{number}