public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/11881] LIBTHREAD_DB_SO can be undefined
       [not found] <bug-11881-4717@http.sourceware.org/bugzilla/>
@ 2011-11-18 16:11 ` tromey at redhat dot com
  2013-04-16 18:12 ` cvs-commit at gcc dot gnu.org
  2013-04-16 18:45 ` palves at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2011-11-18 16:11 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11881

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011-11-18
                 CC|                            |tromey at redhat dot com
     Ever Confirmed|0                           |1

--- Comment #2 from Tom Tromey <tromey at redhat dot com> 2011-11-18 16:10:58 UTC ---
Please submit patches following the contribution instructions:

http://sourceware.org/gdb/contribute/

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/11881] LIBTHREAD_DB_SO can be undefined
       [not found] <bug-11881-4717@http.sourceware.org/bugzilla/>
  2011-11-18 16:11 ` [Bug build/11881] LIBTHREAD_DB_SO can be undefined tromey at redhat dot com
@ 2013-04-16 18:12 ` cvs-commit at gcc dot gnu.org
  2013-04-16 18:45 ` palves at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2013-04-16 18:12 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11881

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-04-16 18:12:15 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    palves@sourceware.org    2013-04-16 18:12:14

Modified files:
    gdb            : ChangeLog 
    gdb/common     : gdb_thread_db.h 

Log message:
    PR build/11881: LIBTHREAD_DB_SO can be undefined.

    This patch:

    http://sourceware.org/ml/gdb-patches/2009-04/msg00115.html

    Changed behaviour by only defining LIBTHREAD_DB_SO if thread_db.h exists.
The
    definition of LIBTHREAD_DB_SO and LIBTHREAD_DB_SEARCH_PATH should be moved
    outside of #ifdef HAVE_THREAD_DB_H.

    This is based on a patch attached to the PR, however, it needed a
    tweak, as it was it broke the HAVE_THREAD_DB_H path.

    2013-04-16  Will Newton  <will.newton@gmail.com>
    Pedro Alves  <palves@redhat.com>

    PR build/11881

    * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
    (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
    HAVE_THREAD_DB_H.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15422&r2=1.15423
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/gdb_thread_db.h.diff?cvsroot=src&r1=1.4&r2=1.5

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/11881] LIBTHREAD_DB_SO can be undefined
       [not found] <bug-11881-4717@http.sourceware.org/bugzilla/>
  2011-11-18 16:11 ` [Bug build/11881] LIBTHREAD_DB_SO can be undefined tromey at redhat dot com
  2013-04-16 18:12 ` cvs-commit at gcc dot gnu.org
@ 2013-04-16 18:45 ` palves at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: palves at redhat dot com @ 2013-04-16 18:45 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11881

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |palves at redhat dot com
         Resolution|                            |FIXED
   Target Milestone|7.1                         |7.7

--- Comment #4 from Pedro Alves <palves at redhat dot com> 2013-04-16 18:45:21 UTC ---
Posted along other fixes at
<http://sourceware.org/ml/gdb-patches/2013-04/msg00486.html>, and checked in.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/11881] LIBTHREAD_DB_SO can be undefined
  2010-08-04 14:34 [Bug build/11881] New: " will dot newton at gmail dot com
@ 2010-08-04 14:40 ` will dot newton at gmail dot com
  0 siblings, 0 replies; 4+ messages in thread
From: will dot newton at gmail dot com @ 2010-08-04 14:40 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From will dot newton at gmail dot com  2010-08-04 14:40 -------
Created an attachment (id=4911)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4911&action=view)
Proposed patch


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11881

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2013-04-16 18:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11881-4717@http.sourceware.org/bugzilla/>
2011-11-18 16:11 ` [Bug build/11881] LIBTHREAD_DB_SO can be undefined tromey at redhat dot com
2013-04-16 18:12 ` cvs-commit at gcc dot gnu.org
2013-04-16 18:45 ` palves at redhat dot com
2010-08-04 14:34 [Bug build/11881] New: " will dot newton at gmail dot com
2010-08-04 14:40 ` [Bug build/11881] " will dot newton 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).