This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Don't run ld-elf/hash.d for mips targets


.gnu.hash is incompatible with the MIPS ABI. Skip it for mips targets.


H.J.
---
2006-09-15  H.J. Lu  <hongjiu.lu@intel.com>

	* ld-elf/hash.d: Don't run for mips targets.

--- ./ld-elf/hash.d.mips	2006-09-12 15:10:31.000000000 -0700
+++ ./ld-elf/hash.d	2006-09-15 07:49:31.000000000 -0700
@@ -2,6 +2,7 @@
 #readelf: -d 
 #ld: -shared --hash-style=gnu
 #target: *-*-linux*
+#notarget: mips*-*-*
 
 #...
 [ 	]*0x[0-9a-z]+[ 	]+\(GNU_HASH\)[ 	]+0x[0-9a-z]+


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]