diff options
author | Nick Clifton <nickc@redhat.com> | 2002-09-02 17:03:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-09-02 17:03:30 +0000 |
commit | 67010b4679cde27a16ba60f1ff8ec1d502a6d681 (patch) | |
tree | b5115745ec78ebf91c1abf2bc9ae42e56028d2e4 /ld/ChangeLog | |
parent | d66198e1a79726cf2c4eac8cb9e9b25b40a928e6 (diff) | |
download | gdb-67010b4679cde27a16ba60f1ff8ec1d502a6d681.zip gdb-67010b4679cde27a16ba60f1ff8ec1d502a6d681.tar.gz gdb-67010b4679cde27a16ba60f1ff8ec1d502a6d681.tar.bz2 |
Add EXTERN references to __ctbpm __gp and __ep.
Define TEMPLATE_NAME.
Revert bogus change to ldexp.c
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f097310..4a3abd9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,8 +1,8 @@ 2002-09-02 Nick Clifton <nickc@redhat.com> - * ldexp.c (exp_fold_tree): If the first attempt to lookup a - PROVIDEd symbol fails, look it up again, but this time with - the 'create' flag set. + * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and + __ep. + * emulparams/v850.sh (TEMPLATE_NAME): Define. 2002-08-30 Nick Clifton <nickc@redhat.com> |