aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-02-22 16:40:56 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-02-22 16:40:56 +0000
commitbfada1897a1f8d2f46c99c333122590f57f1ff08 (patch)
tree1f1b705e5e598984446cfe34282c60d51496315f /gdb/ChangeLog
parent35399224a1844ef745704878db6ecc83d350386d (diff)
downloadgdb-bfada1897a1f8d2f46c99c333122590f57f1ff08.zip
gdb-bfada1897a1f8d2f46c99c333122590f57f1ff08.tar.gz
gdb-bfada1897a1f8d2f46c99c333122590f57f1ff08.tar.bz2
gdb/
Code cleanup. * elfread.c (build_id_bfd_get): Make the return type const. (build_id_verify): Make the check parameter const. (build_id_to_debug_filename): Make the build_id parameter and variable data const. (find_separate_debug_file_by_buildid): Make the variable build_id const.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a0c7844..d853da0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Code cleanup.
+ * elfread.c (build_id_bfd_get): Make the return type const.
+ (build_id_verify): Make the check parameter const.
+ (build_id_to_debug_filename): Make the build_id parameter and variable
+ data const.
+ (find_separate_debug_file_by_buildid): Make the variable build_id const.
+
2013-02-21 Alan Modra <amodra@gmail.com>
* elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.