aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
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):