repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2002-06-18 Dave Brolley <brolley@redhat.com>
[binutils.git]
/
gas
/
config
/
e-criself.c
blob
e1826a14882d2f007e88a29e67eaf19d151c4b38
1
#include
"as.h"
2
#include
"emul.h"
3
4
static const char
*
5
criself_bfd_name
()
6
{
7
abort
();
8
return
NULL
;
9
}
10
11
#define emul_bfd_name criself_bfd_name
12
#define emul_format &elf_format_ops
13
14
#define emul_name
"criself"
15
#define emul_struct_name criself
16
#define emul_default_endian 0
17
#include
"emul-target.h"