svn commit: r310723 - stable/11

Ed Maste emaste at FreeBSD.org
Wed Dec 28 21:45:43 UTC 2016


Author: emaste
Date: Wed Dec 28 21:45:41 2016
New Revision: 310723
URL: https://svnweb.freebsd.org/changeset/base/310723

Log:
  MFC r310274: Add ld.debug to ObsoleteFiles.inc
  
  After r293285 GNU ld is installed as /usr/bin/ld.bfd, and linked as
  /usr/bin/ld.  The debug file is /usr/lib/debug/usr/bin/ld.bfd.debug.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/ObsoleteFiles.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/ObsoleteFiles.inc
==============================================================================
--- stable/11/ObsoleteFiles.inc	Wed Dec 28 19:40:59 2016	(r310722)
+++ stable/11/ObsoleteFiles.inc	Wed Dec 28 21:45:41 2016	(r310723)
@@ -574,6 +574,8 @@ OLD_FILES+=usr/sbin/unbound-control-setu
 OLD_FILES+=usr/share/mdocml/example.style.css
 OLD_FILES+=usr/share/mdocml/style.css
 OLD_DIRS+=usr/share/mdocml
+# 20160107: GNU ld installed as ld.bfd and linked as ld
+OLD_FILES+=usr/lib/debug/usr/bin/ld.debug
 # 20151225: new clang import which bumps version from 3.7.0 to 3.7.1.
 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/allocator_interface.h
 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/asan_interface.h


More information about the svn-src-stable-11 mailing list