Bug 198950 - [exp-run] migrate to readelf from ELF toolchain
Summary: [exp-run] migrate to readelf from ELF toolchain
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ed Maste
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-27 15:28 UTC by Ed Maste
Modified: 2015-03-30 17:40 UTC (History)
1 user (show)

See Also:


Attachments
Makefile change to use ELF toolchain readelf (6.22 KB, patch)
2015-03-27 15:28 UTC, Ed Maste
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Maste freebsd_committer freebsd_triage 2015-03-27 15:28:05 UTC
Created attachment 154868 [details]
Makefile change to use ELF toolchain readelf

Patch also available at:

Review https://reviews.freebsd.org/D2156
Github commit https://github.com/emaste/freebsd/commit/171130c691082d9974cb11e8150811d3fc3709ca
(in my github 'toolchain' branch https://github.com/emaste/freebsd/commits/toolchain)
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2015-03-27 16:14:32 UTC
Take for exp-run
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-03-30 17:38:46 UTC
A commit references this bug:

Author: emaste
Date: Mon Mar 30 17:38:26 UTC 2015
New revision: 280859
URL: https://svnweb.freebsd.org/changeset/base/280859

Log:
  Switch to ELF toolchain readelf(1)

  ELF toolchain readelf lacked some functionality at the time other tools
  (like size, strip, nm, etc.) were switched over to the ELF toolchain
  versions. That has been addressed as of the last update, so we can add
  it to the list.

  PR:		198950 [exp-run]
  Reviewed by:	bapt, imp, rpaulo
  Relnotes:	yes
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D2156

Changes:
  head/gnu/usr.bin/binutils/Makefile
  head/usr.bin/Makefile
Comment 4 Ed Maste freebsd_committer freebsd_triage 2015-03-30 17:40:09 UTC
Thanks for the exp-run. Committed in r280859.