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/elf32-v850.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/elf32-v850.c')
-rw-r--r-- | bfd/elf32-v850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c index 7516ceb..89724ad 100644 --- a/bfd/elf32-v850.c +++ b/bfd/elf32-v850.c @@ -3141,7 +3141,7 @@ v850_elf_relax_section (bfd *abfd, if (alignmoveto < alignto) { - unsigned int i; + bfd_vma i; align_pad_size = alignto - alignmoveto; #ifdef DEBUG_RELAX |