diff options
author | Alan Modra <amodra@gmail.com> | 2001-01-23 11:48:28 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-01-23 11:48:28 +0000 |
commit | c1eb148815418b80717c0abcba633c6cfc098133 (patch) | |
tree | acce3483704027c8ae2635bc066dd1fec0be1c3e /ld/ChangeLog | |
parent | b653e1b1521ac68fc398311345fe7df54803f1ec (diff) | |
download | gdb-c1eb148815418b80717c0abcba633c6cfc098133.zip gdb-c1eb148815418b80717c0abcba633c6cfc098133.tar.gz gdb-c1eb148815418b80717c0abcba633c6cfc098133.tar.bz2 |
Only set lma_region from the default for the first section
of a group of overlay sections.
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 49ec5e4..15f683c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-01-23 Alan Modra <alan@linuxcare.com.au> + + * ldlang.c (lang_leave_overlay): Only set lma_region from the + default for the first section of a group of overlay sections. + 2001-01-22 Alan Modra <alan@linuxcare.com.au> * Makefile.am (GENSCRIPTS): Pass exec_prefix. |