lkml.org 
[lkml]   [2009]   [Feb]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 08/11] x86: use asm .macro instead of cpp #define in entry_32.S
Tejun Heo wrote:
> Hmm... I originally did the conversion because I had some .if trick in
> SAVE_ALL which got removed later. Even after the removal, it
> generally looked like a good idea as x86_64 asm was primarily using
> .macro too. I do like being able to see the post-processing output of
> cpp too but for assembler disassembling the output often seem to give
> enough clue,
That's assuming that the file assembles. But if you're trying to
assemble and the best error the assembler comes up with is "bad operand"
on the line where you're using the macro, its extremely frustrating
trying to work out where the problem actually lies.
J


\
 
 \ /
  Last update: 2009-02-10 02:21    [from the cache]
©2003-2011 Jasper Spaans