From b16619991bf5d068d8d7469a6a8795d1a37b2945 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 3 May 1996 18:57:49 +0000 Subject: [PATCH] * internal.h (R_PCRWORD_B): Define for the h8300 relaxing linker. HMSE. --- include/coff/ChangeLog | 5 +++++ include/coff/internal.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 3b39adec48..2b332a7d01 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,8 @@ +Fri May 3 13:01:12 1996 Jeffrey A Law (law@cygnus.com) + + * internal.h (R_PCRWORD_B): Define for the h8300 relaxing + linker. + Wed May 1 19:21:03 1996 Ian Lance Taylor * internal.h (SCNNMLEN): Define. diff --git a/include/coff/internal.h b/include/coff/internal.h index ff0babd5eb..cc09d51fe5 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 */