public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/61257] New: configure should check if sys/sdt.h is usable, not just checking the existance of the header
@ 2014-05-20 15:13 doko at gcc dot gnu.org
  2022-03-14 18:08 ` [Bug other/61257] " egallager at gcc dot gnu.org
  2022-03-14 18:15 ` egallager at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: doko at gcc dot gnu.org @ 2014-05-20 15:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61257
           Summary: configure should check if sys/sdt.h is usable, not
                    just checking the existance of the header
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

splitting out to a new issue, this started in PR61231, and it came up before in
https://gcc.gnu.org/ml/gcc-patches/2012-12/msg01122.html

(Note that strictly speaking, systemtap per se doesn't need to support
an architecture for the sys/sdt.h header file to work there.  gdb is 
a fully independent client of sys/sdt.h markers.)

Perhaps the way to go forward is to have the gcc configury test-compile
some toy sys/sdt.h code [1], and activate the probes only if that works.

[1]
#include <sys/sdt.h>

int main ()
{
   DTRACE_PROBE(foo,bar);
   return 0;
}


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

* [Bug other/61257] configure should check if sys/sdt.h is usable, not just checking the existance of the header
  2014-05-20 15:13 [Bug other/61257] New: configure should check if sys/sdt.h is usable, not just checking the existance of the header doko at gcc dot gnu.org
@ 2022-03-14 18:08 ` egallager at gcc dot gnu.org
  2022-03-14 18:15 ` egallager at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: egallager at gcc dot gnu.org @ 2022-03-14 18:08 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://gcc.gnu.org/piperma
                   |                            |il/gcc-patches/2022-March/5
                   |                            |91704.html

--- Comment #7 from Eric Gallager <egallager at gcc dot gnu.org> ---
Patch: https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591704.html

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

* [Bug other/61257] configure should check if sys/sdt.h is usable, not just checking the existance of the header
  2014-05-20 15:13 [Bug other/61257] New: configure should check if sys/sdt.h is usable, not just checking the existance of the header doko at gcc dot gnu.org
  2022-03-14 18:08 ` [Bug other/61257] " egallager at gcc dot gnu.org
@ 2022-03-14 18:15 ` egallager at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: egallager at gcc dot gnu.org @ 2022-03-14 18:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Eric Gallager from comment #7)
> Patch: https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591704.html

Oh, this one is also relevant, too:
https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591734.html

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

end of thread, other threads:[~2022-03-14 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-20 15:13 [Bug other/61257] New: configure should check if sys/sdt.h is usable, not just checking the existance of the header doko at gcc dot gnu.org
2022-03-14 18:08 ` [Bug other/61257] " egallager at gcc dot gnu.org
2022-03-14 18:15 ` egallager 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).