Changeset 907 for trunk/src/binutils/gas
- Timestamp:
 - Dec 16, 2003, 11:01:18 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/binutils/gas/as.c (modified) (2 diffs, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/binutils/gas/as.c
- 
Property       cvs2svn:cvs-rev
 changed from       
1.4to1.5 
r906 r907 224 224 225 225 #ifdef BFD_ASSEMBLER 226 fprintf (stderr, _("GNU assembler version %s (%s) using BFD version %s "),226 fprintf (stderr, _("GNU assembler version %s (%s) using BFD version %s (Innotek Build 2003-12-15 21:40)"), 227 227 VERSION, TARGET_ALIAS, BFD_VERSION_STRING); 228 228 #else … … 546 546 /* This output is intended to follow the GNU standards document. */ 547 547 #ifdef BFD_ASSEMBLER 548 printf (_("GNU assembler %s \n"), BFD_VERSION_STRING);548 printf (_("GNU assembler %s (Innotek Build 2003-12-15 21:40)\n"), BFD_VERSION_STRING); 549 549 #else 550 printf (_("GNU assembler %s \n"), VERSION);550 printf (_("GNU assembler %s (Innotek Build 2003-12-15 21:40)\n"), VERSION); 551 551 #endif 552 552 printf (_("Copyright 2002 Free Software Foundation, Inc.\n"));  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  