This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16932] Compilation error for sh-coff-gcc little endian target


------- Additional Comments From wilson at specifixinc dot com  2004-08-14 01:45 -------
Subject: Re:  Compilation error for sh-coff-gcc little endian
 target

nitins2 at kpitcummins dot com wrote:
> Can anybody guide me on how to fix above mentioned bug ?
> I am able to compile same code for little endian targets -m4/-m4-single/-m4-
> single-only.

Use -v and/or -Wl,--verbose to make sure the link command line is OK, 
and that the right libgcc is being linked in.

Use objdump and/or nm to look at libgcc to make sure it is OK.

Look at the gcc sources to see where __ashiftrt_r4_20 is defined, and go 
forwards from there to make sure it ended up in libgcc.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16932


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]