This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: one more h8300 ld -r problem left
- To: joel dot sherrill at OARcorp dot com
- Subject: Re: one more h8300 ld -r problem left
- From: Nick Clifton <nickc at redhat dot com>
- Date: Thu, 2 Nov 2000 12:45:23 -0800
- CC: BINUTILS at sources dot redhat dot com
Hi Joel,
: A question though. Don't these script templates have the same problem?
:
: bash$ grep ctors_end * | grep -v RELOC
: h8500.sc: ___ctors_end = . ;
: h8500b.sc: ___ctors_end = . ;
: h8500c.sc: ___ctors_end = . ;
: h8500m.sc: ___ctors_end = . ;
: h8500s.sc: ___ctors_end = . ;
: pj.sc: ___ctors_end = . ;
: sh.sc: ___ctors_end = . ;
: w65.sc: ___ctors_end = . ;
Yes, in theory they should. In practice not all of them do. But it
certainly wouldn't hurt to fix them all.
Cheers
Nick