~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to gas/config/tc-sparc.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* tc-sparc.c -- Assemble for the SPARC
2
2
   Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3
 
   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 
3
   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4
4
   Free Software Foundation, Inc.
5
5
   This file is part of GAS, the GNU Assembler.
6
6
 
3772
3772
    }
3773
3773
  else
3774
3774
    {
3775
 
      as_warn ("Ignoring attempt to re-define symbol %s",
 
3775
      as_warn (_("Ignoring attempt to re-define symbol %s"),
3776
3776
               S_GET_NAME (symbolP));
3777
 
    }                           /* if not redefining.  */
 
3777
    }
3778
3778
 
3779
3779
  demand_empty_rest_of_line ();
3780
3780
}