diff options
author | Nick Clifton <nickc@redhat.com> | 2012-02-22 16:59:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-02-22 16:59:52 +0000 |
commit | 289b70fe01fd0cc2ee295f54bb38250d2a83cecc (patch) | |
tree | 2e60fb8dc2a9ba4afd0654fa4730e6e82602d77f /ld | |
parent | 2aa9aad989850c1a650701e507266edbad9864d2 (diff) | |
download | gdb-289b70fe01fd0cc2ee295f54bb38250d2a83cecc.zip gdb-289b70fe01fd0cc2ee295f54bb38250d2a83cecc.tar.gz gdb-289b70fe01fd0cc2ee295f54bb38250d2a83cecc.tar.bz2 |
oops - omitted part of changelog entry with the previous delta.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1554e35..47eeb2a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -5,6 +5,9 @@ starting garbage collection. * ldexp.c (fold_name): Generate a reloc for defined symbols found without an associated output section during the mark phase. + (exp_fold_tree_1): Continue processing an expression, even if we + are unable to fold it, if we are in the first two evaluation + phases. * ldexp.h (enum lang_phase_type): Add descriptions of the phases. 2012-02-19 Kai Tietz <ktietz@redhat.com> |