mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* peXXigen.c (pe_print_idata): Remove unused variable.
This commit is contained in:
@ -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>
|
2002-06-06 David Heine <dlheine@tensilica.com>
|
||||||
|
|
||||||
* elf.c (assign_file_positions_for_segments): Remove unallocated
|
* elf.c (assign_file_positions_for_segments): Remove unallocated
|
||||||
|
@ -1187,7 +1187,6 @@ pe_print_idata (abfd, vfile)
|
|||||||
bfd_vma ft_addr;
|
bfd_vma ft_addr;
|
||||||
bfd_size_type ft_datasize;
|
bfd_size_type ft_datasize;
|
||||||
int ft_idx;
|
int ft_idx;
|
||||||
int differ = 0;
|
|
||||||
int ft_allocated = 0;
|
int ft_allocated = 0;
|
||||||
|
|
||||||
fprintf (file, _("\tvma: Hint/Ord Member-Name Bound-To\n"));
|
fprintf (file, _("\tvma: Hint/Ord Member-Name Bound-To\n"));
|
||||||
|
Reference in New Issue
Block a user