Browse Source

* readelf.c (get_machine_dlags): Add support for RX's PID mode.


			
			
				gdb_7_4-branch
			
			
		
Nick Clifton 15 years ago
parent
commit
e402890df2
  1. 4
      include/elf/ChangeLog
  2. 3
      include/elf/rx.h

4
include/elf/ChangeLog

@ -1,3 +1,7 @@
2011-10-05 DJ Delorie <dj@redhat.com>
* rx.h (E_FLAG_RX_PID): New.
2011-09-21 David S. Miller <davem@davemloft.net>
* sparc.h (Tag_GNU_Sparc_HWCAPS): New object attribute.

3
include/elf/rx.h

@ -116,7 +116,8 @@ END_RELOC_NUMBERS (R_RX_max)
/* Values for the e_flags field in the ELF header. */
#define E_FLAG_RX_64BIT_DOUBLES (1 << 0)
#define E_FLAG_RX_DSP (1 << 1) /* Defined in the RX CPU Object file specification, but not explained. */
#define E_FLAG_RX_DSP (1 << 1) /* Defined in the RX CPU Object file specification, but not explained. */
#define E_FLAG_RX_PID (1 << 2) /* Unofficial - DJ */
/* These define the addend field of R_RX_RH_RELAX relocations. */
#define RX_RELAXA_IMM6 0x00000010 /* Imm8/16/24/32 at bit offset 6. */

Loading…
Cancel
Save