diff options
author | Nick Clifton <nickc@redhat.com> | 2013-04-24 13:19:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-04-24 13:19:27 +0000 |
commit | 544008aaf7f992ad762049cbd4d6c4216d006857 (patch) | |
tree | 6518ec626b5c93f40a369f833583b7900d04a0e1 /bfd/vms-alpha.c | |
parent | 901d9a916042f252777b454573dd650f6a367fb5 (diff) | |
download | gdb-544008aaf7f992ad762049cbd4d6c4216d006857.zip gdb-544008aaf7f992ad762049cbd4d6c4216d006857.tar.gz gdb-544008aaf7f992ad762049cbd4d6c4216d006857.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c index 4edc226..2d757da 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)), |