aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2018-09-18 15:49:52 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-09-20 14:30:51 +1000
commit5118fc7fb0ea0bdc4cbb5a286b38cfc259aa0de4 (patch)
tree7883593b6102a31643c0254035ab763bb077671c /core
parent20126d2678123161b0d3cac44de452fef60386d6 (diff)
downloadskiboot-5118fc7fb0ea0bdc4cbb5a286b38cfc259aa0de4.zip
skiboot-5118fc7fb0ea0bdc4cbb5a286b38cfc259aa0de4.tar.gz
skiboot-5118fc7fb0ea0bdc4cbb5a286b38cfc259aa0de4.tar.bz2
skiboot.lds.S: move read-write data after the end of symbol map
This also tidies up linker script symbol declarations and adds _rodata_mem symbol for the next change to use. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'core')
-rw-r--r--core/stack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/stack.c b/core/stack.c
index 73700ce..3a86a37 100644
--- a/core/stack.c
+++ b/core/stack.c
@@ -26,8 +26,6 @@
#define STACK_BUF_ENTRIES 60
static struct bt_entry bt_buf[STACK_BUF_ENTRIES];
-extern uint32_t _stext, _etext;
-
/* Dumps backtrace to buffer */
void __nomcount ___backtrace(struct bt_entry *entries, unsigned int *count,
unsigned long r1,