summaryrefslogtreecommitdiffstats
path: root/libsanitizer/include
diff options
context:
space:
mode:
authorkcc <kcc@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-23 11:41:33 +0000
committerkcc <kcc@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-23 11:41:33 +0000
commit4a2c1ffc3bc03c1f519fe1ef62cafeda13481fe2 (patch)
tree80989bd161e60d01560788cb7427eb644b227884 /libsanitizer/include
parentbc5663df31f641cce031d61b31540dd88a473cb5 (diff)
downloadppe42-gcc-4a2c1ffc3bc03c1f519fe1ef62cafeda13481fe2.tar.gz
ppe42-gcc-4a2c1ffc3bc03c1f519fe1ef62cafeda13481fe2.zip
libsanitizer merge from upstream r173241
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195404 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libsanitizer/include')
-rw-r--r--libsanitizer/include/sanitizer/asan_interface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libsanitizer/include/sanitizer/asan_interface.h b/libsanitizer/include/sanitizer/asan_interface.h
index 47f780ceaa3..9f9f12cbfa2 100644
--- a/libsanitizer/include/sanitizer/asan_interface.h
+++ b/libsanitizer/include/sanitizer/asan_interface.h
@@ -26,11 +26,6 @@ extern "C" {
// before any instrumented code is executed and before any call to malloc.
void __asan_init() SANITIZER_INTERFACE_ATTRIBUTE;
- // This function should be called by the instrumented code.
- // 'addr' is the address of a global variable called 'name' of 'size' bytes.
- void __asan_register_global(uptr addr, uptr size, const char *name)
- SANITIZER_INTERFACE_ATTRIBUTE;
-
// This structure describes an instrumented global variable.
struct __asan_global {
uptr beg; // The address of the global.
OpenPOWER on IntegriCloud