diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index db652e298..8221242f3 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2003-06-10 Richard Sandiford + + * h8.h (E_H8_MACH_H8300SXN): New flag. + 2003-06-03 Nick Clifton * v850.h (R_V850_32): Rename to R_V850_ABS32. diff --git a/include/elf/h8.h b/include/elf/h8.h index 79c0a34fb..1aad7a4ed 100644 --- a/include/elf/h8.h +++ b/include/elf/h8.h @@ -95,5 +95,6 @@ END_RELOC_NUMBERS (R_H8_max) #define E_H8_MACH_H8300HN 0x00830000 #define E_H8_MACH_H8300SN 0x00840000 #define E_H8_MACH_H8300SX 0x00850000 +#define E_H8_MACH_H8300SXN 0x00860000 #endif