Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/ChangeLog21
-rw-r--r--include/elf/arm.h7
-rw-r--r--include/elf/common.h12
-rw-r--r--include/elf/sparc.h2
4 files changed, 2 insertions, 40 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 52e4c371b..ee204ccb1 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,25 +1,6 @@
-2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * arm.h (Tag_MPextension_use): Renumber.
- (Tag_DIV_use): Add.
- (Tag_MPextension_use_legacy): Likewise.
-
-2010-02-09 Michael Holzheu <holzheu@de.ibm.com>
-
- * common.h (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG,
- NT_S390_CTRS and NT_S390_PREFIX): Define.
-
-2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
-
- * common.h (NT_386_XSTATE): New.
-
-2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
-
- * s390.h (EF_S390_HIGH_GPRS): Added macro definition.
-
2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
- * common.h (PN_XNUM): Define.
+ * common.h (PN_XNUM): Define.
2009-12-18 Ulrich Weigand <uweigand@de.ibm.com>
diff --git a/include/elf/arm.h b/include/elf/arm.h
index 94c44d412..6011780e6 100644
--- a/include/elf/arm.h
+++ b/include/elf/arm.h
@@ -288,18 +288,13 @@ enum
Tag_undefined37,
Tag_ABI_FP_16bit_format,
Tag_undefined39,
- Tag_undefined40,
- Tag_undefined41,
- Tag_MPextension_use,
- Tag_undefined_43,
- Tag_DIV_use,
Tag_nodefaults = 64,
Tag_also_compatible_with,
Tag_T2EE_use,
Tag_conformance,
Tag_Virtualization_use,
Tag_undefined69,
- Tag_MPextension_use_legacy
+ Tag_MPextension_use
};
#endif
diff --git a/include/elf/common.h b/include/elf/common.h
index e7ffac4b7..703916e64 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -513,20 +513,8 @@
/* note name must be "LINUX". */
#define NT_PPC_VSX 0x102 /* PowerPC VSX registers */
/* note name must be "LINUX". */
-#define NT_X86_XSTATE 0x202 /* x86 XSAVE extended state */
- /* note name must be "LINUX". */
#define NT_S390_HIGH_GPRS 0x300 /* S/390 upper halves of GPRs */
/* note name must be "LINUX". */
-#define NT_S390_TIMER 0x301 /* S390 timer */
- /* note name must be "LINUX". */
-#define NT_S390_TODCMP 0x302 /* S390 TOD clock comparator */
- /* note name must be "LINUX". */
-#define NT_S390_TODPREG 0x303 /* S390 TOD programmable register */
- /* note name must be "LINUX". */
-#define NT_S390_CTRS 0x304 /* S390 control registers */
- /* note name must be "LINUX". */
-#define NT_S390_PREFIX 0x305 /* S390 prefix register */
- /* note name must be "LINUX". */
/* Note segments for core files on dir-style procfs systems. */
diff --git a/include/elf/sparc.h b/include/elf/sparc.h
index f7458df1a..68d6285ee 100644
--- a/include/elf/sparc.h
+++ b/include/elf/sparc.h
@@ -164,8 +164,6 @@ START_RELOC_NUMBERS (elf_sparc_reloc_type)
EMPTY_RELOC (R_SPARC_max_std)
- RELOC_NUMBER (R_SPARC_JMP_IREL, 248)
- RELOC_NUMBER (R_SPARC_IRELATIVE, 249)
RELOC_NUMBER (R_SPARC_GNU_VTINHERIT, 250)
RELOC_NUMBER (R_SPARC_GNU_VTENTRY, 251)
RELOC_NUMBER (R_SPARC_REV32, 252)