| To: | Juan Quintela <quintela@mandrakesoft.com> |
|---|---|
| Subject: | Re: [PATCH]: fix compiler warnings in the math-emulator |
| From: | "Maciej W. Rozycki" <macro@ds2.pg.gda.pl> |
| Date: | Thu, 19 Dec 2002 12:44:08 +0100 (MET) |
| Cc: | linux mips mailing list <linux-mips@linux-mips.org>, Ralf Baechle <ralf@linux-mips.org> |
| In-reply-to: | <m2el8fnf36.fsf@demo.mitica> |
| Organization: | Technical University of Gdansk |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | "Maciej W. Rozycki" <macro@ds2.pg.gda.pl> |
| Sender: | linux-mips-bounce@linux-mips.org |
On 18 Dec 2002, Juan Quintela wrote: > maciej> A few warnings are unavoidable -- e.g. there is no way to shut up gas > maciej> complaining about macros expanding into multiple instructions in > branch > maciej> delay slots. Too bad. > > I tried the > .set nowarn > and found it didn't work. There is no such gas directive, but perhaps it might be added as writing ".set nomacro" before every branch may be a nuisance and obfuscate the code unnecessarily. On the contrary ".set nowarn" should be fairly rare. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--------------------------------------------------------------+ + e-mail: macro@ds2.pg.gda.pl, PGP key available + |
| Previous by Date: | Re: [PATCH]: make prototype of printk available, Maciej W. Rozycki |
|---|---|
| Next by Date: | Re: [PATCH]: fix compiler warnings in the math-emulator, Maciej W. Rozycki |
| Previous by Thread: | Re: [PATCH]: fix compiler warnings in the math-emulator, Juan Quintela |
| Next by Thread: | Re: [PATCH]: fix compiler warnings in the math-emulator, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |