* internal.h (R_PCRWORD_B): Define for the h8300 relaxing
linker. HMSE.
This commit is contained in:
parent
f687b277ce
commit
b16619991b
2 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue