mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Remove now-unused "shadow_memory" need.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4797
This commit is contained in:
parent
01ace453bb
commit
60aae81ae6
@ -1377,7 +1377,6 @@ static void ac_pre_clo_init(void)
|
||||
VG_(needs_client_requests) (ac_handle_client_request);
|
||||
VG_(needs_sanity_checks) (ac_cheap_sanity_check,
|
||||
ac_expensive_sanity_check);
|
||||
VG_(needs_shadow_memory) ();
|
||||
|
||||
VG_(needs_malloc_replacement) (MAC_(malloc),
|
||||
MAC_(__builtin_new),
|
||||
|
||||
@ -91,7 +91,6 @@ VgNeeds VG_(needs) = {
|
||||
.syscall_wrapper = False,
|
||||
.sanity_checks = False,
|
||||
.data_syms = False,
|
||||
.shadow_memory = False,
|
||||
.malloc_replacement = False,
|
||||
};
|
||||
|
||||
@ -153,7 +152,6 @@ Bool VG_(sanity_check_needs)(Char** failmsg)
|
||||
NEEDS(libc_freeres)
|
||||
NEEDS(core_errors)
|
||||
NEEDS(data_syms)
|
||||
NEEDS(shadow_memory)
|
||||
|
||||
void VG_(needs_basic_block_discards)(
|
||||
void (*discard)(Addr, SizeT)
|
||||
|
||||
@ -89,7 +89,6 @@ typedef
|
||||
Bool syscall_wrapper;
|
||||
Bool sanity_checks;
|
||||
Bool data_syms;
|
||||
Bool shadow_memory;
|
||||
Bool malloc_replacement;
|
||||
}
|
||||
VgNeeds;
|
||||
|
||||
@ -3413,7 +3413,6 @@ static void hg_pre_clo_init(void)
|
||||
VG_(needs_command_line_options)(hg_process_cmd_line_option,
|
||||
hg_print_usage,
|
||||
hg_print_debug_usage);
|
||||
VG_(needs_shadow_memory) ();
|
||||
|
||||
VG_(needs_malloc_replacement) (hg_malloc,
|
||||
hg___builtin_new,
|
||||
|
||||
@ -2587,7 +2587,6 @@ static void mc_pre_clo_init(void)
|
||||
VG_(needs_client_requests) (mc_handle_client_request);
|
||||
VG_(needs_sanity_checks) (mc_cheap_sanity_check,
|
||||
mc_expensive_sanity_check);
|
||||
VG_(needs_shadow_memory) ();
|
||||
|
||||
VG_(needs_malloc_replacement) (MAC_(malloc),
|
||||
MAC_(__builtin_new),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user