aboutsummaryrefslogtreecommitdiff
path: root/include/coff/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/coff/internal.h')
-rw-r--r--include/coff/internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/coff/internal.h b/include/coff/internal.h
index ff0babd..cc09d51 100644
--- a/include/coff/internal.h
+++ b/include/coff/internal.h
@@ -608,6 +608,11 @@ struct internal_reloc
vector entry to be placed in the jump/call instruction. */
#define R_MEM_INDIRECT 0x4a
+/* An h8300 special reloc for relaxing a 16bit pc-relative branch into
+ an 8bit pc-relative branch. */
+#define R_PCRWORD_B 0x4b
+
+
/* Z8k modes */
#define R_IMM16 0x01 /* 16 bit abs */
#define R_JR 0x02 /* jr 8 bit disp */