From: Simon Marchi <simon.marchi@ericsson.com>
To: <gdb-patches@sourceware.org>
Cc: Simon Marchi <simon.marchi@ericsson.com>
Subject: [PATCH RFC 2/5] Remove mapped_index::total_size
Date: Wed, 09 May 2018 23:08:00 -0000 [thread overview]
Message-ID: <1525901216-15031-3-git-send-email-simon.marchi@ericsson.com> (raw)
In-Reply-To: <1525901216-15031-1-git-send-email-simon.marchi@ericsson.com>
It is unused.
gdb/ChangeLog:
* dwarf2read.c (mapped_index) <total_size>: Remove.
---
gdb/dwarf2read.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 823b498..1c72818 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -197,9 +197,6 @@ struct mapped_index final : public mapped_index_base
/* Index data format version. */
int version;
- /* The total length of the buffer. */
- off_t total_size;
-
/* The address table data. */
gdb::array_view<const gdb_byte> address_table;
@@ -3500,7 +3497,6 @@ to use the section anyway."),
return 0;
map->version = version;
- map->total_size = section->size;
metadata = (offset_type *) (addr + sizeof (offset_type));
--
2.7.4
WARNING: multiple messages have this Message-ID
From: Simon Marchi <simon.marchi@ericsson.com>
To: <gdb-patches@sourceware.org>
Cc: Simon Marchi <simon.marchi@ericsson.com>
Subject: [PATCH RFC 2/5] Remove mapped_index::total_size
Date: Wed, 09 May 2018 21:27:00 -0000 [thread overview]
Message-ID: <1525901216-15031-3-git-send-email-simon.marchi@ericsson.com> (raw)
Message-ID: <20180509212700.PEFrasaCMebj3AWVrlDimqOOkOgQbdY0Z0ZbRj7ka9Y@z> (raw)
In-Reply-To: <1525901216-15031-1-git-send-email-simon.marchi@ericsson.com>
It is unused.
gdb/ChangeLog:
* dwarf2read.c (mapped_index) <total_size>: Remove.
---
gdb/dwarf2read.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 823b498..1c72818 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -197,9 +197,6 @@ struct mapped_index final : public mapped_index_base
/* Index data format version. */
int version;
- /* The total length of the buffer. */
- off_t total_size;
-
/* The address table data. */
gdb::array_view<const gdb_byte> address_table;
@@ -3500,7 +3497,6 @@ to use the section anyway."),
return 0;
map->version = version;
- map->total_size = section->size;
metadata = (offset_type *) (addr + sizeof (offset_type));
--
2.7.4
next prev parent reply other threads:[~2018-05-09 21:29 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-09 21:57 [PATCH RFC 0/5] Add a DWARF index cache Simon Marchi
2018-05-09 21:27 ` [PATCH RFC 5/5] Add " Simon Marchi
2018-05-10 22:24 ` Tom Tromey
2018-07-09 20:56 ` Simon Marchi
2018-05-09 21:27 ` [PATCH RFC 4/5] Introduce scoped_mmapped_file Simon Marchi
2018-05-10 21:04 ` Tom Tromey
2018-05-10 21:27 ` Simon Marchi
2018-05-12 15:49 ` Tom Tromey
2018-06-13 1:36 ` Simon Marchi
2018-05-09 21:27 ` [PATCH RFC 3/5] Make index reading functions more modular Simon Marchi
2018-05-10 21:02 ` Tom Tromey
2018-05-10 21:18 ` Simon Marchi
2018-05-09 21:27 ` [PATCH RFC 1/5] Rename some functions, index -> gdb_index Simon Marchi
2018-05-10 20:40 ` Tom Tromey
2018-06-12 2:03 ` Simon Marchi
2018-05-09 21:27 ` [PATCH RFC 0/5] Add a DWARF index cache Simon Marchi
2018-05-09 23:08 ` Simon Marchi [this message]
2018-05-09 21:27 ` [PATCH RFC 2/5] Remove mapped_index::total_size Simon Marchi
2018-05-10 20:54 ` Tom Tromey
2018-05-18 20:26 ` Simon Marchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1525901216-15031-3-git-send-email-simon.marchi@ericsson.com \
--to=simon.marchi@ericsson.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox