repo.or.cz
/
glibc
/
nacl-glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Executable: Move most rodata sections into the main rodata segment
[glibc/nacl-glibc.git]
/
make-example.sh
blob
9beef08d4880e058c77b9ee8dd8e784146e89bc4
1
#!/bin/bash
2
3
BUILDDIR
=
build
4
nacl-gcc \
5
-B
$BUILDDIR
/
csu
/
-L
$BUILDDIR
-static -Wl
,
-T
,
elf_i386.x \
6
-g
hellow.c
-o
hellow \
7
-Wl
,
-print-map
>
hellow.map