projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed89aa
)
* peXXigen.c (pe_print_idata): Remove unused variable.
author
Alan Modra
<amodra@gmail.com>
Thu, 6 Jun 2002 10:45:14 +0000
(10:45 +0000)
committer
Alan Modra
<amodra@gmail.com>
Thu, 6 Jun 2002 10:45:14 +0000
(10:45 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/peXXigen.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index
107403d
..
6f5d300
100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
+
+ * peXXigen.c (pe_print_idata): Remove unused variable.
+
2002-06-06 David Heine <dlheine@tensilica.com>
* elf.c (assign_file_positions_for_segments): Remove unallocated
diff --git
a/bfd/peXXigen.c
b/bfd/peXXigen.c
index
7c15f41
..
6986433
100644
(file)
--- a/
bfd/peXXigen.c
+++ b/
bfd/peXXigen.c
@@
-1187,7
+1187,6
@@
pe_print_idata (abfd, vfile)
bfd_vma ft_addr;
bfd_size_type ft_datasize;
int ft_idx;
- int differ = 0;
int ft_allocated = 0;
fprintf (file, _("\tvma: Hint/Ord Member-Name Bound-To\n"));