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
* pex-unix.c (writeerr): Cast write result to void.
[binutils.git]
/
gas
/
config
/
te-pe.h
blob
b3e0764364bb8af41e53a031fc59c2360a68babc
1
#define TE_PE
2
#define LEX_AT (LEX_BEGIN_NAME | LEX_NAME)
/* Can have @'s inside labels. */
3
4
/* The PE format supports long section names. */
5
#define COFF_LONG_SECTION_NAMES
6
7
#include
"obj-format.h"