aboutsummaryrefslogtreecommitdiff
path: root/gcc/getopt.c
AgeCommit message (Collapse)AuthorFilesLines
1998-09-05Makefile.in (pexecute.o): Use pexecute.c from libiberty.Jeffrey A Law1-1054/+0
* Makefile.in (pexecute.o): Use pexecute.c from libiberty. Provide explicit rules for building. Similarly for alloca, vfprintf, choose-temp and mkstemp, getopt, getopt1. (INCLUDES): Add $(srcdir)/../include. * pexecute.c, alloca.c, vfprintf.c, choose-temp.c, mkstemp.c: Delete. * getopt.h, getopt.c getopt1.c: Likewise. From-SVN: r22256
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-3/+6
details. From-SVN: r20808
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-37/+42
From-SVN: r19553
1998-03-12dManfred Hollstein1-48/+41
In gcc/: * i386.h (RTX_COSTS): Insert braces around nested if. (ADDITIONAL_REGISTER_NAMES): Insert braces around structured elements. * gcc.c (default_compilers): Properly put brackets around array elements in initializer. * getopt.c (_getopt_internal): Add explicit braces around nested if; reformatted. * reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's. (record_reg_life_pat): Add explicit parens around && and || in expression. (stack_reg_life_analysis): Add parens around assignment used as expression. (convert_regs): Likewise. In gcc/cp/: * lang-specs.h: Properly put brackets around array elements in initializer. * typeck.c (build_binary_op_nodefault): Correctly place parens around && and || in expression. In gcc/f/: * lang-specs.h: Properly put brackets around array elements in initializer. From-SVN: r18500
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law1-17/+17
From-SVN: r14764
1997-05-27automatically generated from GPLed versionPaul Eggert1-17/+17
From-SVN: r14129
1997-05-27automatically generated from GPLed versionPaul Eggert1-2/+0
From-SVN: r14127
1997-04-18automatically generated from GPLed versionPaul Eggert1-0/+1055
From-SVN: r13929