]> Git Repo - binutils.git/blobdiff - gas/config/obj-som.c
update copyright dates
[binutils.git] / gas / config / obj-som.c
index 396b500951dd449b43cf31110a0cf676b46da2a3..e9596cf51b621ef5649c2b36c09208c459cef891 100644 (file)
@@ -1,5 +1,6 @@
 /* SOM object file format.
-   Copyright 1993, 1994, 1998, 2000, 2002 Free Software Foundation, Inc.
+   Copyright 1993, 1994, 1998, 2000, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -332,9 +333,6 @@ obj_som_weak (ignore)
       *input_line_pointer = c;
       SKIP_WHITESPACE ();
       S_SET_WEAK (symbolP);
-#if 0
-      symbol_get_obj (symbolP)->local = 1;
-#endif
       if (c == ',')
        {
          input_line_pointer++;
This page took 0.025677 seconds and 4 git commands to generate.