repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.base
/
fixsectshr.c
blob
8470826bdd162d32bc138cc6f57adcf0884d75eb
1
#include <stdio.h>
2
#include <stdlib.h>
3
4
static FILE
*
static_fun
=
NULL
;
5
6
FILE
*
7
force_static_fun
(
void
)
8
{
9
return
static_fun
;
10
}