diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2022-10-27 13:20:02 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-10-28 15:45:48 -0700 |
commit | d846c35eaf1aef9d9a06d2f8a57ed4f5085f72f7 (patch) | |
tree | f81e0c88058ceacdb4bc237eb9fe87fe66668a62 /gas | |
parent | 425d5e76e04d684789452b35363be7302aa0c90b (diff) | |
download | gdb-d846c35eaf1aef9d9a06d2f8a57ed4f5085f72f7.zip gdb-d846c35eaf1aef9d9a06d2f8a57ed4f5085f72f7.tar.gz gdb-d846c35eaf1aef9d9a06d2f8a57ed4f5085f72f7.tar.bz2 |
gas: NEWS: Add a missing newline
Diffstat (limited to 'gas')
-rw-r--r-- | gas/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |