ports/devel/gdb/files/patch-bfd-ecoff.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
337 B
C

--- bfd/ecoff.c.orig 2013-03-11 12:42:03.000000000 +0100
+++ bfd/ecoff.c 2013-03-11 12:44:29.000000000 +0100
@@ -1888,7 +1888,7 @@
ret = (bfd_coff_filhsz (abfd)
+ bfd_coff_aoutsz (abfd)
+ c * bfd_coff_scnhsz (abfd));
- return BFD_ALIGN (ret, 16);
+ return (int)BFD_ALIGN (ret, 16);
}
/* Get the contents of a section. */