diff options
author | Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> | 2016-05-17 13:14:26 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-05-17 13:14:26 +0100 |
commit | 1bdc036f254394412f32b2ae89a6575ececc7031 (patch) | |
tree | 7cfe8fda68cd29a17a5beee9a723bb7147acfe06 /ld/ChangeLog | |
parent | a43942db49b07a457ee4f960d0f118b23641ec38 (diff) | |
download | gdb-1bdc036f254394412f32b2ae89a6575ececc7031.zip gdb-1bdc036f254394412f32b2ae89a6575ececc7031.tar.gz gdb-1bdc036f254394412f32b2ae89a6575ececc7031.tar.bz2 |
Place progmem data from AVR's libc before other progmem data.
* scripttempl/avr.sc (text): Place .progmem.data from avr-libc
above .progmem*.
* scripttempl/avrtiny.sc (text): Likewise.
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 783355c..180ea03 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +016-05-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> + + * scripttempl/avr.sc (text): Place .progmem.data from avr-libc + above .progmem*. + * scripttempl/avrtiny.sc (text): Likewise. + 2016-05-17 Maciej W. Rozycki <macro@imgtec.com> * testsuite/ld-unique/unique.exp: Use `is_elf_format' and |