
Dear Gray Remlin,
In message 4CC06B1A.2070401@rocketmail.com you wrote:
HEAD is at commit c62491d2602b353a815a909e27eec0df9f2c06a2 Untested due to link error bug
What makes you think this is "illegal syntax" ?
gas seems to digest this just fine.
Which sort of tool chain are you using?
arch/arm/cpu/arm926ejs/start.S | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Hm, if you really want to fix this, then please fix all occurrences:
-> find arch/arm | xargs grep 'add r[0-9], r[0-9][^,]*$' arch/arm/cpu/arm1136/start.S: add r0, r9 /* r0 <- location to fix up in RAM */ arch/arm/cpu/arm1136/start.S: add r1, r9 /* r1 <- relocated sym addr */ arch/arm/cpu/arm926ejs/start.S: add r0, r9 /* r0 <- location to fix up in RAM */ arch/arm/cpu/arm926ejs/start.S: add r1, r9 /* r1 <- relocated sym addr */ arch/arm/cpu/armv7/start.S: add r0, r9 /* r0 <- location to fix up in RAM */ arch/arm/cpu/armv7/start.S: add r1, r9 /* r1 <- relocated sym addr */
Best regards,
Wolfgang Denk