summaryrefslogtreecommitdiffstats
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2005-04-15 19:58:59 +0000
committerKevin Buettner <kevinb@redhat.com>2005-04-15 19:58:59 +0000
commit3869131802654869fbe827a727cfe16fb431b92a (patch)
tree074b09fe729f818053c5c5dce1d6a7ce6f4872fc /gdb/ChangeLog
parent9f872bbe2ab1fc5fadd692f8437ea82e35b28948 (diff)
downloadppe42-binutils-3869131802654869fbe827a727cfe16fb431b92a.tar.gz
ppe42-binutils-3869131802654869fbe827a727cfe16fb431b92a.zip
Add remote TLS support.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 26dc0cc4db..98aedfca50 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,20 @@
2005-04-15 Kevin Buettner <kevinb@redhat.com>
+ * remote.c (remote_protocol_qGetTLSAddr): New static global variable.
+ (set_remote_protocol_qGetTLSAddr_packet_cmd)
+ (show_remote_protocol_qGetTLSAddr_packet_cmd)
+ (remote_get_thread_local_address): New functions.
+ (init_all_packet_configs): Initialize remote_protocol_qGetTLSAddr
+ variable.
+ (init_remote_ops): Initialize ``to_get_thread_local_address'' in
+ target vector.
+ (show_remote_cmd): Call show_remote_protocol_qGetTLS_Addr_packet_cmd().
+ (_initialize_remote): Register the following commands:
+ "set remote get-thread-local-storage-address-packet" and
+ "show remote get-thread-local-address-packet".
+
+2005-04-15 Kevin Buettner <kevinb@redhat.com>
+
* remote.c (add_packet_config_cmd): Delete unused variables.
2005-04-15 Kevin Buettner <kevinb@redhat.com>
OpenPOWER on IntegriCloud