diff options
author | Dave Brolley <brolley@redhat.com> | 2007-02-06 18:57:08 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2007-02-06 18:57:08 +0000 |
commit | dd6f0f6e38d0e43fe83ef74d65bb216e2a6d2c95 (patch) | |
tree | b55775cf88a37ce1507d950eb8ed3e2ea1607947 /include | |
parent | 4948f0d4ee1a94357ae4aa71fb597fee7a44044f (diff) | |
download | gdb-dd6f0f6e38d0e43fe83ef74d65bb216e2a6d2c95.zip gdb-dd6f0f6e38d0e43fe83ef74d65bb216e2a6d2c95.tar.gz gdb-dd6f0f6e38d0e43fe83ef74d65bb216e2a6d2c95.tar.bz2 |
Fix entries for MeP submission.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 47 |
1 files changed, 4 insertions, 43 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index fee102f..a62aeaa 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,49 +1,10 @@ 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> + Richard Sandiford <rsandifo@redhat.com> + Richard Henderson <rth@redhat.com> + DJ Delorie <dj@redhat.com> + 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> |