[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: symbol.h fix for ARM
From: |
Marco Gerards |
Subject: |
Re: symbol.h fix for ARM |
Date: |
Sun, 13 Nov 2005 22:32:37 +0100 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Timothy Baldwin <address@hidden> writes:
> On Sunday 13 Nov 2005 21:04, Marco Gerards wrote:
>> Timothy Baldwin <address@hidden> writes:
>> > In ARM GAS syntax "@" marks the start of comment, which breaks symbol.h.
>> > I choose double quotes as a replacement as they can't be used to start
>> > comments.
>> >
>> > 2005-11-13 Timothy Baldwin <address@hidden>
>> >
>> > Fix symbol.h for ARM.
>> >
>> > * include/grub/symbol.h: (FUNCTION): Use double quotes
>> > instead of "@" which marks the start of a comment on ARM.
>> > (VARIABLE): Likewise.
>>
>> Have you tested if other archs keep working with this patch applied?
>
> Tested both i386 and PowerPC. I don't see why it should break elsewhere as
> giving double quotes a conflicting meaning would break .string etc. The GAS
> manual does not mention any system dependences.
Cool. I'll apply this patch right away.
--
Marco