From: Julian Seward Date: Wed, 1 May 2002 09:25:56 +0000 (+0000) Subject: Change "argh" to something more confidence-inspiring. X-Git-Tag: svn/VALGRIND_1_0_3~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a120f0aafeda883a74731ee5541b34b220670b;p=thirdparty%2Fvalgrind.git Change "argh" to something more confidence-inspiring. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@187 --- 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"); } }