diff options
author | Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> | 2013-11-22 12:00:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-11-22 12:00:55 +0000 |
commit | 5ed365b417ae675db9bd42c6920de83027edcc0c (patch) | |
tree | d09f74abd60c79cb5f7cde5353df25f27d8ca2d5 /ld/ChangeLog | |
parent | ca092b61dcb002e8eac3f745c84d8d9869262d2a (diff) | |
download | gdb-5ed365b417ae675db9bd42c6920de83027edcc0c.zip gdb-5ed365b417ae675db9bd42c6920de83027edcc0c.tar.gz gdb-5ed365b417ae675db9bd42c6920de83027edcc0c.tar.bz2 |
* scripttempl/avr.sc: Set .data section's LMA to next available
address in text region.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 768dc47..e98129d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2013-11-22 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> + + * scripttempl/avr.sc: Set .data section's LMA to next available + address in text region. + 2013-11-21 Andrew Pinski <apinski@cavium.com> * Makefile.am (ALL_64_EMULATION_SOURCES): Add eaarch64linux32.c |