Added missing ChangeLog entry for Sean's check in, and rebuilt
authorIan Lance Taylor <ian@airs.com>
Thu, 31 Mar 1994 19:08:22 +0000 (19:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 31 Mar 1994 19:08:22 +0000 (19:08 +0000)
bfd-in2.h.

bfd/ChangeLog
bfd/bfd-in2.h

index 986cf2956739ecc274732e8e6b100c150838976f..38239e720ce5961d279a00d03e768cc440b74fd6 100644 (file)
@@ -1,5 +1,9 @@
 Thu Mar 31 11:52:15 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
+       * reloc.c (bfd_reloc_code_real_type): Added BFD_RELOC_26 (from sef
+       and raeburn).
+       * bfd-in2.h: Rebuilt.
+
        * nlm32-i386.c (nlm_i386_read_import): Null terminate the symbol
        name.
        * nlm32-alpha.c (nlm_alpha_read_import): Likewise.
index e46f647bc8c421e12dd85cfad2ed6c15fd3d025c..25adc05498518180e3dabf3c1efd5414ac39c0fa 100644 (file)
@@ -1255,6 +1255,7 @@ typedef enum bfd_reloc_code_real
    /* Basic absolute relocations */
   BFD_RELOC_64,
   BFD_RELOC_32,
+  BFD_RELOC_26,
   BFD_RELOC_16,
   BFD_RELOC_14,
   BFD_RELOC_8,
This page took 0.031426 seconds and 4 git commands to generate.