public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/54567] New: Incomplete PT_GNU_EH_FRAME support for Android
@ 2012-09-13 14:25 hjl.tools at gmail dot com
  2012-09-13 22:58 ` [Bug debug/54567] " hjl.tools at gmail dot com
  0 siblings, 1 reply; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-13 14:25 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54567
           Summary: Incomplete PT_GNU_EH_FRAME support for Android
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: pavel.v.chupin@gmail.com


Revision 186788:

http://gcc.gnu.org/ml/gcc-cvs/2012-04/msg00740.html

defines USE_PT_GNU_EH_FRAME for BIONIC. But it misses
USE_PT_GNU_EH_FRAME in crtstuff.c:

crtstuff.c:# define USE_PT_GNU_EH_FRAME
crtstuff.c:# define USE_PT_GNU_EH_FRAME
crtstuff.c:#  define USE_PT_GNU_EH_FRAME
crtstuff.c:# define USE_PT_GNU_EH_FRAME
crtstuff.c:#if defined(EH_FRAME_SECTION_NAME) && !defined(USE_PT_GNU_EH_FRAME)

We should have a single place to define USE_PT_GNU_EH_FRAME
to avoid the problem like this.


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

* [Bug debug/54567] Incomplete PT_GNU_EH_FRAME support for Android
  2012-09-13 14:25 [Bug debug/54567] New: Incomplete PT_GNU_EH_FRAME support for Android hjl.tools at gmail dot com
@ 2012-09-13 22:58 ` hjl.tools at gmail dot com
  0 siblings, 0 replies; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-13 22:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-09-13 22:58:38 UTC ---
This is not a real problem for Android since Android doesn't
use crt* files from GCC. However it will be nicer to define
USE_PT_GNU_EH_FRAME in a single place.


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

end of thread, other threads:[~2012-09-13 22:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-13 14:25 [Bug debug/54567] New: Incomplete PT_GNU_EH_FRAME support for Android hjl.tools at gmail dot com
2012-09-13 22:58 ` [Bug debug/54567] " hjl.tools at gmail dot com

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).