toplev.c (target_options): Add value field.
authorDJ Delorie <dj@redhat.com>
Thu, 17 Apr 2003 23:18:58 +0000 (19:18 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Thu, 17 Apr 2003 23:18:58 +0000 (19:18 -0400)
commitc409ea0d30ef28e68ff6b4fcb699ba013ee947f1
tree432d0630d4f7f8857bbaeabf962e23436cceb28b
parent368018184c55e6e262dc1acfe8b21a674b170e75
toplev.c (target_options): Add value field.

* toplev.c (target_options): Add value field.
(set_target_switch): Handle target options with values.
* doc/tm.texi: Document how fixed vs variable target
options work.
* config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
config/m32r/m32r.h, config/m68hc11/m68hc11.h,
config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
config/rs6000/rs6000.h, config/rs6000/sysv4.h,
config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
Add value initializer to target options.

From-SVN: r65756
27 files changed:
gcc/ChangeLog
gcc/config/alpha/alpha.h
gcc/config/arc/arc.h
gcc/config/avr/avr.h
gcc/config/c4x/c4x.h
gcc/config/cris/aout.h
gcc/config/cris/cris.h
gcc/config/d30v/d30v.h
gcc/config/dsp16xx/dsp16xx.h
gcc/config/frv/frv.h
gcc/config/i386/i386.h
gcc/config/ia64/ia64.h
gcc/config/m32r/m32r.h
gcc/config/m68hc11/m68hc11.h
gcc/config/m68k/m68k.h
gcc/config/m88k/m88k.h
gcc/config/mcore/mcore.h
gcc/config/mips/mips.h
gcc/config/mmix/mmix.h
gcc/config/pa/pa.h
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/sysv4.h
gcc/config/s390/s390.h
gcc/config/sparc/sparc.h
gcc/config/v850/v850.h
gcc/doc/tm.texi
gcc/toplev.c