* reloc.c (struct reloc_howto_struct): Fix typo in comment.
authorFred Fish <fnf@specifix.com>
Tue, 18 Feb 1997 23:01:02 +0000 (23:01 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 18 Feb 1997 23:01:02 +0000 (23:01 +0000)
* bfd-in2.h: Regenerated.
start-sanitize-tic80
* coff-tic80.c (RTYPE2HOWTO): Replace abort with real function.
(rtype2howto): Add function.
(tic80_howto_table): Add.
end-sanitize-tic80

bfd/ChangeLog
bfd/bfd-in2.h
bfd/reloc.c

index ae6981ccfa17a5e2159327304e3dacb71f61291f..22fc5dfe6d9cd051eb09f3273a0c9e90e2121a4a 100644 (file)
@@ -1,3 +1,17 @@
+Tue Feb 18 15:31:48 1997  Fred Fish  <fnf@cygnus.com>
+
+       * reloc.c (struct reloc_howto_struct): Fix typo in comment.
+       * bfd-in2.h: Regenerated.
+start-sanitize-tic80
+       * coff-tic80.c (RTYPE2HOWTO): Replace abort with real function.
+       (rtype2howto): Add function.
+       (tic80_howto_table): Add.
+end-sanitize-tic80
+       
+Tue Feb 18 11:41:00 1996  Dawn Perchik  <dawn@cygnus.com>
+
+       * sysdep.h: Don't define errno in MSVC if error.h is included.
+
 start-sanitize-v850
 Tue Feb 18 10:04:13 1997  Jeffrey A Law  (law@cygnus.com)
 
index a14a1700855bedb77330ba6f650ed3ce9735f654..3aa53443f8d1c6bcbdbb96e62de4cff6261e2b59 100644 (file)
@@ -1369,7 +1369,7 @@ enum complain_overflow
 
 struct reloc_howto_struct
 {
-        /*  The type field has mainly a documetary use - the back end can
+        /*  The type field has mainly a documentary use - the back end can
            do what it wants with it, though normally the back end's
            external idea of what a reloc number is stored
            in this field. For example, a PC relative word relocation
@@ -1674,6 +1674,10 @@ prediction logic which may be provided on some processors. */
 which is filled by the linker. */
   BFD_RELOC_ALPHA_LINKAGE,
 
+/* The CODEADDR relocation outputs a STO_CA in the object file,
+which is filled by the linker. */
+  BFD_RELOC_ALPHA_CODEADDR,
+
 /* Bits 27..2 of the relocation address shifted right 2 bits;
 simple reloc otherwise. */
   BFD_RELOC_MIPS_JMP,
index 81571b30503afa35d0eb915350e9f9a6f02cd130..da45948cacc0790dd4eca71bd5ce58ff708878e9 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for handling relocation entries.
-   Copyright (C) 1990, 91, 92, 93, 94, 95, 1996, 1997
+   Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1997
    Free Software Foundation, Inc.
    Written by Cygnus Support.
 
@@ -289,7 +289,7 @@ CODE_FRAGMENT
 .
 .struct reloc_howto_struct
 .{
-.       {*  The type field has mainly a documetary use - the back end can
+.       {*  The type field has mainly a documentary use - the back end can
 .           do what it wants with it, though normally the back end's
 .           external idea of what a reloc number is stored
 .           in this field. For example, a PC relative word relocation
@@ -1950,6 +1950,12 @@ ENUMDOC
   The LINKAGE relocation outputs a linkage pair in the object file,
      which is filled by the linker.
 
+ENUM
+  BFD_RELOC_ALPHA_CODEADDR
+ENUMDOC
+  The CODEADDR relocation outputs a STO_CA in the object file,
+     which is filled by the linker.
+
 ENUM
   BFD_RELOC_MIPS_JMP
 ENUMDOC