Diff for /src/gnu/usr.bin/as/config/Attic/tc-sparc.c between versions 1.2 and 1.3

version 1.2, 2003/06/17 04:25:44 version 1.3, 2003/11/22 19:30:55
Line 19 Line 19
   
 /*  /*
  * $FreeBSD: src/gnu/usr.bin/as/config/tc-sparc.c,v 1.8 1999/08/27 23:34:30 peter Exp $   * $FreeBSD: src/gnu/usr.bin/as/config/tc-sparc.c,v 1.8 1999/08/27 23:34:30 peter Exp $
  * $DragonFly: src/gnu/usr.bin/as/config/tc-sparc.c,v 1.1 2003/06/16 04:03:53 dillon Exp $   * $DragonFly$
  */   */
 #define cypress 1234  #define cypress 1234
   
Line 378  static void s_proc() { Line 378  static void s_proc() {
 } /* s_proc() */  } /* s_proc() */
   
 /*  /*
  * GI: This is needed for compatability with Sun's assembler - which   * GI: This is needed for compatibility with Sun's assembler - which
  * otherwise generates a warning when certain "suspect" instructions   * otherwise generates a warning when certain "suspect" instructions
  * appear in the delay slot of a branch.  And more seriously without   * appear in the delay slot of a branch.  And more seriously without
  * this directive in certain cases Sun's assembler will rearrange   * this directive in certain cases Sun's assembler will rearrange

Removed from v.1.2  
changed lines
  Added in v.1.3