Re: [PATCH RX] Added target specific macros for macros for RX100, RX200, and RX600

2013-06-05 Thread Chung-Ju Wu
2013/6/5 Sandeep Kumar Singh : > Hi Chung-Ju Wu, > > Thanks for your help. Suggested changes has been committed. > > Regards, > Sandeep Kumar Singh, > KPIT Cummins InfoSystems Ltd. > Pune, India > > Oops~ I should have said that my suggested changes still require Gerald's approval. Gerald is web p

RE: [PATCH RX] Added target specific macros for macros for RX100, RX200, and RX600

2013-06-05 Thread Sandeep Kumar Singh
Kumar Singh > Cc: Gerald Pfeifer; gcc-patches@gcc.gnu.org; Kaushik Phatak > Subject: Re: [PATCH RX] Added target specific macros for macros for RX100, > RX200, and RX600 > > 2013/6/3 Sandeep Kumar Singh : > > Hi Gerald, > > > > Below is the update to mention

Re: [PATCH RX] Added target specific macros for macros for RX100, RX200, and RX600

2013-06-03 Thread Chung-Ju Wu
2013/6/3 Sandeep Kumar Singh : > Hi Gerald, > > Below is the update to mention under changes link on GCC website. > > RX > The port now allows to specify the RX100, RX200, and RX600 processors > with the command > line options -mcpu=rx100, -mcpu=rx200 and -mcpu=rx600 > > This updat

RE: [PATCH RX] Added target specific macros for macros for RX100, RX200, and RX600

2013-06-03 Thread Sandeep Kumar Singh
e 02, 2013 11:50 PM > To: Sandeep Kumar Singh > Cc: gcc-patches@gcc.gnu.org; Kaushik Phatak > Subject: Re: [PATCH RX] Added target specific macros for macros for RX100, > RX200, and RX600 > > On Thu, 2 May 2013, Sandeep Kumar Singh wrote: > > 2013-05-02

Re: [PATCH RX] Added target specific macros for macros for RX100, RX200, and RX600

2013-06-02 Thread Gerald Pfeifer
On Thu, 2 May 2013, Sandeep Kumar Singh wrote: > 2013-05-02 Sandeep Kumar Singh > > * rx/rx.h (TARGET_CPU_CPP_BUILTINS): Add macros for RX100, RX200, and > RX600. > * rx/rx.opt: Add macro for rx100 with string rx100 and value RX100. > * rx/rx-opts.h (rx_cpu_types): Add new c

[PATCH RX] Added target specific macros for macros for RX100, RX200, and RX600

2013-05-02 Thread Sandeep Kumar Singh
Hi, Please find the attached patch to add specific macros related to targets. The current RX port does not contain specific macros related to targets. For the compiler option "-mcpu=name", the valid names are rx600, rx200 and rx610. RX610 was first target supported, so this macro may have been ad