mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* doc/tc-arm.texi: Fix fnstart and fnend directive names.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-04-15 Khem Raj <kraj@mvista.com>
|
||||||
|
|
||||||
|
* doc/tc-arm.texi: Fix fnstart and fnend directive names.
|
||||||
|
|
||||||
2008-04-14 Edmar Wienskoski <edmar@freescale.com>
|
2008-04-14 Edmar Wienskoski <edmar@freescale.com>
|
||||||
|
|
||||||
* config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
|
* config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
|
||||||
|
@ -499,11 +499,11 @@ it prevents accurate control of the placement of literal pools.
|
|||||||
This is a synonym for .ltorg.
|
This is a synonym for .ltorg.
|
||||||
|
|
||||||
@cindex @code{.fnstart} directive, ARM
|
@cindex @code{.fnstart} directive, ARM
|
||||||
@item .unwind_fnstart
|
@item .fnstart
|
||||||
Marks the start of a function with an unwind table entry.
|
Marks the start of a function with an unwind table entry.
|
||||||
|
|
||||||
@cindex @code{.fnend} directive, ARM
|
@cindex @code{.fnend} directive, ARM
|
||||||
@item .unwind_fnend
|
@item .fnend
|
||||||
Marks the end of a function with an unwind table entry. The unwind index
|
Marks the end of a function with an unwind table entry. The unwind index
|
||||||
table entry is created when this directive is processed.
|
table entry is created when this directive is processed.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user