aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-11-18 20:47:13 +0000
committerEd Maste <emaste@FreeBSD.org>2022-12-12 15:36:02 +0000
commit86edb11e7491e657e6c75ef6814867021665c377 (patch)
tree6db238085ddbb4d90eec12cd9cc6561975e51ead /UPDATING
parent85dd853236149dd029d5c065efce0e802f9c1e9a (diff)
downloadsrc-86edb11e7491e657e6c75ef6814867021665c377.tar.gz
src-86edb11e7491e657e6c75ef6814867021665c377.zip
Always install llvm-objdump as objdump
Instead of providing no /usr/bin/objdump when LLVM_BINUTILS is false. PR: 267854 [exp-run] Reviewed by: dim MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37445
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 001ec9f6de3a..13007feb15c6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20221212:
+ llvm-objump is now always installed as objdump. Previously there was
+ no /usr/bin/objdump unless the WITH_LLVM_BINUTILS knob was used.
+
+ Some LLVM objdump options have a different output format compared to
+ GNU objdump; readelf is available for inspecting ELF files, and GNU
+ objdump is available from the devel/binutils port or package.
+
20221205:
dma(8) has replaced sendmail(8) as the default mta. For people willing
to reenable sendmail(8):