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/scripttempl | |
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/scripttempl')
-rw-r--r-- | ld/scripttempl/v850.sc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc index 8958321..18ba03a 100644 --- a/ld/scripttempl/v850.sc +++ b/ld/scripttempl/v850.sc @@ -4,6 +4,7 @@ OUTPUT_FORMAT("elf32-v850", "elf32-v850", OUTPUT_ARCH(v850) ENTRY(_start) SEARCH_DIR(.); +EXTERN(__ctbp __ep __gp); SECTIONS { /* This saves a little space in the ELF file, since the zda starts |