This is the mail archive of the binutils@sourceware.cygnus.com 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]

Patches to support traditional mips target (mips-dde-sysv4.2MP).


Here is the patch for binutils-000428/bfd/elfxx-target.h


Index: elfxx-target.h
===================================================================
RCS file: /gnu/cvsroot/binutils-000428/bfd/elfxx-target.h,v
retrieving revision 1.1.1.1
diff -u -p -b -r1.1.1.1 elfxx-target.h
--- elfxx-target.h	2000/04/29 05:24:43	1.1.1.1
+++ elfxx-target.h	2000/04/29 08:18:08
@@ -354,6 +354,7 @@ Foundation, Inc., 59 Temple Place - Suit
 
 extern const struct elf_size_info _bfd_elfNN_size_info;
 
+#ifndef INCLUDED_TARGET_FILE
 static CONST struct elf_backend_data elfNN_bed =
 {
   ELF_ARCH,			/* arch */
@@ -413,6 +414,7 @@ static CONST struct elf_backend_data elf
   elf_backend_can_gc_sections,
   elf_backend_want_dynbss
 };
+#endif
 
 /* Forward declaration for use when initialising alternative_target field.  */
 #ifdef TARGET_LITTLE_SYM

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