diff options
author | Dave Brolley <brolley@redhat.com> | 2007-02-05 19:15:07 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2007-02-05 19:15:07 +0000 |
commit | b95dd98f8fd66ca00b974a7c85ec407e48871606 (patch) | |
tree | e026c16c3369e91d2947ace0e01b74d89569ba33 /include | |
parent | 29d6e6f18ecfdc2256119230bbf880ef775445a6 (diff) | |
download | gdb-b95dd98f8fd66ca00b974a7c85ec407e48871606.zip gdb-b95dd98f8fd66ca00b974a7c85ec407e48871606.tar.gz gdb-b95dd98f8fd66ca00b974a7c85ec407e48871606.tar.bz2 |
2007-02-05 Dave Brolley <brolley@redhat.com>
* Contribute the following Changes:
2005-08-22 Dave Brolley <brolley@redhat.com>
* mep.h (EF_MEP_CPU_C4): New macro.
(EF_MEP_CPU_H1): Change to 0x10000000.
2005-04-22 Richard Sandiford <rsandifo@redhat.com>
* mep.h (EF_MEP_LIBRARY): New flag.
(EF_MEP_ALL_FLAGS): Update accordingly.
2004-06-21 Dave Brolley <brolley@redhat.com>
* mep.h (EF_MEP_CPU_MASK, EF_MEP_CPU_MEP, EF_MEP_CPU_C2)
(EF_MEP_CPU_C3, EF_MEP_CPU_H1, EF_MEP_INDEX_MASK)
(EF_MEP_ALL_FLAGS): New macros.
2001-09-28 Richard Henderson <rth@redhat.com>
* mep.h (SHF_MEP_VLIW, SEC_MEP_VLIW): New.
2001-07-12 DJ Delorie <dj@redhat.com>
* mep.h (R_MEP_GNU_VTINHERIT, R_MEP_GNU_VTENTRY): Mark as no-overflow.
2001-06-25 DJ Delorie <dj@redhat.com>
* mep.h: Add vtable relocs.
2001-05-10 DJ Delorie <dj@redhat.com>
* mep.h: Fix bit offsets for HI16*, make them no-overflow. Add
comment about mep-relocs.pl.
2001-05-01 DJ Delorie <dj@redhat.com>
* mep.h: Add MeP-specific relocs.
2001-03-22 Ben Elliston <bje@redhat.com>
* mep.h: New file.
2001-03-20 Ben Elliston <bje@redhat.com>
* common.h (EM_CYGNUS_MEP): Define.
2007-02-15 Dave Brolley <brolley@redhat.com>
From Graydon Hoare <graydon@redhat.com>:
* common.h (STT_RELC, STT_SRELC, R_RELC): New macros.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 53 | ||||
-rw-r--r-- | include/elf/common.h | 4 |
2 files changed, 57 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 5504cb0..fee102f 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,56 @@ +2007-02-05 Dave Brolley <brolley@redhat.com> + + * Contribute the following Changes: + 2005-08-22 Dave Brolley <brolley@redhat.com> + + * mep.h (EF_MEP_CPU_C4): New macro. + (EF_MEP_CPU_H1): Change to 0x10000000. + + 2005-04-22 Richard Sandiford <rsandifo@redhat.com> + + * mep.h (EF_MEP_LIBRARY): New flag. + (EF_MEP_ALL_FLAGS): Update accordingly. + + 2004-06-21 Dave Brolley <brolley@redhat.com> + + * mep.h (EF_MEP_CPU_MASK, EF_MEP_CPU_MEP, EF_MEP_CPU_C2) + (EF_MEP_CPU_C3, EF_MEP_CPU_H1, EF_MEP_INDEX_MASK) + (EF_MEP_ALL_FLAGS): New macros. + + 2001-09-28 Richard Henderson <rth@redhat.com> + + * mep.h (SHF_MEP_VLIW, SEC_MEP_VLIW): New. + + 2001-07-12 DJ Delorie <dj@redhat.com> + + * mep.h (R_MEP_GNU_VTINHERIT, R_MEP_GNU_VTENTRY): Mark as no-overflow. + + 2001-06-25 DJ Delorie <dj@redhat.com> + + * mep.h: Add vtable relocs. + + 2001-05-10 DJ Delorie <dj@redhat.com> + + * mep.h: Fix bit offsets for HI16*, make them no-overflow. Add + comment about mep-relocs.pl. + + 2001-05-01 DJ Delorie <dj@redhat.com> + + * mep.h: Add MeP-specific relocs. + + 2001-03-22 Ben Elliston <bje@redhat.com> + + * mep.h: New file. + + 2001-03-20 Ben Elliston <bje@redhat.com> + + * common.h (EM_CYGNUS_MEP): Define. + +2007-02-15 Dave Brolley <brolley@redhat.com> + + From Graydon Hoare <graydon@redhat.com>: + * common.h (STT_RELC, STT_SRELC, R_RELC): New macros. + 2007-01-08 Kazu Hirata <kazu@codesourcery.com> * m68k.h (EF_M68K_FIDO): New. diff --git a/include/elf/common.h b/include/elf/common.h index b418d3f..f836998 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -280,6 +280,8 @@ /* NIOS magic number - no EABI available. */ #define EM_NIOS32 0xFEBB +#define EM_CYGNUS_MEP 0xF00D /* Toshiba MeP */ + /* See the above comment before you add a new EM_* value here. */ /* Values for e_version. */ @@ -475,6 +477,8 @@ #define STT_FILE 4 /* Symbol gives a file name */ #define STT_COMMON 5 /* An uninitialised common block */ #define STT_TLS 6 /* Thread local data object */ +#define STT_RELC 8 /* Complex relocation expression */ +#define STT_SRELC 9 /* Signed Complex relocation expression */ #define STT_LOOS 10 /* OS-specific semantics */ #define STT_HIOS 12 /* OS-specific semantics */ #define STT_LOPROC 13 /* Application-specific semantics */ |