Subversion Repositories Kolibri OS

Rev

Rev 5222 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5222 Rev 6324
Line 1... Line 1...
1
/* Generic stabs parsing for gas.
1
/* Generic stabs parsing for gas.
2
   Copyright 1989, 1990, 1991, 1993, 1995, 1996, 1997, 1998, 2000, 2001
-
 
3
   2002, 2003, 2004, 2005, 2007, 2009  Free Software Foundation, Inc.
2
   Copyright (C) 1989-2015 Free Software Foundation, Inc.
Line 4... Line 3...
4
 
3
 
Line 5... Line 4...
5
   This file is part of GAS, the GNU Assembler.
4
   This file is part of GAS, the GNU Assembler.
6
 
5
 
Line 456... Line 455...
456
  char c;
455
  char c;
457
  char *p;
456
  char *p;
458
  symbolS *symbolP;
457
  symbolS *symbolP;
459
  int temp;
458
  int temp;
Line 460... Line -...
460
 
-
 
461
  name = input_line_pointer;
459
 
462
  c = get_symbol_end ();
460
  c = get_symbol_name (&name);
463
  p = input_line_pointer;
461
  p = input_line_pointer;
464
  *p = c;
462
  *p = c;
465
  SKIP_WHITESPACE ();
463
  SKIP_WHITESPACE_AFTER_NAME ();
466
  if (*input_line_pointer != ',')
464
  if (*input_line_pointer != ',')
467
    {
465
    {
468
      *p = 0;
466
      *p = 0;
469
      as_bad (_("expected comma after \"%s\""), name);
467
      as_bad (_("expected comma after \"%s\""), name);