aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-11-23 19:21:12 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-11-23 19:21:12 +0000
commit18af828477ee67ca2aafdec98d16107a2d792d66 (patch)
tree0b624ad1db374a5b3874a58a9f2e7bd915dd294d /gdb/ChangeLog
parent1fc7b5d7252fd6607520c043dd65981c750566c6 (diff)
downloadgdb-18af828477ee67ca2aafdec98d16107a2d792d66.zip
gdb-18af828477ee67ca2aafdec98d16107a2d792d66.tar.gz
gdb-18af828477ee67ca2aafdec98d16107a2d792d66.tar.bz2
ada-lang.c: Rename function base_type into get_base_type
This avoids shadowing issues with variables named base_type. gdb/ChangeLog: * ada-lang.c (get_base_type): Renames base_type. Adjust all calls throughout this file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e16f120..3bb6d51 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2011-11-23 Joel Brobecker <brobecker@adacore.com>
+ * ada-lang.c (get_base_type): Renames base_type. Adjust all
+ calls throughout this file.
+
+2011-11-23 Joel Brobecker <brobecker@adacore.com>
+
* gdb-dlfcn.c (gdb_dlopen): Add missing coma in call to
FormatMessage.