public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/12813] New: gcc/config/rs6000/linux.h misses support for inhibit_libc
@ 2003-10-28 12:07 gernot dot hillier at siemens dot com
  2003-10-28 14:19 ` [Bug other/12813] " gernot dot hillier at siemens dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gernot dot hillier at siemens dot com @ 2003-10-28 12:07 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: gcc/config/rs6000/linux.h misses support for
                    inhibit_libc
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gernot dot hillier at siemens dot com
                CC: gcc-bugs at gcc dot gnu dot org

gcc/config/rs6000/linux.h misses the "#ifndef inhibit_libc" and so it isn't
possible to use the libchack with it to bootstrap a cross compiler.

I created a patch using gcc/config/i386/linux64.h as a template.

I'll attach it. Please apply.


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

* [Bug other/12813] gcc/config/rs6000/linux.h misses support for inhibit_libc
  2003-10-28 12:07 [Bug other/12813] New: gcc/config/rs6000/linux.h misses support for inhibit_libc gernot dot hillier at siemens dot com
@ 2003-10-28 14:19 ` gernot dot hillier at siemens dot com
  2003-10-28 15:23 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: gernot dot hillier at siemens dot com @ 2003-10-28 14:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From gernot dot hillier at siemens dot com  2003-10-28 12:07 -------
Created an attachment (id=5011)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5011&action=view)
gcc-3.3-fix-libchack-rs6000.diff


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

* [Bug other/12813] gcc/config/rs6000/linux.h misses support for inhibit_libc
  2003-10-28 12:07 [Bug other/12813] New: gcc/config/rs6000/linux.h misses support for inhibit_libc gernot dot hillier at siemens dot com
  2003-10-28 14:19 ` [Bug other/12813] " gernot dot hillier at siemens dot com
@ 2003-10-28 15:23 ` pinskia at gcc dot gnu dot org
  2003-10-28 16:11 ` gernot dot hillier at siemens dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-28 15:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-28 15:21:08
               date|                            |
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-28 15:21 -------
Please update the patch to the mainline and send the patch to gcc-patches@gcc.gnu.org with a 
changelog.


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

* [Bug other/12813] gcc/config/rs6000/linux.h misses support for inhibit_libc
  2003-10-28 12:07 [Bug other/12813] New: gcc/config/rs6000/linux.h misses support for inhibit_libc gernot dot hillier at siemens dot com
  2003-10-28 14:19 ` [Bug other/12813] " gernot dot hillier at siemens dot com
  2003-10-28 15:23 ` pinskia at gcc dot gnu dot org
@ 2003-10-28 16:11 ` gernot dot hillier at siemens dot com
  2003-10-28 16:23 ` pinskia at gcc dot gnu dot org
  2003-10-30  5:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: gernot dot hillier at siemens dot com @ 2003-10-28 16:11 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From gernot dot hillier at siemens dot com  2003-10-28 16:06 -------
Done. Sorry for not following the patch sending rules at the first try...


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

* [Bug other/12813] gcc/config/rs6000/linux.h misses support for inhibit_libc
  2003-10-28 12:07 [Bug other/12813] New: gcc/config/rs6000/linux.h misses support for inhibit_libc gernot dot hillier at siemens dot com
                   ` (2 preceding siblings ...)
  2003-10-28 16:11 ` gernot dot hillier at siemens dot com
@ 2003-10-28 16:23 ` pinskia at gcc dot gnu dot org
  2003-10-30  5:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-28 16:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-28 16:13 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2003-10/msg02483.html>


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

* [Bug other/12813] gcc/config/rs6000/linux.h misses support for inhibit_libc
  2003-10-28 12:07 [Bug other/12813] New: gcc/config/rs6000/linux.h misses support for inhibit_libc gernot dot hillier at siemens dot com
                   ` (3 preceding siblings ...)
  2003-10-28 16:23 ` pinskia at gcc dot gnu dot org
@ 2003-10-30  5:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-30  5:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-30 05:53 -------
Since the need for a right headers from glibc so that the exception handling works right, I am 
closing this bug as will not fix.


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

end of thread, other threads:[~2003-10-30  5:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-28 12:07 [Bug other/12813] New: gcc/config/rs6000/linux.h misses support for inhibit_libc gernot dot hillier at siemens dot com
2003-10-28 14:19 ` [Bug other/12813] " gernot dot hillier at siemens dot com
2003-10-28 15:23 ` pinskia at gcc dot gnu dot org
2003-10-28 16:11 ` gernot dot hillier at siemens dot com
2003-10-28 16:23 ` pinskia at gcc dot gnu dot org
2003-10-30  5:54 ` pinskia at gcc dot gnu dot 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).