gas: NEWS: Add a missing newline

This commit is contained in:
Palmer Dabbelt
2022-10-27 13:20:02 -07:00
parent 425d5e76e0
commit d846c35eaf

View File

@ -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.