This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/39570] cabs and cabsf are named differently on NetBSD 5


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39570

--- Comment #14 from Krister Walfridsson <kristerw at gcc dot gnu.org> ---
Author: kristerw
Date: Fri Sep 29 09:38:08 2017
New Revision: 253283

URL: https://gcc.gnu.org/viewcvs?rev=253283&root=gcc&view=rev
Log:
2017-09-29  Krister Walfridsson  <krister.walfridsson@gmail.com>

        Backport from mainline
        2017-09-26  Krister Walfridsson  <krister.walfridsson@gmail.com>

        PR target/39570
        * gcc/config/netbsd-protos.h: New file.
        * gcc/config/netbsd.c: New file.
        * gcc/config/netbsd.h (SUBTARGET_INIT_BUILTINS): Define.
        * gcc/config/t-netbsd: New file.
        * gcc/config.gcc (tm_p_file): Add netbsd-protos.h.
        (tmake_file) Add t-netbsd.
        (extra_objs) Add netbsd.o.

Added:
    branches/gcc-7-branch/gcc/config/netbsd-protos.h
    branches/gcc-7-branch/gcc/config/netbsd.c
    branches/gcc-7-branch/gcc/config/t-netbsd
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/config.gcc
    branches/gcc-7-branch/gcc/config/netbsd.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]