Mail Archives: djgpp/1997/10/18/22:33:29
From: | s369kr AT mik DOT uky DOT edu (sumathi muthukkumar)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | M68K CrossCompiler (The case of missing subroutines)
|
Date: | 15 Oct 1997 17:51:09 GMT
|
Organization: | University of Kentucky Computing Services
|
Lines: | 29
|
Message-ID: | <622vqd$dp$1@service3.uky.edu>
|
NNTP-Posting-Host: | nx24.mik.uky.edu
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Hello Ppl,
I've DJGPP cross compiler (gcc) for m68k processor (which Im using to
generate asm code for MC68306 proc (100% code compatible with m68k). So
far so good. Problem is whenever I try to use divide, multiply, and mod
operations in my .c code, gcc gives me an assembly code without the
asm code for above operations (i.e there R only bsr instructions to
following subroutines :
uldiv
adddf3
divdf3
fixunsdfsi
floatsidf
negdf2
subdf2
etc..etc...
What do I do ? Will I have to write the asm code for above functions and
integrate it with the present gcc or R these available with somebody...?
HAny help in the form of info, links and pointers most welcome.
Please also note that Im using a friends account for posting this, so
kindly send mails to : funduboy AT cdac DOT ernet DOT in
Thanx for Ur time and patience,
---Fundu
- Raw text -