summaryrefslogtreecommitdiff
path: root/lib/romlib/templates/jmptbl_glob_var.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/romlib/templates/jmptbl_glob_var.S')
-rw-r--r--lib/romlib/templates/jmptbl_glob_var.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/romlib/templates/jmptbl_glob_var.S b/lib/romlib/templates/jmptbl_glob_var.S
new file mode 100644
index 00000000..d3065125
--- /dev/null
+++ b/lib/romlib/templates/jmptbl_glob_var.S
@@ -0,0 +1,9 @@
+/*
+ * Copyright (c) 2019, Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+ .data
+ .globl jmptbl
+ .align 4
+jmptbl: .quad 0x${jmptbl_address}