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.
This commit is contained in:
parent
30811232c7
commit
791bd18069
|
@ -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>
|
2003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||||
|
|
||||||
* s390.h (elf_s390_reloc_type): Add long displacement relocations
|
* s390.h (elf_s390_reloc_type): Add long displacement relocations
|
||||||
|
|
|
@ -50,4 +50,5 @@ END_RELOC_NUMBERS (R_MN10300_MAX)
|
||||||
|
|
||||||
#define E_MN10300_MACH_MN10300 0x00810000
|
#define E_MN10300_MACH_MN10300 0x00810000
|
||||||
#define E_MN10300_MACH_AM33 0x00820000
|
#define E_MN10300_MACH_AM33 0x00820000
|
||||||
|
#define E_MN10300_MACH_AM33_2 0x00830000
|
||||||
#endif /* _ELF_MN10300_H */
|
#endif /* _ELF_MN10300_H */
|
||||||
|
|
Loading…
Reference in New Issue