]> git.ipfire.org Git - thirdparty/grub.git/commit
With Apple assembly in .macro environvemnt you have to use $$ instead
authorVladimir Serbinenko <phcoder@gmail.com>
Sun, 24 Nov 2013 04:55:47 +0000 (05:55 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sun, 24 Nov 2013 06:08:18 +0000 (07:08 +0100)
commit09bc0a577d3d8012f55db800bce552f6b7229f11
tree85c8006800e6ae386e4c3e464a7569753834474c
parentb700a427d2e59781310557d296f095cba512dfe9
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.
ChangeLog
grub-core/boot/i386/pc/boot.S
grub-core/gdb/i386/machdep.S
include/grub/symbol.h