mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-21 17:31:10 +03:00
sysdeps/arm/arm-mcount.S: Comment typo fix.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2013-06-18 Roland McGrath <roland@hack.frob.com>
|
2013-06-18 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* sysdeps/arm/arm-mcount.S: Comment typo fix.
|
||||||
|
|
||||||
* sysdeps/arm/arm-features.h (ARM_BX_NINSNS): New macro.
|
* sysdeps/arm/arm-features.h (ARM_BX_NINSNS): New macro.
|
||||||
* sysdeps/arm/armv7/multiarch/memcpy_impl.S: Macroize the
|
* sysdeps/arm/armv7/multiarch/memcpy_impl.S: Macroize the
|
||||||
computed-jump dispatch sections. Use sfi_breg throughout.
|
computed-jump dispatch sections. Use sfi_breg throughout.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
The calling sequence looks something like:
|
The calling sequence looks something like:
|
||||||
func:
|
func:
|
||||||
push {lr}
|
push {lr}
|
||||||
bl __gnu_mount_nc
|
bl __gnu_mcount_nc
|
||||||
<function body>
|
<function body>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user