public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/68059] [arm] libgcc uses __write to report error
       [not found] <bug-68059-4@http.gcc.gnu.org/bugzilla/>
@ 2015-10-22 23:02 ` pinskia at gcc dot gnu.org
  2015-10-23  9:47 ` nsz at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2015-10-22 23:02 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Musl support is not upstream yet. So this is not a bug. The patches to support
musl should change this file so this part is conditional on !musl.


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

* [Bug target/68059] [arm] libgcc uses __write to report error
       [not found] <bug-68059-4@http.gcc.gnu.org/bugzilla/>
  2015-10-22 23:02 ` [Bug target/68059] [arm] libgcc uses __write to report error pinskia at gcc dot gnu.org
@ 2015-10-23  9:47 ` nsz at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: nsz at gcc dot gnu.org @ 2015-10-23  9:47 UTC (permalink / raw)
  To: gcc-bugs

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

nsz at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
   Last reconfirmed|                            |2015-10-23
         Resolution|INVALID                     |---
     Ever confirmed|0                           |1

--- Comment #2 from nsz at gcc dot gnu.org ---
bionic does not have __write either, it seems the android ndk
changed it to write (which is not in the c namespace so might
be wrong, but i guess the code is about to crash anyway).

i'm reopening since i think the compiler should not assume
such symbols to be available on a linux system (fwiw it is
not part of the linux standard base abi core spec:
http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/libc.html#AEN2405
or any other abi spec i'm aware of).


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

end of thread, other threads:[~2015-10-23  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-68059-4@http.gcc.gnu.org/bugzilla/>
2015-10-22 23:02 ` [Bug target/68059] [arm] libgcc uses __write to report error pinskia at gcc dot gnu.org
2015-10-23  9:47 ` nsz 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).