summaryrefslogtreecommitdiff
path: root/bfd/vms-alpha.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-04-24 13:19:27 +0000
committerNick Clifton <nickc@redhat.com>2013-04-24 13:19:27 +0000
commit127920ddff64e0e33da02d28ae6fb1a0b1cafdaf (patch)
tree5ecae2a5dc70a38ca9a97e15f898b44c97869a98 /bfd/vms-alpha.c
parent681f445404024220067b112f7b0b560023673941 (diff)
downloadbinutils-redhat-127920ddff64e0e33da02d28ae6fb1a0b1cafdaf.tar.gz
* ecoff.c: casting the return value of BFD_ALIGN to int
* elf32-tic6x.c: removing unused variables * elf32-v850.c: redefine the type of a variable (int -> bfd_vma) * vms-alpha.c: initialize a variable
Diffstat (limited to 'bfd/vms-alpha.c')
-rw-r--r--bfd/vms-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c
index 4edc226702..2d757da074 100644
--- a/bfd/vms-alpha.c
+++ b/bfd/vms-alpha.c
@@ -6043,7 +6043,7 @@ evax_bfd_print_etir (FILE *file, const char *name,
unsigned char *rec, unsigned int rec_len)
{
unsigned int off = sizeof (struct vms_egsd);
- unsigned int sec_len;
+ unsigned int sec_len = 0;
fprintf (file, _(" %s (len=%u+%u):\n"), name,
(unsigned)(rec_len - sizeof (struct vms_eobjrec)),