android_kernel_xiaomi_sm8350/include/asm-m68k
Al Viro 38135614dd [PATCH] m68k: work around binutils tokenizer change
Recent as(1) doesn't think that .  terminates a macro name, so getuser.l is
_not_ treated as invoking getuser with .l as the first argument.
arch/m68k/math-emu relies on old behaviour, so it gets a lot of undefined
macros with more or less current binutils.

Note that this behaviour remains in all recent versions and is unrelated to
another binutils problems we used to have for a while (having (%a0)+ parsed
as two arguments).  This one is there to stay; it's an intentional and
documented change.

.irp <identifier> <words>
[text]
.endr
expands to a copy of text per each word, with \<identifier> replaced with
corresponding word.  Again, what happens depends on whether gas_ident.x
is treated as one or as two tokens; in the former case we'll get old_gas
incremented once, in the latter - twice.  The rest is obvious.

Unlike .macro argument list _anything_ is explicitly allowed after
.irp <identifier>; here we are on very safe ground.  And yes, it does
work with all gas variants I've got here (including vanilla 2.15, 2.16,
2.16.1 and 2.17, plus debian and FC binutils).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-11 10:51:20 -08:00
..
a.out.h
adb_iop.h
adb.h
amigahw.h
amigaints.h
amigayle.h
amipcmcia.h
apollodma.h
apollohw.h
atafd.h
atafdreg.h
atari_acsi.h
atari_joystick.h
atari_SLM.h
atari_stdma.h IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
atari_stram.h
atarihw.h
atariints.h
atarikb.h
atomic.h
auxvec.h
bitops.h
blinken.h
bootinfo.h
bug.h
bugs.h
bvme6000hw.h
byteorder.h
cache.h
cachectl.h
cacheflush.h [PATCH] Optimize D-cache alias handling on fork 2006-12-13 09:27:08 -08:00
checksum.h [NET]: M68K checksum annotations and cleanups. 2006-12-02 21:23:07 -08:00
contregs.h
cputime.h
current.h
delay.h
device.h Driver core: add dev_archdata to struct device 2006-12-01 14:52:01 -08:00
div64.h
dma-mapping.h [PATCH] Pass struct dev pointer to dma_cache_sync() 2006-12-07 08:39:41 -08:00
dma.h
dsp56k.h
dvma.h
elf.h
emergency-restart.h
entry.h
errno.h
fbio.h
fcntl.h
floppy.h [PATCH] m68k pt_regs fixes 2006-10-07 10:51:14 -07:00
fpu.h
futex.h
hardirq.h
hp300hw.h
hw_irq.h
hwtest.h
ide.h IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
idprom.h
intersil.h
io.h
ioctl.h
ioctls.h
ipc.h
ipcbuf.h
irq_regs.h [PATCH] m68k pt_regs fixes, part 2 2006-10-08 12:32:35 -07:00
irq.h [PATCH] m68k pt_regs fixes 2006-10-07 10:51:14 -07:00
Kbuild
kmap_types.h
linkage.h
local.h
mac_asc.h
mac_baboon.h
mac_iop.h [PATCH] m68k pt_regs fixes 2006-10-07 10:51:14 -07:00
mac_mouse.h
mac_oss.h
mac_psc.h
mac_via.h
machdep.h IRQ: Use the new typedef for interrupt handler function pointers 2006-10-09 12:19:47 +01:00
machines.h
machw.h
macintosh.h
macints.h
math-emu.h [PATCH] m68k: work around binutils tokenizer change 2007-02-11 10:51:20 -08:00
mc146818rtc.h
md.h
mman.h
mmu_context.h
mmu.h
module.h
motorola_pgalloc.h
motorola_pgtable.h [PATCH] Standardize pxx_page macros 2006-09-26 08:48:51 -07:00
movs.h
msgbuf.h
mutex.h
mvme16xhw.h
mvme147hw.h
namei.h
nubus.h
openprom.h
oplib.h [SPARC]: Kill prom_getname, unused and not implemented properly. 2006-07-21 14:17:55 -07:00
page_offset.h
page.h [PATCH] Fix 'make headers_check' on ia64 2006-09-19 07:59:59 -07:00
param.h
parport.h
pci.h
percpu.h
pgalloc.h
pgtable.h
poll.h
posix_types.h
processor.h
ptrace.h
q40_master.h
q40ints.h
raw_io.h
resource.h
rtc.h fix file specification in comments 2006-10-03 23:01:26 +02:00
sbus.h
scatterlist.h
sections.h
segment.h
semaphore-helper.h
semaphore.h
sembuf.h
serial.h
setup.h [PATCH] cleanup asm/setup.h userspace visibility 2006-12-07 08:39:46 -08:00
shm.h
shmbuf.h
shmparam.h
sigcontext.h
siginfo.h
signal.h [PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h) 2006-10-08 12:32:36 -07:00
socket.h
sockios.h
spinlock.h
stat.h
statfs.h
string.h [PATCH] m68k: cleanup string functions 2006-10-06 08:53:40 -07:00
sun3_pgalloc.h
sun3_pgtable.h
sun3-head.h [PATCH] Sun3: General updates 2006-12-09 09:41:18 -08:00
sun3ints.h [PATCH] Sun3: General updates 2006-12-09 09:41:18 -08:00
sun3mmu.h [PATCH] sun3_ioremap() prototype 2006-10-15 11:00:58 -07:00
sun3x.h
sun3xflop.h [PATCH] m68k pt_regs fixes 2006-10-07 10:51:14 -07:00
sun3xprom.h
suspend.h
system.h [PATCH] m68k: small system.h cleanup 2006-10-06 08:53:41 -07:00
termbits.h [PATCH] tty: preparatory structures for termios revamp 2006-12-08 08:28:56 -08:00
termios.h
thread_info.h
timex.h
tlb.h
tlbflush.h
topology.h
traps.h
types.h
uaccess.h [PATCH] m68k: uaccess.h needs sched.h 2007-01-30 08:26:45 -08:00
ucontext.h
unaligned.h
unistd.h [PATCH] remove kernel syscalls 2006-12-07 08:39:37 -08:00
user.h [PATCH] m68k: fix NBPG define 2006-10-06 08:53:41 -07:00
virtconvert.h
xor.h
zorro.h