diff options
author | Doug Evans <dje@google.com> | 2015-10-26 13:20:12 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2015-10-26 13:20:12 -0700 |
commit | d41401ace01c234f42697e190a2ac95991780626 (patch) | |
tree | 94ca1ecc21d2fb5caecf5d645723eaeb58782273 /gdb/ChangeLog | |
parent | 1522597b057c321d813d3433bcd1e17c02a56557 (diff) | |
download | gdb-d41401ace01c234f42697e190a2ac95991780626.zip gdb-d41401ace01c234f42697e190a2ac95991780626.tar.gz gdb-d41401ace01c234f42697e190a2ac95991780626.tar.bz2 |
Add some casts for building on musl.
gdb/ChangeLog:
* linux-thread-db.c (find_new_threads_callback): Cast ti.ti_tid to
unsigned long for debug_printf.
(thread_db_pid_to_str): Ditto.
gdb/gdbserver/ChangeLog:
* thread-db.c (find_one_thread): Cast ti.ti_tid to unsigned long
for debug_printf.
(attach_thread, find_new_threads_callback): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8d08d81..79c8e8e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2015-10-26 Doug Evans <dje@google.com> + + * linux-thread-db.c (find_new_threads_callback): Ditto. + (thread_db_pid_to_str): Ditto. + 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca> * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a |