]> sourceware.org Git - newlib-cygwin.git/commitdiff
Add iWMMXt support
authorNick Clifton <nickc@redhat.com>
Tue, 25 Mar 2003 20:56:01 +0000 (20:56 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 25 Mar 2003 20:56:01 +0000 (20:56 +0000)
include/coff/ChangeLog
include/coff/arm.h
include/elf/ChangeLog
include/elf/arm.h

index b2eec4cbe93c27c8f6766351c169554e72660d28..be6154d21c1ca50f56bf9bef6abea955598d78ec 100644 (file)
@@ -1,3 +1,10 @@
+2003-03-25  Stan Cox   <scox@redhat.com>
+           Nick Clifton  <nickc@redhat.com>
+           
+       Contribute support for Intel's iWMMXt chip - an ARM variant:
+
+       * arm.h (ARM_NOTE_SECTION): Define.
+
 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
 
        * ecoff.h: Replace boolean with bfd_boolean.
index bcfdcbe4784d90b5adac0c32bec31ca818224631..8b90228ca9802034107ce21daac2eb09986ae8bf 100644 (file)
@@ -124,3 +124,5 @@ struct external_reloc
 #define RELOC struct external_reloc
 #define RELSZ 14
 #endif
+
+#define ARM_NOTE_SECTION ".note"
index e87cdd2e04514920c20893624da7a97b92d56566..5411f7691692c600da9fc0bdac2074c3d1408b37 100644 (file)
@@ -1,4 +1,11 @@
-Mon Mar  3 20:35:58 2003  J"orn Rennecke <joern.rennecke@superh.com>
+2003-03-25  Stan Cox   <scox@redhat.com>
+           Nick Clifton  <nickc@redhat.com>
+           
+       Contribute support for Intel's iWMMXt chip - an ARM variant:
+
+       * arm.h (ARM_NOTE_SECTION): Define.
+
+2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
 
        * sh.h (EF_SH_MERGE_MACH): Make sure SH2E & SH3/SH3E merge to SH3E,
        and SH2E & SH4 merge to SH4, not SH2E.
index 534701753c47c593f0b17e95a8a227b2d197b5a0..3b3f8d0e235f812f0224037658be73d06adba364 100644 (file)
@@ -140,4 +140,7 @@ START_RELOC_NUMBERS (elf_arm_reloc_type)
   RELOC_NUMBER (R_ARM_RBASE,          255)
 END_RELOC_NUMBERS (R_ARM_max)
 
+/* The name of the note section used to identify arm variants.  */
+#define ARM_NOTE_SECTION ".note.arm.ident"
+     
 #endif /* _ELF_ARM_H */
This page took 0.03618 seconds and 5 git commands to generate.