This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/11881] LIBTHREAD_DB_SO can be undefined


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]