libgloss: microblaze: adjust handlers to be weak.
Previously, hw exception handler stub and interrupt handler stub for microbaze were unable to be overwritten. Change to weak to fix this. Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com>
This commit is contained in:
parent
67609efeb0
commit
28627a5a03
@ -30,7 +30,8 @@
|
||||
*/
|
||||
|
||||
.text
|
||||
.globl _hw_exception_handler # HW Exception Handler Label
|
||||
.weakext _hw_exception_handler # HW Exception Handler Label
|
||||
.type _hw_exception_handler, %function
|
||||
.align 2
|
||||
|
||||
_hw_exception_handler:
|
||||
|
@ -30,7 +30,8 @@
|
||||
*/
|
||||
|
||||
.text
|
||||
.globl _interrupt_handler # Interrupt Handler Label
|
||||
.weakext _interrupt_handler # Interrupt Handler Label
|
||||
.type _interrupt_handler, %function
|
||||
.align 2
|
||||
|
||||
_interrupt_handler:
|
||||
|
Loading…
Reference in New Issue
Block a user