projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
891bcda
)
(ELFMAG): Use \177 instead of \x7f. It seems GCC insists on seeing the
author
roland
<roland>
Mon, 5 Jun 1995 08:01:59 +0000
(08:01 +0000)
committer
roland
<roland>
Mon, 5 Jun 1995 08:01:59 +0000
(08:01 +0000)
following E as part of hex 7FE, and complaining that is wider than a byte.
elf/elf.h
patch
|
blob
|
history
diff --git
a/elf/elf.h
b/elf/elf.h
index
87cf109
..
4730b8e
100644
(file)
--- a/
elf/elf.h
+++ b/
elf/elf.h
@@
-73,7
+73,7
@@
typedef struct
#define ELFMAG3 'F' /* Magic number byte 3 */
/* Conglomeration of the identification bytes, for easy testing as a word. */
-#define ELFMAG "\
x7f
ELF"
+#define ELFMAG "\
177
ELF"
#define SELFMAG 4
#define EI_CLASS 4 /* File class byte index */