Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Dec 2018 19:17:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233611] [meta] base system migration from obsolete GNU as 2.17.50
Message-ID:  <bug-233611-227-s6UtolgWaB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233611-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233611-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233611

--- Comment #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: emaste
Date: Mon Dec  3 19:16:35 UTC 2018
New revision: 341437
URL: https://svnweb.freebsd.org/changeset/base/341437

Log:
  stand/i386: rename .s to .S to use Clang IAS

  As part of the migration away from obsolete binutils we want to retire
  GNU as.  Most assembly files used on amd64 have a .S extension and
  (via rules in share/mk/bsd.suffixes.mk) are assembled with Clang's
  Integrated Assembler (IAS).  Rename files in stand/i386 to .S to use
  the integrated assembler.

  Clang's IAS supports the defsym option (via -Wa,) but only with one
  dash, not two.  As both -defsym and --defsym are accepted by GNU as,
  use the former.

  PR:           233611
  Reviewed by:  tsoome
  Sponsored by: The FreeBSD Foundation
  Differential Revision:        https://reviews.freebsd.org/D18369

Changes:
  head/stand/i386/kgzldr/Makefile
  head/stand/i386/kgzldr/crt.S
  head/stand/i386/kgzldr/crt.s
  head/stand/i386/kgzldr/sio.S
  head/stand/i386/kgzldr/sio.s
  head/stand/i386/kgzldr/start.S
  head/stand/i386/kgzldr/start.s
  head/stand/i386/mbr/Makefile
  head/stand/i386/mbr/mbr.S
  head/stand/i386/mbr/mbr.s
  head/stand/i386/pmbr/Makefile
  head/stand/i386/pmbr/pmbr.S
  head/stand/i386/pmbr/pmbr.s

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233611-227-s6UtolgWaB>