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
No known key found for this signature in database
GPG Key ID: 2E1319F35FBB1889

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.