[1/2] gas: NEWS: Add a missing newline

Message ID 20221027202719.32497-1-palmer@rivosinc.com
State Accepted
Headers
Series [1/2] gas: NEWS: Add a missing newline |

Checks

Context Check Description
snail/binutils-gdb-check success Github commit url

Commit Message

Palmer Dabbelt Oct. 27, 2022, 8:27 p.m. UTC
  ---
 gas/NEWS | 1 +
 1 file changed, 1 insertion(+)
  

Patch

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.