aboutsummaryrefslogtreecommitdiffstats
path: root/lang/scm
diff options
context:
space:
mode:
Diffstat (limited to 'lang/scm')
0 files changed, 0 insertions, 0 deletions
alignment on 64-bit archs.

From emaste:

Essentially what happens is that nasm creates object files that have
section contents aligned to 16 bytes, but it only specifies that the
section requires 4 byte alignment. It seems that the GNU tools (strip
at least) silently correct this to 8, which is what it should be.

This fix only affects FreeBSD -CURRENT in combination with another
(not yet committed) fix to libtool. On stable/10 and earlier GNU ld
masks the nasm bug, and without the libtool fix we don't yet try to
strip debug info from object files in -CURRENT.

PORTREVISION bump for this.

Also, while here, rename two other patches to have proper separators
(_ instead of +).

And, donate this port back to ports@. It is used by many other ports
so it deserves to be maintained by the collective.
Update to 2.11.08. 2015-02-22T15:21:02+00:00 adamw adamw@FreeBSD.org 2015-02-22T15:21:02+00:00 9fe4da0b9332178c8b69535a22bd8005b9250441 Changes: http://www.nasm.us/doc/nasmdocc.html
Changes: http://www.nasm.us/doc/nasmdocc.html
Update to 2.11.06. 2014-10-21T22:11:29+00:00 adamw adamw@FreeBSD.org 2014-10-21T22:11:29+00:00 12f810fc7839e148708524fea82f889baa6dcead

Clean up Makefiles. 2014-07-17T12:26:20+00:00 adamw adamw@FreeBSD.org 2014-07-17T12:26:20+00:00 4b7e2ea6fd162dcef8b7e45090cb12ca4b73e3e1