aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <tristan.gingold@adacore.com>2014-03-21 09:26:05 +0100
committerTristan Gingold <tristan.gingold@adacore.com>2014-03-24 10:24:37 +0100
commita62904492b27b9fb77da8fa2714fd05cc28804a7 (patch)
tree8117ace75925cf9a67fe1226fad5f7a12792457d /gdb/ChangeLog
parentaa9fa1e22a61f60c51ef7886cb297bfbad3cc305 (diff)
downloadfsf-binutils-gdb-a62904492b27b9fb77da8fa2714fd05cc28804a7.zip
fsf-binutils-gdb-a62904492b27b9fb77da8fa2714fd05cc28804a7.tar.gz
fsf-binutils-gdb-a62904492b27b9fb77da8fa2714fd05cc28804a7.tar.bz2
darwin-nat.c: fix dump of messages on x86_64.
gdb/ * darwin-nat.c (exc_server): Remove unused prototype. (darwin_dump_message): Correctly display data on x86_64. (darwin_encode_reply): Fix style. Add comments and fix indentation.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index efbe238..bf39bc0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2014-03-24 Tristan Gingold <gingold@adacore.com>
+
+ * darwin-nat.c (exc_server): Remove unused prototype.
+ (darwin_dump_message): Correctly display data on x86_64.
+ (darwin_encode_reply): Fix style.
+ Add comments and fix indentation.
+
2014-03-24 Pierre Langlois <pierre.langlois@embecosm.com>
* MAINTAINERS (Write After Approval): Add "Pierre Langlois".