2003-09-26 Matt Thomas <matt@3am-software.com>
[deliverable/binutils-gdb.git] / gas / config / obj-bout.c
index b59f4c853faea784058e4794849c8334b5909378..76fce6ddec4cb9ed8064ed65d67173722c975fd7 100644 (file)
@@ -1,5 +1,5 @@
 /* b.out object file format
-   Copyright (C) 1989, 90, 91, 92, 93, 94, 95, 96, 2000
+   Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -78,7 +78,7 @@ const pseudo_typeS obj_pseudo_table[] =
   {"ABORT", s_ignore, 0},
   {"ident", s_ignore, 0},
 
-  {NULL}                       /* End sentinel.  */
+  {NULL, NULL, 0}              /* End sentinel.  */
 };
 
 /* Relocation.  */
@@ -110,7 +110,7 @@ obj_emit_relocations (where, fixP, segment_address_in_file)
     }                          /* for each fixup  */
 }
 
-/* Aout file generation & utilities . */
+/* Aout file generation & utilities .  */
 
 /* Convert a lvalue to machine dependent data.  */
 
@@ -228,7 +228,7 @@ obj_symbol_new_hook (symbolP)
 
 static void
 obj_bout_line (ignore)
-     int ignore;
+     int ignore ATTRIBUTE_UNUSED;
 {
   /* Assume delimiter is part of expression.  */
   /* BSD4.2 as fails with delightful bug, so we are not being
@@ -260,7 +260,7 @@ obj_crawl_symbol_chain (headers)
          S_SET_SEGMENT (symbolP, SEG_TEXT);
        }                       /* if pusing data into text  */
 
-      resolve_symbol_value (symbolP, 1);
+      resolve_symbol_value (symbolP);
 
       /* Skip symbols which were equated to undefined or common
         symbols.  */
@@ -310,7 +310,7 @@ obj_crawl_symbol_chain (headers)
            }
          else                  /* .Stabd case.  */
            symbolP->sy_name_offset = 0;
-         symbolPP = &(symbol_next (symbolP));
+         symbolPP = &(symbolP->sy_next);
        }
       else
        {
This page took 0.027539 seconds and 4 git commands to generate.