[Bug 233094] [meta] Base system tool chain modernization tracking

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 26 19:30:15 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233094

--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Mon Nov 26 19:29:18 UTC 2018
New revision: 340991
URL: https://svnweb.freebsd.org/changeset/base/340991

Log:
  stand/i386/libi386: rename .s file 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 are
  assembled with Clang's Integrated Assembler (IAS); rename pxetram.s to
  .S to use IAS as well.

  The generated .text is identical (the entire .o file is not, as Clang
  adds debug info.)

  PR:           205250, 233094
  Sponsored by: The FreeBSD Foundation

Changes:
  head/stand/i386/libi386/Makefile
  head/stand/i386/libi386/pxetramp.S
  head/stand/i386/libi386/pxetramp.s

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


More information about the freebsd-bugs mailing list