summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-10-04 08:52:24 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-10-04 08:52:24 +0000
commit5ffb28e53763e1950f0468eb6c477ca3e0cd2dc9 (patch)
treee430666916fcf4ffec86bc7aa41849427af320d5 /gdb/ChangeLog
parent6957386a80c6432cf6fd3dec2b394a0dd836bac2 (diff)
downloadgdb-5ffb28e53763e1950f0468eb6c477ca3e0cd2dc9.tar.gz
Remove unnecessary cast in aix-thread.c:ptrace32.
We're casting "addr" into "addr_ptr", but this variable is actually a parameter with that very same type... gdb/ChangeLog: * aix-thread.c (ptrace32): Remove cast to addr_ptr.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1f88eb62aab..52454aeb677 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2013-10-04 Joel Brobecker <brobecker@adacore.com>
+ * aix-thread.c (ptrace32): Remove cast to addr_ptr.
+
+2013-10-04 Joel Brobecker <brobecker@adacore.com>
+
* mi/mi-main.c (run_one_inferior): Add function description.
Make ARG a pointer to an integer whose value determines whether
we should "run" or "start" the program.