• Varun Wadekar's avatar
    lib: aarch64: fix non-code symbol errors flagged by armlink · bf52f40e
    Varun Wadekar authored
    
    
    This patch modifies the code to turn __1printf and __2printf into proper
    functions to fix the following errors flagged by armlink.
    
    Error: L6318W: backtrace.o(.text.backtrace) contains branch to a non-code symbol __2printf.
    Error: L6318W: backtrace.o(.text.backtrace) contains branch to a non-code symbol __2printf.
    Error: L6318W: backtrace.o(.text.backtrace) contains branch to a non-code symbol __2printf.
    Error: L6318W: backtrace.o(.text.backtrace) contains branch to a non-code symbol __2printf.
    Error: L6318W: backtrace.o(.text.backtrace) contains branch to a non-code symbol __2printf.
    Error: L6318W: backtrace.o(.text.backtrace) contains branch to a non-code symbol __2printf.
    
    Change-Id: I89126bc2b9db44ce8b8fc9fb1e3fc4c8c60c47a4
    Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
    bf52f40e
armclang_printf.S 376 Bytes