blob: 51785d9a09dcd978bfe21d62a3fced44c4b6e3a8 [file] [log] [blame]
Andrew Geissler84ad7c52020-06-27 00:00:16 -05001From ee559eb522edcb793e4df62f61849748445a056e Mon Sep 17 00:00:00 2001
2From: Mahesh Bodapati <mbodapat@xilinx.com>
3Date: Mon, 23 Jan 2017 15:30:02 +0530
4Subject: [PATCH 02/11] [Patch, microblaze]: Modified _exceptional_handler
5 Modified the _exceptional_handler to support the changes made in GCC related
6 to Superviosry call
7
8Signed-off-by:Nagaraju Mekala<nmekala@xilix.com>
9---
10 libgloss/microblaze/_exception_handler.S | 1 -
11 1 file changed, 1 deletion(-)
12
13diff --git a/libgloss/microblaze/_exception_handler.S b/libgloss/microblaze/_exception_handler.S
14index 59385ad..7a91a78 100644
15--- a/libgloss/microblaze/_exception_handler.S
16+++ b/libgloss/microblaze/_exception_handler.S
17@@ -36,5 +36,4 @@
18 .type _exception_handler, @function
19
20 _exception_handler:
21- addi r11,r11,8
22 bra r11
23--
242.7.4
25