mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -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
473 B
C
11 lines
473 B
C
--- bfd/elfnn-ia64.c.orig 2013-03-11 10:21:19.000000000 +0100
|
|
+++ bfd/elfnn-ia64.c 2013-03-11 10:21:43.000000000 +0100
|
|
@@ -1546,7 +1546,7 @@
|
|
bfd_set_section_flags (abfd, ia64_info->root.sgot,
|
|
SEC_SMALL_DATA | flags);
|
|
/* The .got section is always aligned at 8 bytes. */
|
|
- bfd_set_section_alignment (abfd, ia64_info->root.sgot, 3);
|
|
+ (void)bfd_set_section_alignment (abfd, ia64_info->root.sgot, 3);
|
|
}
|
|
|
|
if (!get_pltoff (abfd, info, ia64_info))
|