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] RTEMS/EPIPHANY: Add RTEMS support


On 01/05/2018 01:06 AM, Sebastian Huber wrote:
> On 04/01/18 18:37, Jeff Law wrote:
>> On 01/04/2018 01:51 AM, Sebastian Huber wrote:
>>> gcc/
>>>     config.gcc (epiphany-*-elf*): Add (epiphany-*-rtems*)
>>>     configuration.
>>>     config/epiphany/rtems.h: New file.
>>>
>>> libgcc/
>>>     config.host (epiphany-*-elf*): Add (epiphany-*-rtems*)
>>>     configuration.
>> Seems to me like this would fall maintainership of the RTEMS bits.  SO
>> you could self-approve.  I gave it a looksie and didn't see anything
>> objectionable.
> 
> I would like to back port this to GCC 7 before the GCC 7.3 release.
Contact Richi directly -- I believe he's in charge of the 7.3 release.

> 
>>
>>
>> You might consider not including dbxelf in tm_file.  I realize many
>> other targets include it, but embedded stabs is something we're really
>> like to get rid of.
> 
> For RTEMS we don't need this embedded stabs support at all, but I would
> like to stay as close to the *-*-elf configuration as possible. Would it
> make sense to deprecate the dbxelf in general?
That's certainly the direction things are going (deprecating embedded
stabs).  Having fewer ports that even include it makes it easier to pull
the trigger.

Your call.  It's not a huge deal.

jeff


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