https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #20 from Ed Maste ---
Proposal to install llvm-objdump as /usr/bin/objdump on Clang-using
architectures: https://reviews.freebsd.org/D18307
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
Ed Maste changed:
What|Removed |Added
Blocks||233094
Referenced Bugs:
https://bugs.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #19 from Mark Millard ---
(In reply to Mark Millard from comment #18)
Ignore Comment #18: further testing showed that
the problem was intermittent races failing for
multi-process builds: MAKE_JOBS_UNSAFE=yes avoids
the build pr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
Mark Linimon changed:
What|Removed |Added
Keywords||tracking
--
You are receiving this
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
Mark Millard changed:
What|Removed |Added
CC||marklmi26-f...@yahoo.com
--- Commen
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #16 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 22 00:29:29 UTC 2018
New revision: 335520
URL: https://svnweb.freebsd.org/changeset/base/335520
Log:
MFC r335209: elf.5: add read
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #17 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 22 00:30:25 UTC 2018
New revision: 335521
URL: https://svnweb.freebsd.org/changeset/base/335521
Log:
MFC r335213: ldd: reference
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #15 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 22 00:28:28 UTC 2018
New revision: 335519
URL: https://svnweb.freebsd.org/changeset/base/335519
Log:
MFC r335214: Correct kern.pr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #14 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 22 00:27:32 UTC 2018
New revision: 335518
URL: https://svnweb.freebsd.org/changeset/base/335518
Log:
MFC r335221: Add deprecation
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #13 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 15 17:44:22 UTC 2018
New revision: 335222
URL: https://svnweb.freebsd.org/changeset/base/335222
Log:
Remove obsolete asf(8)
kg
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #12 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 15 17:38:08 UTC 2018
New revision: 335221
URL: https://svnweb.freebsd.org/changeset/base/335221
Log:
Add deprecation notice in as
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
Ed Maste changed:
What|Removed |Added
Depends on||229049
Referenced Bugs:
https://bugs.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #11 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 15 17:03:49 UTC 2018
New revision: 335217
URL: https://svnweb.freebsd.org/changeset/base/335217
Log:
Add deprecation notice to ob
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #10 from Ed Maste ---
objdump disconnection code review: https://reviews.freebsd.org/D7338
objdump deprecation notice review: https://reviews.freebsd.org/D13881
--
You are receiving this mail because:
You are the assignee for
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #9 from Ed Maste ---
asf removal code review: https://reviews.freebsd.org/D15827
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.or
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #8 from Ed Maste ---
jhb@ points out that both kld_deb.py and asf are rendered obsolete by kgdb
internally handling FreeBSD kernel module state.
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
Ed Maste changed:
What|Removed |Added
CC||g...@freebsd.org
--- Comment #7 from Ed
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
Ed Maste changed:
What|Removed |Added
CC||j...@freebsd.org
--- Comment #6 from Ed
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
Ed Maste changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 15 16:32:18 UTC 2018
New revision: 335214
URL: https://svnweb.freebsd.org/changeset/base/335214
Log:
Correct kern.pre.mk comment:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 15 16:28:50 UTC 2018
New revision: 335213
URL: https://svnweb.freebsd.org/changeset/base/335213
Log:
ldd: reference readelf instea
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #3 from Ed Maste ---
release/picobsd/build/picobsd
used to find lib depends
i="`objdump -x ${tmp} | \
awk '$1 == "NEEDED" { print $2 }' | sort | uniq | tr
'\n' ' '`"
share/man/man5/elf.5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 15 16:18:40 UTC 2018
New revision: 335210
URL: https://svnweb.freebsd.org/changeset/base/335210
Log:
Remove objcopy from BINUTILS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:
Author: emaste
Date: Fri Jun 15 16:14:42 UTC 2018
New revision: 335209
URL: https://svnweb.freebsd.org/changeset/base/335209
Log:
elf.5: add readelf cross-refe
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
Bug ID: 229046
Summary: [meta] objdump removal tracking PR
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects
25 matches
Mail list logo