diff options
author | Aleksandar Ristovski <aristovski@qnx.com> | 2013-01-31 13:52:52 +0000 |
---|---|---|
committer | Aleksandar Ristovski <aristovski@qnx.com> | 2013-01-31 13:52:52 +0000 |
commit | 765a97abdac19e9a1e5409e0c715b0441305cf51 (patch) | |
tree | 5fa53536b0b0491a74432785f5a6273da371e14e /gdb/solib-target.c | |
parent | c0fd7846dcd895eff508728d5741aee47112a469 (diff) | |
download | gdb-765a97abdac19e9a1e5409e0c715b0441305cf51.zip gdb-765a97abdac19e9a1e5409e0c715b0441305cf51.tar.gz gdb-765a97abdac19e9a1e5409e0c715b0441305cf51.tar.bz2 |
* 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.
Reference: http://sourceware.org/ml/gdb-patches/2013-01/msg00744.html
Diffstat (limited to 'gdb/solib-target.c')
-rw-r--r-- | gdb/solib-target.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/solib-target.c b/gdb/solib-target.c index 23cb2e7..d897bc0 100644 --- a/gdb/solib-target.c +++ b/gdb/solib-target.c @@ -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 |