* internal.h (R_PCRWORD_B): Define for the h8300 relaxing
authorJeff Law <law@redhat.com>
Fri, 3 May 1996 18:57:49 +0000 (18:57 +0000)
committerJeff Law <law@redhat.com>
Fri, 3 May 1996 18:57:49 +0000 (18:57 +0000)
        linker.
HMSE.

include/coff/ChangeLog
include/coff/internal.h

index 3b39ade..2b332a7 100644 (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.
index ff0babd..cc09d51 100644 (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 */