* internal.h (R_PCRWORD_B): Define for the h8300 relaxing

linker.
HMSE.
This commit is contained in:
Jeff Law 1996-05-03 18:57:49 +00:00
parent f687b277ce
commit b16619991b
2 changed files with 10 additions and 0 deletions

View File

@ -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 <ian@cygnus.com>
* internal.h (SCNNMLEN): Define.

View File

@ -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 */