saber
authorStu Grossman <grossman@cygnus>
Fri, 23 Aug 1991 05:26:06 +0000 (05:26 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 23 Aug 1991 05:26:06 +0000 (05:26 +0000)
bfd/ChangeLog
bfd/aoutx.h
bfd/coffcode.h
gdb/ChangeLog

index 5d4d4980b08d7c8e41202070cfa1cade780526b2..292420b40bf040d942bdfd3b8e4fbd7cb0fbb71e 100644 (file)
@@ -1,3 +1,7 @@
+Thu Aug 22 22:20:19 1991  Stu Grossman  (grossman at cygint.cygnus.com)
+
+       * aoutx.h, coffcode.h:  saberized.
+
 Thu Aug 22 11:27:06 1991  Roland H. Pesch  (pesch at cygint.cygnus.com)
 
        * bfd.texinfo: some cleanup, reincorporated more intro matter from
index 91a4a3fda39c608ae7b09d2c02f94d2251bfede1..ebd825b2133c0c0303802668c0b1961b28a7fe5e 100644 (file)
@@ -199,7 +199,8 @@ DEFUN(hlo10,(abfd, reloc_entry, symbol_in, data, input_section),
   return bfd_reloc_ok;
 }
 
-static r64() 
+static bfd_reloc_status_enum_type
+r64() 
 {
   abort();
 }
@@ -1090,7 +1091,7 @@ DEFUN(NAME(aout,write_syms),(abfd),
       
       
       
-      translate_to_native_sym_flags (&nsp, (PTR)g, abfd);
+      translate_to_native_sym_flags (&nsp, g, abfd);
       
       bfd_write((PTR)&nsp,1,EXTERNAL_LIST_SIZE, abfd);
     }
index 4e3ad85beaee0027c726e81ccb4c21e0fe51e07d..35f254976ea7133f612f0cf4b53a2167b6b8f96f 100644 (file)
@@ -125,7 +125,7 @@ various flags to set in the @code{asymbol} @xref{Symbols}. The
 generated canonical table shares strings with the hidden internal
 symbol table.
 
-Any linenumbers are read from the coff file too, and attatched to the
+Any linenumbers are read from the coff file too, and attached to the
 symbols which own the functions the linenumbers belong to.
 
 @subsubsection Symbol Writing
@@ -1050,7 +1050,7 @@ DEFUN(coff_object_p,(abfd),
     if (bfd_read((PTR) &opthdr, 1,AOUTSZ, abfd) != AOUTSZ) {
       return 0;
     }
-    bfd_swap_aouthdr_in(abfd, &opthdr, &internal_a);
+    bfd_swap_aouthdr_in(abfd, (char *)&opthdr, (char *)&internal_a);
   }
     
   /* Seek past the opt hdr stuff */
@@ -2475,7 +2475,7 @@ bfd            *abfd)
   /* Swap all the raw entries */
   for (raw_src = raw, internal_ptr = internal; raw_src < raw_end; raw_src++, internal_ptr++) {
     unsigned int i;
-    coff_swap_sym_in(abfd, raw_src,&internal_ptr->u.syment);    
+    coff_swap_sym_in(abfd, (char *)raw_src, (char *)&internal_ptr->u.syment);    
     internal_ptr->fix_tag = 0;
     internal_ptr->fix_end = 0;
 
index 68f48df588d10745d7e15089f672888a79ffd140..866d200d660f71538c0cb99640242bba97d7f4a7 100644 (file)
@@ -1,3 +1,7 @@
+Thu Aug 22 22:17:06 1991  Stu Grossman  (grossman at cygint.cygnus.com)
+
+       * coffread.c, symfile.c, stack.c:  saberized.
+
 Thu Aug 22 16:20:27 1991  Roland H. Pesch  (pesch at cygint.cygnus.com)
 
        * doc/refcard.tex: permuted Essential Commands sec