]> gcc.gnu.org Git - gcc.git/commit - gcc/gcc.c
i386.h (CPP_486_SPEC, [...]): New specs.
authorJim Wilson <wilson@cygnus.com>
Mon, 13 Jul 1998 22:38:51 +0000 (22:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 13 Jul 1998 22:38:51 +0000 (16:38 -0600)
commit1228a9bd1efee6b102f64c45ad3e97a3dc630a43
tree5bf47887fc7b63496f3d8cf8e0ba4617d488c9f1
parent4a8c52e0487bb8afe279f041ac113ed4e2895ddb
i386.h (CPP_486_SPEC, [...]): New specs.

        * i386/i386.h (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): New specs.
        (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Use them.
        (EXTRA_SPECS): Support them.
        * gcc.c: Delete %[spec] support.
        (do_spec_1, case '('): Likewise.
        (do_spec_1, case '['): Call error.
        * i386/aix386ng.h, cygwin32.h, freebsd-elf.h, gas.h, isc.h,
        linux-aout.h, linux-oldld.h, linux.h, osfelf.h, osfrose.h, sco.h,
        sco4.h, sco4dbx.h, sco5.h, sol2.h, sysv3.h (CPP_SPEC): Delete
        %[cpp_cpu].

From-SVN: r21120
19 files changed:
gcc/ChangeLog
gcc/config/i386/aix386ng.h
gcc/config/i386/cygwin32.h
gcc/config/i386/freebsd-elf.h
gcc/config/i386/gas.h
gcc/config/i386/i386.h
gcc/config/i386/isc.h
gcc/config/i386/linux-aout.h
gcc/config/i386/linux-oldld.h
gcc/config/i386/linux.h
gcc/config/i386/osfelf.h
gcc/config/i386/osfrose.h
gcc/config/i386/sco.h
gcc/config/i386/sco4.h
gcc/config/i386/sco4dbx.h
gcc/config/i386/sco5.h
gcc/config/i386/sol2.h
gcc/config/i386/sysv3.h
gcc/gcc.c
This page took 0.068157 seconds and 5 git commands to generate.