summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@rivosinc.com>2022-10-27 13:20:02 -0700
committerPalmer Dabbelt <palmer@rivosinc.com>2022-10-28 15:45:48 -0700
commitd846c35eaf1aef9d9a06d2f8a57ed4f5085f72f7 (patch)
treef81e0c88058ceacdb4bc237eb9fe87fe66668a62
parent425d5e76e04d684789452b35363be7302aa0c90b (diff)
downloadbinutils-gdb-d846c35eaf1aef9d9a06d2f8a57ed4f5085f72f7.tar.gz
gas: NEWS: Add a missing newline
-rw-r--r--gas/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 31b3b664dff..c2bd8554d62 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -4,6 +4,7 @@
* gas now supports --compress-debug-sections=zstd to compress
debug sections with zstd.
+
* Add --enable-default-compressed-debug-sections-algorithm={zlib,zstd}
that selects the default compression algorithm
for --enable-compressed-debug-sections.