mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge pull request #765 from Xilinx/rk3399-cfi
rk3399: Add CFI debug information to SRAM functions
This commit is contained in:
commit
805972fead
1 changed files with 2 additions and 0 deletions
|
@ -32,9 +32,11 @@
|
|||
.globl clst_warmboot_data
|
||||
|
||||
.macro sram_func _name
|
||||
.cfi_sections .debug_frame
|
||||
.section .sram.text, "ax"
|
||||
.type \_name, %function
|
||||
.func \_name
|
||||
.cfi_startproc
|
||||
\_name:
|
||||
.endm
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue