From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18691 invoked by alias); 29 Mar 2012 06:07:15 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 18656 invoked by uid 9674); 29 Mar 2012 06:07:13 -0000 Date: Thu, 29 Mar 2012 06:07:00 -0000 Message-ID: <20120329060713.18641.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal X-Git-Refname: refs/heads/archer-jankratochvil-autoload X-Git-Reftype: branch X-Git-Oldrev: 35bc74010587a44dff427583a729ea95d68e8bb2 X-Git-Newrev: 6bdc93591ac355c28cedbf8c0213fafaa179e3ae X-SW-Source: 2012-q1/txt/msg00101.txt.bz2 List-Id: The branch, archer-jankratochvil-autoload has been updated via 6bdc93591ac355c28cedbf8c0213fafaa179e3ae (commit) via cc31608164b4b1310619de2cfed1d7149ed6ca73 (commit) via 61a50032375623a045d216e45fddbb6249e8d2d7 (commit) via 8bb9979be2be7b86dfbbd5b9cb59699086c65b9a (commit) via be21e52eb8c71b78e095971999998909ff541c0f (commit) from 35bc74010587a44dff427583a729ea95d68e8bb2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 6bdc93591ac355c28cedbf8c0213fafaa179e3ae Merge: 35bc740 cc31608 Author: Jan Kratochvil Date: Thu Mar 29 08:07:02 2012 +0200 Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal commit cc31608164b4b1310619de2cfed1d7149ed6ca73 Merge: bdf2f1a 61a5003 Author: Jan Kratochvil Date: Thu Mar 29 08:07:01 2012 +0200 Merge branch 'secmove-misc2-warn-safepath' into secmove-misc2-warn-safepath-debug commit 61a50032375623a045d216e45fddbb6249e8d2d7 Merge: 664ca78 8bb9979 Author: Jan Kratochvil Date: Thu Mar 29 08:07:01 2012 +0200 Merge branch 'secmove-misc2-warn' into secmove-misc2-warn-safepath commit 8bb9979be2be7b86dfbbd5b9cb59699086c65b9a Merge: fb5d0fd be21e52 Author: Jan Kratochvil Date: Thu Mar 29 08:07:01 2012 +0200 Merge branch 'secmove-misc2' into secmove-misc2-warn commit be21e52eb8c71b78e095971999998909ff541c0f Author: Jan Kratochvil Date: Thu Mar 29 08:06:57 2012 +0200 . ----------------------------------------------------------------------- Summary of changes: gdb/linux-thread-db.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) First 500 lines of diff: diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index ee6bdd2..e4341d8 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -78,8 +78,8 @@ static char *libthread_db_search_path; -/* Whether thread_db auto-loading is enabled by the "set auto-load libthread-db" - command. */ +/* Set to non-zero if thread_db auto-loading is enabled + by the "set auto-load libthread-db" command. */ static int auto_load_thread_db = 1; /* "show" command for the auto_load_thread_db configuration variable. */ hooks/post-receive -- Repository for Project Archer.