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:
Phil Blundell 2005-10-09 18:24:09 +00:00
parent ecaa5eab07
commit 609908d770
2 changed files with 8 additions and 1 deletions

View File

@ -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,

View File

@ -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