binutils/binutils: remove faulty patch 1.8
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 31 23:24:40 2010 +0200 (2010-08-31)
branch1.8
changeset 210868d038933dc4
parent 2103 d11481a07a8c
child 2126 9b8063d9b84f
binutils/binutils: remove faulty patch

The added code should be conditinal to the target system
being !MIPS, but is based on the host system being !MIPS.

This is plain wrong, and had not been noticed until now
as I never used those binutils versions on MIPS.

See:
http://sourceware.org/ml/crossgcc/2010-08/msg00192.html

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from f5ab0a80e46616adb3619cc7c5d78d0ccd7ea697)
patches/binutils/2.20/210-generate-gnu-hash.patch
     1.1 --- a/patches/binutils/2.20/210-generate-gnu-hash.patch	Thu Aug 26 23:36:54 2010 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,8 +0,0 @@
     1.4 ---- binutils/ld/ldmain.c
     1.5 -+++ binutils/ld/ldmain.c
     1.6 -@@ -273,2 +273,5 @@ main (int argc, char **argv)
     1.7 -   link_info.emit_hash = TRUE;
     1.8 -+#ifndef __mips__
     1.9 -+  link_info.emit_gnu_hash = TRUE;
    1.10 -+#endif
    1.11 -   link_info.callbacks = &link_callbacks;