]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove call to abort in the DGB debug format printing code, thus allowing the display...
authorNick Clifton <nickc@redhat.com>
Mon, 3 Nov 2025 11:49:02 +0000 (11:49 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 3 Nov 2025 11:49:02 +0000 (11:49 +0000)
PR 33448

binutils/prdbg.c

index c239aeb1a79b38ab2e52097516a74c90318d5768..5d405c48e3d7df8f7cedb57240ddc2a4d03818bf 100644 (file)
@@ -2449,7 +2449,6 @@ tg_tag_type (void *p, const char *name, unsigned int id,
       t = "union class ";
       break;
     default:
-      abort ();
       return false;
     }