]> sourceware.org Git - newlib-cygwin.git/commitdiff
* elf32-arm.c (elf32_arm_modify_segment_map): New function.
authorMark Mitchell <mark@codesourcery.com>
Fri, 18 Mar 2005 17:06:16 +0000 (17:06 +0000)
committerMark Mitchell <mark@codesourcery.com>
Fri, 18 Mar 2005 17:06:16 +0000 (17:06 +0000)
(elf32_arm_additional_program_headers): Likewise.
(elf_backend_modify_segment_map): Define.
(elf_backend_additional_program_headers): Likewise.
(elf32_arm_symbian_modify_segment_map): Use
elf32_arm_modify_segment_map.

* binutils/readelf.c (get_arm_segment_type): New function.
(get_segment_type): Use it.

* arm.h (PT_ARM_EXIDX): Define.

include/elf/ChangeLog
include/elf/arm.h

index 91a81b9959457fb4d573059d924ff33faf3f4a35..46df13d03a0d880fa3acd875a11ac78a90204255 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-17  Paul Brook <paul@codesourcery.com>
+           Dan Jacobowitz <dan@codesourcery.com>
+           Mark Mitchell  <mark@codesourcery.com>
+
+       * arm.h (PT_ARM_EXIDX): Define.
+
 2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
            Joseph Myers  <joseph@codesourcery.com>
 
index 78678295d9c1fea23718e421d047e274f4c2f571..de3ed0664415fd18fdd9f6272d5dc82993abfa89 100644 (file)
@@ -37,6 +37,9 @@
 #define EF_ARM_VFP_FLOAT   0x400
 #define EF_ARM_MAVERICK_FLOAT 0x800
 
+/* Frame unwind information */
+#define PT_ARM_EXIDX (PT_LOPROC + 1) 
+
 /* Other constants defined in the ARM ELF spec. version B-01.  */
 #define EF_ARM_SYMSARESORTED 0x04      /* NB conflicts with EF_INTERWORK */
 #define EF_ARM_DYNSYMSUSESEGIDX 0x08   /* NB conflicts with EF_APCS26 */
This page took 0.034587 seconds and 5 git commands to generate.