]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Namespace police.
authorJulian Seward <jseward@acm.org>
Tue, 1 Oct 2002 00:50:47 +0000 (00:50 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 1 Oct 2002 00:50:47 +0000 (00:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1150

coregrind/vg_syscalls.c
coregrind/vg_translate.c

index 9a01d707b1e18593da2cee6cf915f306fbda0cc0..825baa164db9c29c3d00fc52aec217059e499c13 100644 (file)
@@ -398,6 +398,7 @@ void buf_and_len_post_check( ThreadState* tst, Int res,
 
 /* Records the current end of the data segment so we can make sense of
    calls to brk(). */
+static
 Addr curr_dataseg_end;
 
 void VG_(init_dataseg_end_for_brk) ( void )
index c1d8fa4fd77f217df199692b49ff78b6f6bc1913..de6ac139413696c4fdc69383c3e9ac990f7158b3 100644 (file)
@@ -839,6 +839,7 @@ Char* VG_(name_UOpcode) ( Bool upper, Opcode opc )
    }
 }
 
+static
 void pp_realregs_liveness ( UInstr* u )
 {
 #  define PRINT_RREG_LIVENESS(realReg,s) \
@@ -881,6 +882,7 @@ void VG_(up_UInstr) ( Int i, UInstr* u )
    VG_(printf)("\n");
 }
 
+static
 void pp_UInstrWorker ( Int instrNo, UInstr* u, Bool ppRegsLiveness )
 {
    VG_(printf)("\t%4d: %s", instrNo,