grub/grub-core/gdb/i386
Vladimir Serbinenko 09bc0a577d With Apple assembly in .macro environvemnt you have to use $$ instead
of $. So introduce new preprocessor macro MACRO_DOLLAR(x) which expands
	to $$x on Apple and to $x on everything else.
2013-11-24 07:08:18 +01:00
..
idt.c
machdep.S With Apple assembly in .macro environvemnt you have to use $$ instead 2013-11-24 07:08:18 +01:00
signal.c