Print this page


Split Close
Expand all
Collapse all
          --- old/usr/src/tools/cw/cw.c
          +++ new/usr/src/tools/cw/cw.c
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   * When distributing Covered Code, include this CDDL HEADER in each
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23      -* Copyright 2011, Richard Lowe.
  24      -*/
  25      -/*
  26   23   * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  27   24   * Use is subject to license terms.
  28   25   */
  29   26  
  30   27  /*
  31   28   * Wrapper for the GNU C compiler to make it accept the Sun C compiler
  32   29   * arguments where possible.
  33   30   *
  34   31   * Since the translation is inexact, this is something of a work-in-progress.
  35   32   *
  36   33   */
  37   34  
  38   35  /* If you modify this file, you must increment CW_VERSION */
  39      -#define CW_VERSION      "1.30"
       36 +#define CW_VERSION      "1.29"
  40   37  
  41   38  /*
  42   39   * -#           Verbose mode
  43   40   * -###         Show compiler commands built by driver, no compilation
  44   41   * -A<name[(tokens)]>   Preprocessor predicate assertion
  45   42   * -B<[static|dynamic]> Specify dynamic or static binding
  46   43   * -C           Prevent preprocessor from removing comments
  47   44   * -c           Compile only - produce .o files, suppress linking
  48   45   * -cg92        Alias for -xtarget=ss1000
  49   46   * -D<name[=token]>     Associate name with token as if by #define
↓ open down ↓ 1869 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX