aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-v850.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
commit544008aaf7f992ad762049cbd4d6c4216d006857 (patch)
tree6518ec626b5c93f40a369f833583b7900d04a0e1 /bfd/elf32-v850.c
parent901d9a916042f252777b454573dd650f6a367fb5 (diff)
downloadfsf-binutils-gdb-544008aaf7f992ad762049cbd4d6c4216d006857.zip
fsf-binutils-gdb-544008aaf7f992ad762049cbd4d6c4216d006857.tar.gz
fsf-binutils-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.c2
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