Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR port.
This commit is contained in:
parent
cc040812f5
commit
65aa24b6e8
13 changed files with 108 additions and 47 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
|
||||
|
||||
* avr.h (E_AVR_MACH_AVR5): Define.
|
||||
|
||||
2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
|
||||
|
||||
* m68hc11.h: New file, definitions for the Motorola 68hc11.
|
||||
|
|
|
@ -30,6 +30,7 @@ along with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#define E_AVR_MACH_AVR2 2
|
||||
#define E_AVR_MACH_AVR3 3
|
||||
#define E_AVR_MACH_AVR4 4
|
||||
#define E_AVR_MACH_AVR5 5
|
||||
|
||||
/* Relocations. */
|
||||
START_RELOC_NUMBERS (elf_avr_reloc_type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue