projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163f71b
)
Use #function, not @function, for .type of _start.
author
Andreas Jaeger
<aj@suse.de>
Mon, 11 Jun 2001 07:44:41 +0000
(07:44 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Mon, 11 Jun 2001 07:44:41 +0000
(07:44 +0000)
sysdeps/arm/elf/start.S
patch
|
blob
|
history
diff --git
a/sysdeps/arm/elf/start.S
b/sysdeps/arm/elf/start.S
index
4d841c8
..
089591f
100644
(file)
--- a/
sysdeps/arm/elf/start.S
+++ b/
sysdeps/arm/elf/start.S
@@
-43,7
+43,7
@@
.text
.globl _start
- .type _start,
@
function
+ .type _start,
#
function
_start:
/* Clear the frame pointer since this is the outermost frame. */
mov fp, #0