svn commit: r310274 - head

Ed Maste emaste at FreeBSD.org
Mon Dec 19 15:23:26 UTC 2016


Author: emaste
Date: Mon Dec 19 15:23:24 2016
New Revision: 310274
URL: https://svnweb.freebsd.org/changeset/base/310274

Log:
  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.
  
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Mon Dec 19 15:19:44 2016	(r310273)
+++ head/ObsoleteFiles.inc	Mon Dec 19 15:23:24 2016	(r310274)
@@ -642,6 +642,8 @@ OLD_FILES+=usr/share/mdocml/style.css
 OLD_DIRS+=usr/share/mdocml
 # 20160114: SA-16:06.snmpd
 OLD_FILES+=usr/share/examples/etc/snmpd.config
+# 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-all mailing list