* [patch] cleanup: remove unused - solib
@ 2013-01-31 3:22 Aleksandar Ristovski
2013-01-31 6:23 ` Jan Kratochvil
0 siblings, 1 reply; 3+ messages in thread
From: Aleksandar Ristovski @ 2013-01-31 3:22 UTC (permalink / raw)
To: Jan Kratochvil, gdb-patches
[-- Attachment #1: Type: text/plain, Size: 454 bytes --]
[resend to gdb-patches]
Hello,
This is removing unused variables and allows compiling solib-svr4.c and
solib-target.c with -Wunused.
Thanks,
Aleksandar Ristovski
QNX Software Systems
ChangeLog:
Aleksandar Ristovski <aristovski@qnx.com>
* solib-svr4.c (svr4_keep_data_in_core): Remove unused LMO.
(svr4_read_so_list): Remove unused LMO.
* solib-target.c (solib_target_relocate_section_addresses): Remove
unused
FLAGS.
[-- Attachment #2: Wunused-solib-201301301952.patch --]
[-- Type: text/x-patch, Size: 1639 bytes --]
Index: gdb/solib-svr4.c
===================================================================
RCS file: /cvs/src/src/gdb/solib-svr4.c,v
retrieving revision 1.172
diff -u -p -r1.172 solib-svr4.c
--- gdb/solib-svr4.c 1 Jan 2013 06:32:51 -0000 1.172
+++ gdb/solib-svr4.c 31 Jan 2013 00:52:38 -0000
@@ -848,7 +848,6 @@ svr4_keep_data_in_core (CORE_ADDR vaddr,
CORE_ADDR ldsomap;
struct so_list *new;
struct cleanup *old_chain;
- struct link_map_offsets *lmo;
CORE_ADDR name_lm;
info = get_svr4_info ();
@@ -862,7 +861,6 @@ svr4_keep_data_in_core (CORE_ADDR vaddr,
if (!ldsomap)
return 0;
- lmo = svr4_fetch_link_map_offsets ();
new = XZALLOC (struct so_list);
old_chain = make_cleanup (xfree, new);
new->lm_info = lm_info_read (ldsomap);
@@ -1175,7 +1173,6 @@ svr4_read_so_list (CORE_ADDR lm, struct
for (; lm != 0; prev_lm = lm, lm = next_lm)
{
- struct link_map_offsets *lmo = svr4_fetch_link_map_offsets ();
struct so_list *new;
struct cleanup *old_chain;
int errcode;
Index: gdb/solib-target.c
===================================================================
RCS file: /cvs/src/src/gdb/solib-target.c,v
retrieving revision 1.26
diff -u -p -r1.26 solib-target.c
--- gdb/solib-target.c 1 Jan 2013 06:32:51 -0000 1.26
+++ gdb/solib-target.c 31 Jan 2013 00:52:38 -0000
@@ -333,7 +333,6 @@ static void
solib_target_relocate_section_addresses (struct so_list *so,
struct target_section *sec)
{
- int flags = bfd_get_section_flags (sec->bfd, sec->the_bfd_section);
CORE_ADDR offset;
/* Build the offset table only once per object file. We can not do
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [patch] cleanup: remove unused - solib
2013-01-31 3:22 [patch] cleanup: remove unused - solib Aleksandar Ristovski
@ 2013-01-31 6:23 ` Jan Kratochvil
2013-01-31 13:55 ` Aleksandar Ristovski
0 siblings, 1 reply; 3+ messages in thread
From: Jan Kratochvil @ 2013-01-31 6:23 UTC (permalink / raw)
To: Aleksandar Ristovski; +Cc: gdb-patches
On Thu, 31 Jan 2013 04:22:22 +0100, Aleksandar Ristovski wrote:
> Aleksandar Ristovski <aristovski@qnx.com>
>
> * solib-svr4.c (svr4_keep_data_in_core): Remove unused LMO.
> (svr4_read_so_list): Remove unused LMO.
> * solib-target.c (solib_target_relocate_section_addresses):
> Remove unused
> FLAGS.
This is OK, I expected you consider them pre-approved.
As a nitpick here the variables should be lowercased, as we talk about the
variables and not their values:
http://www.gnu.org/prep/standards/standards.html
The comment on a function is much clearer if you use the argument
names to speak about the argument values. The variable name itself
should be lower case, but write it in upper case when you are speaking
about the value rather than the variable itself. Thus, “the inode
number NODE_NUM” rather than “an inode”.
Thanks,
Jan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] cleanup: remove unused - solib
2013-01-31 6:23 ` Jan Kratochvil
@ 2013-01-31 13:55 ` Aleksandar Ristovski
0 siblings, 0 replies; 3+ messages in thread
From: Aleksandar Ristovski @ 2013-01-31 13:55 UTC (permalink / raw)
To: Jan Kratochvil; +Cc: gdb-patches
On 13-01-31 01:23 AM, Jan Kratochvil wrote:
> On Thu, 31 Jan 2013 04:22:22 +0100, Aleksandar Ristovski wrote:
>> Aleksandar Ristovski <aristovski@qnx.com>
>>
>> * solib-svr4.c (svr4_keep_data_in_core): Remove unused LMO.
>> (svr4_read_so_list): Remove unused LMO.
>> * solib-target.c (solib_target_relocate_section_addresses):
>> Remove unused
>> FLAGS.
>
> This is OK, I expected you consider them pre-approved.
>
Committed: http://sourceware.org/ml/gdb-cvs/2013-01/msg00197.html
(with lower case var. names in the ChangeLog).
Thank you,
Aleksandar Ristovski
QNX Software Systems
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-31 13:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-31 3:22 [patch] cleanup: remove unused - solib Aleksandar Ristovski
2013-01-31 6:23 ` Jan Kratochvil
2013-01-31 13:55 ` Aleksandar Ristovski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox