*** empty log message ***
From-SVN: r492
This commit is contained in:
parent
cdbac087e8
commit
7fa6c9fed2
@ -144,6 +144,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
/* Defines to be able to build libgcc.a with GCC. */
|
/* Defines to be able to build libgcc.a with GCC. */
|
||||||
|
|
||||||
|
/* It might seem that these are not important, since gcc 2 will never
|
||||||
|
call libgcc for these functions. But programs might be linked with
|
||||||
|
code compiled by gcc 1, and then these will be used. */
|
||||||
|
|
||||||
#define perform_udivsi3(a,b) \
|
#define perform_udivsi3(a,b) \
|
||||||
{ \
|
{ \
|
||||||
register int dx asm("dx"); \
|
register int dx asm("dx"); \
|
||||||
|
Loading…
Reference in New Issue
Block a user