From 599b6fb8a35c9af16f0edb8e2ca5a85ae8221767 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 26 Aug 2014 17:01:04 -0400 Subject: [PATCH] rl78.h (RL78_RELAXA_MASK): New. Relax types are enums, not bits --- include/elf/ChangeLog | 4 ++++ include/elf/rl78.h | 1 + 2 files changed, 5 insertions(+) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 35d4f4b..b76588f 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2014-08-26 DJ Delorie + + * rl78.h (RL78_RELAXA_MASK): New. Relax types are enums, not bits + 2014-07-07 Barney Stratford * avr.h: Add R_AVR_PORT5 and R_AVR_PORT6. diff --git a/include/elf/rl78.h b/include/elf/rl78.h index 342932d..1a526fa 100644 --- a/include/elf/rl78.h +++ b/include/elf/rl78.h @@ -109,6 +109,7 @@ END_RELOC_NUMBERS (R_RL78_max) #define E_FLAG_RL78_G10 (1 << 2) /* CPU is missing register banks 1-3, so uses different ABI. */ /* These define the addend field of R_RL78_RH_RELAX relocations. */ +#define RL78_RELAXA_MASK 0x000000f0 /* Mask for relax types */ #define RL78_RELAXA_BRA 0x00000010 /* Any type of branch (must be decoded). */ #define RL78_RELAXA_ADDR16 0x00000020 /* addr16->sfr/saddr opportunity */ #define RL78_RELAXA_RNUM 0x0000000f /* Number of associated relocations. */ -- 2.7.4