crtfastmath.c: New file.
authorRichard Henderson <rth@redhat.com>
Sun, 24 Jun 2001 02:05:06 +0000 (19:05 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 24 Jun 2001 02:05:06 +0000 (19:05 -0700)
commit567d20f046c31dde4949a293069879b8ac246d2a
tree04f460c869d95f5606f63d411fecc889e5e98dc2
parent8c2c98cd890a39f45b103b203853642aaea19619
crtfastmath.c: New file.

        * config/alpha/crtfastmath.c: New file.
        * config/alpha/t-crtfm: New file.
        * config/alpha/elf.h (ENDFILE_SPEC): Use crtfastmath.o.
        * config/alpha/osf.h (ENDFILE_SPEC): Likewise.
        * config/alpha/t-crtbe (EXTRA_PARTS): Add pieces defined here.
        * config.gcc (alpha-{linux,freebsd,netbsd,osf}): Use alpha/t-crtfm;
        do not set extra_parts here.

From-SVN: r43537
gcc/ChangeLog
gcc/config.gcc
gcc/config/alpha/crtfastmath.c [new file with mode: 0644]
gcc/config/alpha/elf.h
gcc/config/alpha/osf.h
gcc/config/alpha/t-crtbe
gcc/config/alpha/t-crtfm [new file with mode: 0644]