diff options
author | Georg-Johann Lay <gjl@gcc.gnu.org> | 2017-06-14 12:23:39 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-06-14 12:23:39 +0100 |
commit | 4c0b797e0d2005780d8f0300f0ccc14b9d7c13b5 (patch) | |
tree | b9637fc1a06f901e3a2c40659d21c55abdbd3985 /ld/ChangeLog | |
parent | c53d2e6d744da000aaafe0237bced090aab62818 (diff) | |
download | gdb-4c0b797e0d2005780d8f0300f0ccc14b9d7c13b5.zip gdb-4c0b797e0d2005780d8f0300f0ccc14b9d7c13b5.tar.gz gdb-4c0b797e0d2005780d8f0300f0ccc14b9d7c13b5.tar.bz2 |
Move location of .jumptables section and add .hightext section to AVR linker script.
PR ld/21583
* scripttempl/avr.sc (.jumptables): Move down in text section.
(.hightext): New in text.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4924787..44064fd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2017-06-14 Georg-Johann Lay <gjl@gcc.gnu.org> + + PR ld/21583 + * scripttempl/avr.sc (.jumptables): Move down in text section. + (.hightext): New in text. + 2017-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de> * configure.tgt (epiphany-*-elf): Accept epiphany-*-*. |