diff options
author | Nick Clifton <nickc@redhat.com> | 2006-03-03 15:25:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-03-03 15:25:31 +0000 |
commit | df406460e9fc46e766dc418f85568062a4912bbe (patch) | |
tree | 8e1d5b1142214b245e59c01ed42f4a53510e7b07 /ld/ChangeLog | |
parent | b92a518e7392026b969a7547e5b876ea9413f7ff (diff) | |
download | gdb-df406460e9fc46e766dc418f85568062a4912bbe.zip gdb-df406460e9fc46e766dc418f85568062a4912bbe.tar.gz gdb-df406460e9fc46e766dc418f85568062a4912bbe.tar.bz2 |
Add linker relaxation support for the AVR
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 8ab52a4..9bdfcc4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2006-03-03 Bjoern Haase <bjoern.m.haase@web.de> + + * scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections. + Add KEEP() directives. + Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and + .bss output sections. + 2006-03-03 Richard Sandiford <richard@codesourcery.com> * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable. |