Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-07-10 06:49:00 +0400
committerAlexandre Oliva <aoliva@redhat.com>2003-07-10 06:49:00 +0400
commit791bd18069011349a05e8df2bdb3535781427ae5 (patch)
treecc76d9fbe709139b2e0454f999522af42d9933c4
parent30811232c75b8d34d71c4d86e911a07cb98ffaa7 (diff)
2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
* mn10300.h (E_MN10300_MACH_AM33_2): Renamed from E_MN10300_MACH_AM332. 2000-03-31 Alexandre Oliva <aoliva@cygnus.com> * mn10300.h (E_MN10300_MACH_AM332): Defined.
-rw-r--r--include/elf/ChangeLog8
-rw-r--r--include/elf/mn10300.h1
2 files changed, 9 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 2f78483a8..ba0b56f98 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,11 @@
+2003-07-09 Alexandre Oliva <aoliva@redhat.com>
+
+ 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
+ * mn10300.h (E_MN10300_MACH_AM33_2): Renamed from
+ E_MN10300_MACH_AM332.
+ 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
+ * mn10300.h (E_MN10300_MACH_AM332): Defined.
+
2003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
* s390.h (elf_s390_reloc_type): Add long displacement relocations
diff --git a/include/elf/mn10300.h b/include/elf/mn10300.h
index e10be900a..5080efe4c 100644
--- a/include/elf/mn10300.h
+++ b/include/elf/mn10300.h
@@ -50,4 +50,5 @@ END_RELOC_NUMBERS (R_MN10300_MAX)
#define E_MN10300_MACH_MN10300 0x00810000
#define E_MN10300_MACH_AM33 0x00820000
+#define E_MN10300_MACH_AM33_2 0x00830000
#endif /* _ELF_MN10300_H */