summaryrefslogtreecommitdiff
path: root/chip/mchp/lfw/ec_lfw_416kb.ld
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/lfw/ec_lfw_416kb.ld')
-rw-r--r--chip/mchp/lfw/ec_lfw_416kb.ld8
1 files changed, 8 insertions, 0 deletions
diff --git a/chip/mchp/lfw/ec_lfw_416kb.ld b/chip/mchp/lfw/ec_lfw_416kb.ld
index 93d70ffbe8..c7dfacada3 100644
--- a/chip/mchp/lfw/ec_lfw_416kb.ld
+++ b/chip/mchp/lfw/ec_lfw_416kb.ld
@@ -86,4 +86,12 @@ SECTIONS
} >SRAM
__image_size = LOADADDR(.text) + SIZEOF(.text) - ORIGIN(VECTOR);
+
+ /*
+ * Discard C++ exception index table and exception table. These are
+ * described in more detail in "Exception Handling ABI for ARM
+ * Architecture":
+ * https://github.com/ARM-software/abi-aa/blob/60a8eb8c55e999d74dac5e368fc9d7e36e38dda4/ehabi32/ehabi32.rst#54the-object-producer-interface
+ */
+ /DISCARD/ : { *(.ARM.*) }
}