Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47432
b: refs/heads/master
c: 3813561
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 11, 2007
1 parent ea413e1 commit e98f2a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fabb626ad6a3744b9f0eaae215a2418d521c1e14
refs/heads/master: 38135614ddef4de16d5cdf03c2717e88b97dd2ab
15 changes: 15 additions & 0 deletions trunk/include/asm-m68k/math-emu.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,21 @@ extern unsigned int fp_debugprint;
.previous
.endm

/* work around binutils idiocy */
old_gas=-1
.irp gas_ident.x .x
old_gas=old_gas+1
.endr
.if !old_gas
.irp m b,w,l
.macro getuser.\m src,dest,label,addr
getuser .\m,\src,\dest,\label,\addr
.endm
.macro putuser.\m src,dest,label,addr
putuser .\m,\src,\dest,\label,\addr
.endm
.endr
.endif

.macro movestack nr,arg1,arg2,arg3,arg4,arg5
.if \nr
Expand Down

0 comments on commit e98f2a7

Please sign in to comment.