Re: [PATCH] Silence gas warning about "*"

2000-05-29 Thread OKUJI Yoshinori
From: Alan Modra <[EMAIL PROTECTED]> Subject: Re: [PATCH] Silence gas warning about "*" Date: Tue, 30 May 2000 15:36:35 +1000 (EST) > from required syntax. However, it's dangerous to do this without giving a > warning, as code not meeting simple syntax rules indicat

Re: [PATCH] Silence gas warning about "*"

2000-05-29 Thread Alan Modra
On Tue, 30 May 2000, OKUJI Yoshinori wrote: > For binutils developers: Why does newer GAS warn formats like "lcall > (%edi)"? AFAIK, binutils-2.9.1 only supports such formats and it fails > when it encounters "lcall *(%edi)" or similar. I think it is > consistent with the other formats to prepend

Re: [PATCH] Silence gas warning about "*"

2000-05-29 Thread OKUJI Yoshinori
[I add binutils into "Cc:", since I have a question about binutils.] From: Chip Salzenberg <[EMAIL PROTECTED]> Subject: [PATCH] Silence gas warning about "*" Date: Mon, 29 May 2000 18:34:01 -0700 > 2000-05-29 Chip Salzenberg <[EMAIL PROTECTED]> > &

[PATCH] Silence gas warning about "*"

2000-05-29 Thread Chip Salzenberg
2000-05-29 Chip Salzenberg <[EMAIL PROTECTED]> * netboot/pci.c (bios32_service, pcibios_{read,write}_config_{byte,word,dword}, check_pcibios): Use '*' punctuation in lcall instructions, per gas warnings. * stage2/asm.S: Likewise for ljmp instructions. Index: net