blob: 27f8a60bd5c3630fc12b50cefe6b2ac7b8e0d67c [file] [log] [blame]
Andrew Geissler10fa1492020-12-11 16:25:29 -06001From f3ffd847282fa3bf676ccd05cbdcba33eea06416 Mon Sep 17 00:00:00 2001
Andrew Geissler84ad7c52020-06-27 00:00:16 -05002From: 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
Andrew Geissler10fa1492020-12-11 16:25:29 -060014index 59385ad9b..7a91a781e 100644
Andrew Geissler84ad7c52020-06-27 00:00:16 -050015--- 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--
Andrew Geissler10fa1492020-12-11 16:25:29 -0600242.17.1
Andrew Geissler84ad7c52020-06-27 00:00:16 -050025