public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PING 2] [Patch RX] Add assembler option "-mcu" for generating assembler
@ 2013-07-31  6:49 Sandeep Kumar Singh
  0 siblings, 0 replies; only message in thread
From: Sandeep Kumar Singh @ 2013-07-31  6:49 UTC (permalink / raw)
  To: gcc-patches; +Cc: nickc, Kaushik Phatak

Hi,

Please find the patch to add assembler option "-mcu" for generating assembler
error messages when target not supporting hardware FPU were seeing FPU code,
namely RX100 and RX200.

KPIT has recently submitted a patch to add warnings of RX variants that do not
have hardware FPU support,
http://www.sourceware.org/ml/binutils/2013-07/msg00085.html

Index: gcc/config/rx/rx.h
===================================================================
--- gcc/config/rx/rx.h.orig	2013-07-18 18:03:11.000000000 +0530
+++ gcc/config/rx/rx.h	2013-07-11 14:57:17.000000000 +0530
@@ -101,6 +101,7 @@
 %{mpid} \
 %{mint-register=*} \
 %{mgcc-abi:-mgcc-abi} %{!mgcc-abi:-mrx-abi} \
+%{mcpu=*} \
 "
 
No regression found with this patch.

Please let me know if this is OK?


Regards,
Sandeep Kumar Singh,
KPIT Cummins InfoSystems Ltd.
Pune, India

gas/config:
2013-07-18  Sandeep Kumar Singh  <Sandeep.Singh2@kpitcummins.com>

        * rx.h: Add option -mcpu for target variants RX100 and RX200.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-31  6:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-31  6:49 [PING 2] [Patch RX] Add assembler option "-mcu" for generating assembler Sandeep Kumar Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).