diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-06-05 15:28:36 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-06-05 15:28:36 +0000 |
commit | 18b7982923d444f29fafdc4b691c1f07a43aa199 (patch) | |
tree | 0d8ef23673a183e2974ce7937af6012c9fa55972 /ld/ChangeLog | |
parent | 9ee913b8a045a3d16864035249356e544cbbac7f (diff) | |
download | gdb-18b7982923d444f29fafdc4b691c1f07a43aa199.zip gdb-18b7982923d444f29fafdc4b691c1f07a43aa199.tar.gz gdb-18b7982923d444f29fafdc4b691c1f07a43aa199.tar.bz2 |
ld/
2005-06-05 H.J. Lu <hongjiu.lu@intel.com>
* ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
section only if the symbol will be defined.
ld/testsuite/
2005-06-05 H.J. Lu <hongjiu.lu@intel.com>
* ld-cris/hiddef1.d: Undo the last change.
* ld-cris/libdso-10.d: Likewise.
* ld-cris/libdso-2.d: Likewise.
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 12d643b..d4a15a8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2005-06-05 H.J. Lu <hongjiu.lu@intel.com> + + * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current + section only if the symbol will be defined. + 2005-06-04 H.J. Lu <hongjiu.lu@intel.com> PR 992 |