aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-03-14 20:26:19 +0000
committerTom Tromey <tromey@redhat.com>2013-03-14 20:26:19 +0000
commitdccee2de163c22e9610e9103814d4b93768dd6aa (patch)
tree9ec350d17410647e56d95dd2da419d194e444cd1 /gdb/ChangeLog
parentcc0ea93c7531fe59c4d7d2b01b01acb9bbe0b7fd (diff)
downloadgdb-dccee2de163c22e9610e9103814d4b93768dd6aa.zip
gdb-dccee2de163c22e9610e9103814d4b93768dd6aa.tar.gz
gdb-dccee2de163c22e9610e9103814d4b93768dd6aa.tar.bz2
* gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
New fields. (get_file_crc): Move from symfile.c. (gdb_bfd_crc): New function. * gdb_bfd.h (gdb_bfd_crc): Declare. * objfiles.h (struct objfile) <crc32, crc32_p>: Remove. * symfile.c (get_file_crc): Move to gdb_bfd.c. (separate_debug_file_exists): Use gdb_bfd_crc.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1404f2557..cf66837 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,16 @@
2013-03-14 Tom Tromey <tromey@redhat.com>
+ * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
+ New fields.
+ (get_file_crc): Move from symfile.c.
+ (gdb_bfd_crc): New function.
+ * gdb_bfd.h (gdb_bfd_crc): Declare.
+ * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
+ * symfile.c (get_file_crc): Move to gdb_bfd.c.
+ (separate_debug_file_exists): Use gdb_bfd_crc.
+
+2013-03-14 Tom Tromey <tromey@redhat.com>
+
* symfile.c (get_debug_link_info): Remove.
(find_separate_debug_file_by_debuglink): Use
bfd_get_debug_link_info.