This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Adding target rdos to GCC


On Wed, 9 Jan 2013, Uros Bizjak wrote:

> On Tue, Jan 8, 2013 at 9:32 PM, Leif Ekblad <leif@rdos.net> wrote:
> > After some new suggestions from Uros, I've made a new diff.
> >
> >
> > Change log:
> > * config/gthr.m4: Added rdos thread header.
> > * gcc/config/i386/i386.c: Provided a way to define a default setting for
> > medium memory model and PIC using TARGET_RDOS define.
> > * gcc/config/i386/i386.h: Defined TARGET_RDOS macro. Defined default value
> > for large-data-threshold.
> > * gcc/config/i386/i386.md: Added r14 and r15 register names.
> > * gcc/config/i386/i386.opt: Changed initial value for large-data-threshold
> > to DEFAULT_LARGE_SECTION_THRESHOLD.
> > * gcc/config/i386/rdos.h: Common definitions for target rdos
> > * gcc/config/i386/rdos64.h: Specific definitions for 64-bit rdos target.
> > * gcc/config.gcc: Added rdos targets
> 
> Please use present tense in ChangeLog (see many other entries).
> 
> > Tested on target rdos and rdos32.
> 
> This is OK for mainline, but the patch needs explicit approval from
> Release Managers at this stage.

Ok with me.

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]