repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RISC-V: Add naked function support.
[official-gcc.git]
/
libvtv
/
testsuite
/
other-tests
/
replace-fail.cc
blob
2b4070eec77640212c7aa5b51dbd474e9167c1fc
1
#include <stdlib.h>
2
#include <stdio.h>
3
4
5
void
__vtv_verify_fail
(
void
**,
void
*)
__attribute__
((
visibility
(
"default"
)));
6
7
void
8
__vtv_verify_fail
(
void
**
hash_table
,
const void
*
vtbl_ptr
)
9
{
10
fprintf
(
stdout
,
"Executing alternative failure routine.
\n
"
);
11
}