aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2018-03-20 10:55:37 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2018-04-25 20:57:39 +0000
commitcb10292c2a6c26349c02ec275e4087147fd1cdf0 (patch)
tree4539fa62ce1191d95c73a1312763514f9e0007ea /bfd/ChangeLog
parent5c5a4843ec385a60954fbbc4bcf5b64763639bd3 (diff)
downloadgdb-cb10292c2a6c26349c02ec275e4087147fd1cdf0.zip
gdb-cb10292c2a6c26349c02ec275e4087147fd1cdf0.tar.gz
gdb-cb10292c2a6c26349c02ec275e4087147fd1cdf0.tar.bz2
[ARM] FDPIC: Add stack segment
The size of the stack segment defaults to 32KB, and can be overridden by defining the __stacksize symbol. 2018-04-25 Christophe Lyon <christophe.lyon@st.com> Mickaël Guêné <mickael.guene@st.com> bfd/ * elf32-arm.c (DEFAULT_STACK_SIZE): New. (elf32_arm_always_size_sections): Create stack segment.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3e5415e..bd7c6ae 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,6 +1,12 @@
2018-04-25 Christophe Lyon <christophe.lyon@st.com>
Mickaël Guêné <mickael.guene@st.com>
+ * elf32-arm.c (DEFAULT_STACK_SIZE): New.
+ (elf32_arm_always_size_sections): Create stack segment.
+
+2018-04-25 Christophe Lyon <christophe.lyon@st.com>
+ Mickaël Guêné <mickael.guene@st.com>
+
* bfd-in2.h (BFD_RELOC_ARM_TLS_GD32_FDPIC)
(BFD_RELOC_ARM_TLS_LDM32_FDPIC, BFD_RELOC_ARM_TLS_IE32_FDPIC): New
relocations.