From c8a120f0aafeda883a74731ee5541b34b220670b Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 1 May 2002 09:25:56 +0000 Subject: [PATCH] Change "argh" to something more confidence-inspiring. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@187 --- coregrind/vg_symtab2.c | 6 +++--- vg_symtab2.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/coregrind/vg_symtab2.c b/coregrind/vg_symtab2.c index 35bd47e67b..25d0ce64ed 100644 --- a/coregrind/vg_symtab2.c +++ b/coregrind/vg_symtab2.c @@ -955,7 +955,7 @@ void vg_read_lib_symbols ( SegInfo* si ) } else { VG_(printf)("unhandled stabs case: N_FUN start %d %s\n", i, (stabstr + stab[i+1].n_un.n_strx) ); - VG_(panic)("argh"); + VG_(panic)("unhandled N_FUN stabs case"); } break; @@ -967,13 +967,13 @@ void vg_read_lib_symbols ( SegInfo* si ) } else { VG_(printf)("unhandled N_SOL stabs case: %d %d %d", stab[i+1].n_type, i, n_stab_entries); - VG_(panic)("argh"); + VG_(panic)("unhandled N_SOL stabs case"); } default: VG_(printf)("unhandled stabs case: %d %d", stab[i+1].n_type,i); - VG_(panic)("argh"); + VG_(panic)("unhandled (other) stabs case"); } } diff --git a/vg_symtab2.c b/vg_symtab2.c index 35bd47e67b..25d0ce64ed 100644 --- a/vg_symtab2.c +++ b/vg_symtab2.c @@ -955,7 +955,7 @@ void vg_read_lib_symbols ( SegInfo* si ) } else { VG_(printf)("unhandled stabs case: N_FUN start %d %s\n", i, (stabstr + stab[i+1].n_un.n_strx) ); - VG_(panic)("argh"); + VG_(panic)("unhandled N_FUN stabs case"); } break; @@ -967,13 +967,13 @@ void vg_read_lib_symbols ( SegInfo* si ) } else { VG_(printf)("unhandled N_SOL stabs case: %d %d %d", stab[i+1].n_type, i, n_stab_entries); - VG_(panic)("argh"); + VG_(panic)("unhandled N_SOL stabs case"); } default: VG_(printf)("unhandled stabs case: %d %d", stab[i+1].n_type,i); - VG_(panic)("argh"); + VG_(panic)("unhandled (other) stabs case"); } } -- 2.47.2