repo.or.cz
/
uclibc-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rename __unused struct members to include a namespace
[uclibc-ng.git]
/
libc
/
sysdeps
/
linux
/
m68k
/
crti.S
blob
1b4b643b6231c04eaacd3d144649f38e76574831
1
#include "m68k_pic.S"
2
3
.section .init
4
.align 2
5
.globl _init
6
.type _init, @function
7
_init:
8
link.w %a6,#0
9
INIT_GP
10
11
.section .fini
12
.align 2
13
.globl _fini
14
.type _fini, @function
15
_fini:
16
link.w %a6,#0
17
INIT_GP