aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sam4s/sam4s.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sam4s/sam4s.patch')
-rw-r--r--lib/sam4s/sam4s.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/sam4s/sam4s.patch b/lib/sam4s/sam4s.patch
deleted file mode 100644
index e486dae1..00000000
--- a/lib/sam4s/sam4s.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/lib/sam4s/gcc/gcc/startup_sam4s.c b/lib/sam4s/gcc/gcc/startup_sam4s.c
-index 3792319e..ae19328a 100644
---- a/lib/sam4s/gcc/gcc/startup_sam4s.c
-+++ b/lib/sam4s/gcc/gcc/startup_sam4s.c
-@@ -111,7 +111,7 @@ void ACC_Handler ( void ) __attribute__ ((weak, alias("Dummy_Handler")));
- void UDP_Handler ( void ) __attribute__ ((weak, alias("Dummy_Handler")));
-
- /* Exception Table */
--__attribute__ ((section(".vectors")))
-+__attribute__ ((section(".vectors"))) __attribute__((externally_visible))
- const DeviceVectors exception_table = {
-
- /* Configure Initial Stack Pointer, using linker-generated symbols */