diff options
author | Jozef Lawrynowicz <jozef.l@mittosystems.com> | 2020-01-16 11:32:23 +0000 |
---|---|---|
committer | Jozef Lawrynowicz <jozef.l@mittosystems.com> | 2020-01-16 13:22:31 +0000 |
commit | 0c3d9485091753e6d9c4d317a9219cf4b6dce116 (patch) | |
tree | b9576ece5e375dd1316876db4efec1ff51464c46 /ld/ChangeLog | |
parent | 45a4bb2010a42637bec03c06d84a998afacefb4e (diff) | |
download | gdb-0c3d9485091753e6d9c4d317a9219cf4b6dce116.zip gdb-0c3d9485091753e6d9c4d317a9219cf4b6dce116.tar.gz gdb-0c3d9485091753e6d9c4d317a9219cf4b6dce116.tar.bz2 |
MSP430: Add input section rules for .upper sections to default linker script
ld/ChangeLog:
2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* scripttempl/elf32msp430.sc: Add input section rules for
.upper.{text,data,rodata,bss}.
* testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
* testsuite/ld-msp430-elf/upper-input-sections.s: New test.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5208f62..7799d7d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com> + + * scripttempl/elf32msp430.sc: Add input section rules for + .upper.{text,data,rodata,bss}. + * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test. + * testsuite/ld-msp430-elf/upper-input-sections.s: New test. + 2020-01-15 Lars Brinkhoff <lars@nocrew.org> PR 20694 |