ports/devel/gdb/files/patch-bfd-elfnn-ia64.c
Pawel Pekala 802fdfe8d7 - Add option to disable TUI
- 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)
2013-03-13 16:15:49 +00:00

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))