projects
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix typos
[binutils.git]
/
gas
/
config
/
e-crisaout.c
1
#include "as.h"
2
#include "emul.h"
3
4
static const char *
5
crisaout_bfd_name ()
6
{
7
abort ();
8
return NULL;
9
}
10
11
#define emul_bfd_name crisaout_bfd_name
12
#define emul_format &aout_format_ops
13
14
#define emul_name "crisaout"
15
#define emul_struct_name crisaout
16
#define emul_default_endian 0
17
#include "emul-target.h"
This page took
0.024402 seconds
and
4
git commands to generate.