aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-08-07 11:29:45 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2020-08-07 13:39:11 -0400
commitfe4c3d430b39d4a8760702c4ecc9e4c1803cb077 (patch)
tree63cb5b62ebd655c83b3e2b8c50d532640dc86f2e /gdb
parenta52b3ae2b101b0fefcfa8c4534472525bcbfdf3d (diff)
downloadfsf-binutils-gdb-fe4c3d430b39d4a8760702c4ecc9e4c1803cb077.zip
fsf-binutils-gdb-fe4c3d430b39d4a8760702c4ecc9e4c1803cb077.tar.gz
fsf-binutils-gdb-fe4c3d430b39d4a8760702c4ecc9e4c1803cb077.tar.bz2
gdb: fix whitespace issues in ChangeLog
Change-Id: Iea4bd2096bb994ec4ea9145cbe316aa345e8c6db
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog60
-rw-r--r--gdb/testsuite/ChangeLog2
2 files changed, 31 insertions, 31 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c3dcd68..0b096fc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -124,35 +124,35 @@
2020-08-06 Caroline Tice <cmtice@google.com>
- * dwarf2/read.c (struct dwo_file): Update comment on 'sections' field.
- (struct dwp_sections): Update field comments. Add loclists and
- rnglists fields.
- (struct virtual_v2_dwo_sections): Rename struct to
- 'virtual_v2_or_v5_dwo_sections'; update comments at top of struct; add
- size & offset fields for loclists and rnglists.
- (struct dwp_hash_table): Add a 'v5' struct field to the union section.
- (create_debug_type_hash_table): Add 'DW_UT_split_type' to the check for
- skipping dummy type units.
- (create_dwp_hash_table): Update the large comment above the function to
- discuss Version 5 DWP files as well, with references. Update all the
- version checks in the function to check for version 5 as well. Add new
- section at the end to create dwp hash table for version 5.
- (create_dwp_v2_section): Rename function to
- 'create_dwp_v2_or_v5_section'. Update function comment appropriately.
- Add V5 to error message text.
- (create_dwo_unit_in_dwp_v2): Change calls to create_dwp_v2_section
- into calls to create_dwp_v2_or_v5_section.
- (create_dwo_unit_in_dwp_v5): New function.
- (lookup_dwo_unit_in_dwp): Update conditional statement to explicitly
- check for version2; add else clause to handle version 5.
- (open_and_init_dwo_file): Add code to check dwarf version & only call
- create_debug_types_hash_table (with sections.types) if version is not 5;
- else call create_debug_type_hash_table, with sections.info.
- (dwarf2_locate_v2_dwp_sections): Update function comment to mention
- version 5.
- (dwarf2_locate_v5_dwp_sections): New function.
- (open_and_init_dwp_file): Add else-if clause for version 5 to call
- bfd_map_over_sections with dwarf2_locate_v5_dwp_sections.
+ * dwarf2/read.c (struct dwo_file): Update comment on 'sections' field.
+ (struct dwp_sections): Update field comments. Add loclists and
+ rnglists fields.
+ (struct virtual_v2_dwo_sections): Rename struct to
+ 'virtual_v2_or_v5_dwo_sections'; update comments at top of struct; add
+ size & offset fields for loclists and rnglists.
+ (struct dwp_hash_table): Add a 'v5' struct field to the union section.
+ (create_debug_type_hash_table): Add 'DW_UT_split_type' to the check for
+ skipping dummy type units.
+ (create_dwp_hash_table): Update the large comment above the function to
+ discuss Version 5 DWP files as well, with references. Update all the
+ version checks in the function to check for version 5 as well. Add new
+ section at the end to create dwp hash table for version 5.
+ (create_dwp_v2_section): Rename function to
+ 'create_dwp_v2_or_v5_section'. Update function comment appropriately.
+ Add V5 to error message text.
+ (create_dwo_unit_in_dwp_v2): Change calls to create_dwp_v2_section
+ into calls to create_dwp_v2_or_v5_section.
+ (create_dwo_unit_in_dwp_v5): New function.
+ (lookup_dwo_unit_in_dwp): Update conditional statement to explicitly
+ check for version2; add else clause to handle version 5.
+ (open_and_init_dwo_file): Add code to check dwarf version & only call
+ create_debug_types_hash_table (with sections.types) if version is not 5;
+ else call create_debug_type_hash_table, with sections.info.
+ (dwarf2_locate_v2_dwp_sections): Update function comment to mention
+ version 5.
+ (dwarf2_locate_v5_dwp_sections): New function.
+ (open_and_init_dwp_file): Add else-if clause for version 5 to call
+ bfd_map_over_sections with dwarf2_locate_v5_dwp_sections.
2020-08-06 Simon Marchi <simon.marchi@efficios.com>
@@ -516,7 +516,7 @@
"maint print" commands.
2020-07-22 Kevin Buettner <kevinb@redhat.com>
-
+
* linux-tdep.c (dump_note_entry_p): New function.
(linux_dump_mapping_p_ftype): New typedef.
(linux_find_memory_regions_full): Add new parameter,
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 38cc7be..c3765b5 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -512,7 +512,7 @@
* lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
have a input seq nr in each pass message.
- * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
+ * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
* lib/gdb-python.exp (gdb_py_test_multiple): Remove.
* gdb.python/python.exp: Make test names unique,
use gdb_test_multiline instead of gdb_py_test_multiple,