mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
- Correct enabling of all targets, add patches to fix new clang build issues raised by this change - Fix WWW: line PR: ports/176103 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
11 lines
295 B
C
11 lines
295 B
C
--- bfd/elf32-v850.c.orig 2013-03-11 12:55:48.000000000 +0100
|
|
+++ bfd/elf32-v850.c 2013-03-11 12:57:45.000000000 +0100
|
|
@@ -2933,7 +2933,7 @@
|
|
|
|
if (alignmoveto < alignto)
|
|
{
|
|
- unsigned int i;
|
|
+ bfd_vma i;
|
|
|
|
align_pad_size = alignto - alignmoveto;
|
|
#ifdef DEBUG_RELAX
|