Commit efb6037d authored by bernds's avatar bernds
Browse files

Add the FRV port

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56029 138bc75d-0d04-0410-961f-82ee72b054a4
parent 3112c36a
float __ulltof (unsigned long long a)
{
return a;
}
unsigned int __umodi (unsigned int a, unsigned int b)
{
return a % b;
}
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment