From 17bc7b87655a451570af2ed2287b971871cbc909 Mon Sep 17 00:00:00 2001 From: emaste Date: Mon, 12 Jan 2015 03:06:29 +0000 Subject: [PATCH] Add ELF Tool Chain release notes Most recent import in r276398 and switch to ELF Tool Chain tools by default in r276796. Reviewed by: gjb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1501 --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index bd7ecd9aba8c..6bcd03104e74 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -777,12 +777,26 @@ patches that add new relocations for &arch.powerpc; support. + The + ELF Tool Chain has been updated to + upstream revision r3136. + The texinfo utility and info pages were removed from the base system. The print/texinfo port should be installed on systems where info pages are needed. + + The ELF + object manipulation tools + addr2line, + elfcopy (strip), + nm, + size, and + strings were switched to the + versions from the ELF Tool Chain project. +