If the patch is ok, could some maintainer add it to trunk?
Regards,
Leif Ekblad
----- Original Message -----
From: "Richard Biener" <[email protected]>
To: "Uros Bizjak" <[email protected]>
Cc: "Leif Ekblad" <[email protected]>; <[email protected]>; "H.J. Lu"
<[email protected]>; "Jakub Jelinek" <[email protected]>
Sent: Wednesday, January 09, 2013 9:37 AM
Subject: 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 <[email protected]> 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.