mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
2005-10-09 Phil Blundell <pb@reciva.com>
* sysdeps/arm/dl-trampoline.S: [PROF] (_dl_runtime_profile): Don't compile. Correct cut'n'paste error with .size.
This commit is contained in:
parent
ecaa5eab07
commit
609908d770
@ -1,3 +1,8 @@
|
||||
2005-10-09 Phil Blundell <pb@reciva.com>
|
||||
|
||||
* sysdeps/arm/dl-trampoline.S: [PROF] (_dl_runtime_profile):
|
||||
Don't compile. Correct cut'n'paste error with .size.
|
||||
|
||||
2005-10-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/posix_fadvise.c,
|
||||
|
@ -74,6 +74,7 @@ _dl_runtime_resolve:
|
||||
cfi_endproc
|
||||
.size _dl_runtime_resolve, .-_dl_runtime_resolve
|
||||
|
||||
#ifndef PROF
|
||||
.globl _dl_runtime_profile
|
||||
.type _dl_runtime_profile, #function
|
||||
cfi_startproc
|
||||
@ -210,5 +211,6 @@ _dl_runtime_profile:
|
||||
BX(lr)
|
||||
|
||||
cfi_endproc
|
||||
.size _dl_runtime_resolve, .-_dl_runtime_resolve
|
||||
.size _dl_runtime_profile, .-_dl_runtime_profile
|
||||
#endif
|
||||
.previous
|
||||
|
Loading…
Reference in New Issue
Block a user