public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/58397] New: Please add host_hooks for NetBSD to make precompiled headers work
@ 2013-09-11 18:54 martin at netbsd dot org
  2013-09-11 18:55 ` [Bug preprocessor/58397] " martin at netbsd dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: martin at netbsd dot org @ 2013-09-11 18:54 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58397

            Bug ID: 58397
           Summary: Please add host_hooks for NetBSD to make precompiled
                    headers work
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: preprocessor
          Assignee: unassigned at gcc dot gnu.org
          Reporter: martin at netbsd dot org

Created attachment 30802
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30802&action=edit
build glue changes

As discussed in #58370 and #58379, precompiled headers do not work on NetBSD
hosts. To fix this, a new gcc/config/host-netbsd.c file and the needed build
glue is attached.

This is mostly a copy of the openbsd stuff with a few minor changes (like
adding MAP_FIXED, which is needed on NetBSD) and adding a different address for
sparc64 machines.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug preprocessor/58397] Please add host_hooks for NetBSD to make precompiled headers work
  2013-09-11 18:54 [Bug preprocessor/58397] New: Please add host_hooks for NetBSD to make precompiled headers work martin at netbsd dot org
@ 2013-09-11 18:55 ` martin at netbsd dot org
  2015-08-06  7:32 ` martin at netbsd dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: martin at netbsd dot org @ 2013-09-11 18:55 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58397

--- Comment #1 from Martin Husemann <martin at netbsd dot org> ---
Created attachment 30803
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30803&action=edit
host hooks for NetBSD


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug preprocessor/58397] Please add host_hooks for NetBSD to make precompiled headers work
  2013-09-11 18:54 [Bug preprocessor/58397] New: Please add host_hooks for NetBSD to make precompiled headers work martin at netbsd dot org
  2013-09-11 18:55 ` [Bug preprocessor/58397] " martin at netbsd dot org
@ 2015-08-06  7:32 ` martin at netbsd dot org
  2015-08-06  7:33 ` martin at netbsd dot org
  2015-09-16  1:13 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: martin at netbsd dot org @ 2015-08-06  7:32 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Husemann <martin at netbsd dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30803|0                           |1
        is obsolete|                            |

--- Comment #2 from Martin Husemann <martin at netbsd dot org> ---
Created attachment 36137
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36137&action=edit
Updated version of host hooks for NetBSD


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug preprocessor/58397] Please add host_hooks for NetBSD to make precompiled headers work
  2013-09-11 18:54 [Bug preprocessor/58397] New: Please add host_hooks for NetBSD to make precompiled headers work martin at netbsd dot org
  2013-09-11 18:55 ` [Bug preprocessor/58397] " martin at netbsd dot org
  2015-08-06  7:32 ` martin at netbsd dot org
@ 2015-08-06  7:33 ` martin at netbsd dot org
  2015-09-16  1:13 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: martin at netbsd dot org @ 2015-08-06  7:33 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Husemann <martin at netbsd dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.8.1                       |5.2.0

--- Comment #3 from Martin Husemann <martin at netbsd dot org> ---
This still applies to current releases of gcc and makes plain FSF gcc
unbuildable on many NetBSD architectures.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug preprocessor/58397] Please add host_hooks for NetBSD to make precompiled headers work
  2013-09-11 18:54 [Bug preprocessor/58397] New: Please add host_hooks for NetBSD to make precompiled headers work martin at netbsd dot org
                   ` (2 preceding siblings ...)
  2015-08-06  7:33 ` martin at netbsd dot org
@ 2015-09-16  1:13 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2015-09-16  1:13 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-09-16
               Host|                            |*-*-netbsd*
     Ever confirmed|0                           |1

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Thanks for the patches. Please send them to gcc-patches for review rather than
attaching them here, as documented at:

https://gcc.gnu.org/contribute.html#patches


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-16  1:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-11 18:54 [Bug preprocessor/58397] New: Please add host_hooks for NetBSD to make precompiled headers work martin at netbsd dot org
2013-09-11 18:55 ` [Bug preprocessor/58397] " martin at netbsd dot org
2015-08-06  7:32 ` martin at netbsd dot org
2015-08-06  7:33 ` martin at netbsd dot org
2015-09-16  1:13 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).