diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-09-12 23:53:09 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-09-12 23:53:09 +0000 |
commit | c265b1cc5da347944503dfd9c765fbc418fcc8f1 (patch) | |
tree | 114b047f7ca9ffc539d4097879fd635bda8dadbb /include/elf/ChangeLog | |
parent | 233b8738b057f7a9bfc9e37d76ae78e83f99c2e0 (diff) | |
download | gdb-c265b1cc5da347944503dfd9c765fbc418fcc8f1.zip gdb-c265b1cc5da347944503dfd9c765fbc418fcc8f1.tar.gz gdb-c265b1cc5da347944503dfd9c765fbc418fcc8f1.tar.bz2 |
* common.h (EM_AVR_OLD): Renamed from...
(EM_AVR): this, redefined as in the current ELF standard.
(EM_PJ_OLD): Renamed from...
(EM_PJ): this, redefined as in the current ELF standard.
(EM_R30, EM_D10V, EM_D30V, EM_V850, EM_M32R, EM_MN10300,
EM_MN10200, EM_OPENRISC, EM_ARC_A5, EM_XTENSA): Defined as in
the current ELF standard.
(EM_CYGNUS_ARC): Removed, unused for a long time.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r-- | include/elf/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 7d34f68..bf46126 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,14 @@ +2001-09-12 Alexandre Oliva <aoliva@redhat.com> + + * common.h (EM_AVR_OLD): Renamed from... + (EM_AVR): this, redefined as in the current ELF standard. + (EM_PJ_OLD): Renamed from... + (EM_PJ): this, redefined as in the current ELF standard. + (EM_R30, EM_D10V, EM_D30V, EM_V850, EM_M32R, EM_MN10300, + EM_MN10200, EM_OPENRISC, EM_ARC_A5, EM_XTENSA): Defined as in + the current ELF standard. + (EM_CYGNUS_ARC): Removed, unused for a long time. + 2001-09-04 Richard Henderson <rth@redhat.com> * alpha.h (R_ALPHA_OP*, R_ALPHA_IMMED*, R_ALPHA_GPVALUE): Remove. |