From: Jeff Law Date: Fri, 3 May 1996 18:57:49 +0000 (+0000) Subject: * internal.h (R_PCRWORD_B): Define for the h8300 relaxing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b16619991bf5d068d8d7469a6a8795d1a37b2945;p=binutils-gdb.git * internal.h (R_PCRWORD_B): Define for the h8300 relaxing linker. HMSE. --- diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 3b39adec483..2b332a7d01d 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 ff0babd5eb0..cc09d51fe59 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 */