News entry for ARC
Hi Gerald, I would like to add the following entry to GCC7.x release notes: ARC * Add support for ARC HS and ARC EM processors. * Add support for ARC EM variation found in Intel QuarkSE SoCs. * Add support for NPS400 ARC700 based cpus. * Thread Local Storage is now supported by ARC cpus. * Fix errors for ARC600 when using 32x16 multiplier option. * Fix PIE for ARC cpus. * New cpu templates are supported via multilib. What will be the advisable way to have it in? Thank you, Claudiu
Re: News entry for ARC
On 03/22/2017 04:07 PM, Claudiu Zissulescu wrote: > Hi Gerald, > > I would like to add the following entry to GCC7.x release notes: > > ARC > * Add support for ARC HS and ARC EM processors. > * Add support for ARC EM variation found in Intel QuarkSE SoCs. > * Add support for NPS400 ARC700 based cpus. > * Thread Local Storage is now supported by ARC cpus. > * Fix errors for ARC600 when using 32x16 multiplier option. > * Fix PIE for ARC cpus. > * New cpu templates are supported via multilib. > > What will be the advisable way to have it in? > > Thank you, > Claudiu > Hi. You need to checkout CVS repository [1], modify files, create a patch. Send it to gcc-patches mailing list (with '[wwwdocs]' title) and someone will approve the changes. Martin [1] https://gcc.gnu.org/about.html
RE: News entry for ARC
> You need to checkout CVS repository [1], modify files, create a patch. > Send it to gcc-patches mailing list (with '[wwwdocs]' title) and someone > will approve the changes. > > Martin Sent to gcc-patches. Thank you for your quick answer, Claudiu