Fixes:
```
 TType table: [   3] 0x23a4
 [   2] 0x23a8
 [   1] 0x23ac
```

to:
```
 TType table:
 [   3] 0x23a4
 [   2] 0x23a8
 [   1] 0x23ac
```

ChangeLog:

        * src/readelf.c (print_debug_exception_table): Add newline after TType 
table header.

Signed-off-by: Martin Liska <[email protected]>
---
 src/readelf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/readelf.c b/src/readelf.c
index 4faf0405..5db86f0a 100644
--- a/src/readelf.c
+++ b/src/readelf.c
@@ -11794,7 +11794,7 @@ print_debug_exception_table (Dwfl_Module *dwflmod 
__attribute__ ((unused)),
   if (max_ar_filter > 0 && ttype_base != NULL)
     {
       unsigned char dsize;
-      fputs ("\n TType table:", out);
+      fputs ("\n TType table:\n", out);
 
       // XXX Not *4, size of encoding;
       switch (ttype_encoding & 7)
-- 
2.52.0

Reply via email to