sim: change raddr to address_word
[deliverable/binutils-gdb.git] / gdb / gdb_thread_db.h
index a5f2477210d67354bbebad168384914db364cc16..8ddcaedb2f3b7a527650b05d7f323728f797fb8e 100644 (file)
@@ -1,8 +1,18 @@
 #ifdef HAVE_THREAD_DB_H
 #include <thread_db.h>
+
+#ifndef LIBTHREAD_DB_SO
+#define LIBTHREAD_DB_SO "libthread_db.so.1"
+#endif
+
+#ifndef LIBTHREAD_DB_SEARCH_PATH
+#define LIBTHREAD_DB_SEARCH_PATH ""
+#endif
+
 #else
 
-/* Copyright (C) 1999, 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010
+Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
This page took 0.024616 seconds and 4 git commands to generate.