RE: [PATCH] [ARC] update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments

2017-11-17 Thread Claudiu Zissulescu
Hi, > gcc/ > * config/arc/linux.h: GLIBC_DYNAMIC_LINKER update per glibc > upstreaming review comments > Accepted and committed. Thank you for your contribution, Claudiu ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org ht

RE: [PATCH] [ARC] update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments

2017-11-21 Thread Claudiu Zissulescu
Please also consider this for backporting as that is the gcc version in use by > glibc test harnesses ! > Backported to gcc7 branch. Cheers, Claudiu ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/l

RE: [LEDE-DEV] [PATCH] archs38: bump kernel to 4.14.

2018-01-29 Thread Claudiu Zissulescu
, if you see any issue with code gen (improvements/bugs), I would recommend you to send it over and I will spend some time in fixing them directly in the compiler. Cheers, Claudiu > -Original Message- > From: Alexey Brodkin > Sent: Monday, January 29, 2018 2:38 PM > To: Claudi

RE: uClibc-ng testsuite failures

2018-03-08 Thread Claudiu Zissulescu
Hi Waldemar, The GCC master branch can be broken from time to time, and this is the reason why we get a snapshot in our Synopsys git account for testing and stability. But once we get the gcc 8.x release, this shouldn't be the case, and you can use the official release with maybe some 1-2 extra

RE: [PATCH] [ARC] Fix generation of specs

2018-09-13 Thread Claudiu Zissulescu
> Cc: linux-snps-arc@lists.infradead.org; Alexey Brodkin > ; Andrew Burgess > ; Claudiu Zissulescu > > Subject: [PATCH] [ARC] Fix generation of specs > > With no trailing space in LINK_EH_SPEC linker spec gets generated as: > >8--

RE: [PATCH] [ARC]: core3 features are default for core4

2018-09-17 Thread Claudiu Zissulescu
Committed with the suggested mods. Thank you Andrew for your review, Claudiu From: Andrew Burgess [andrew.burg...@embecosm.com] Sent: Tuesday, September 11, 2018 5:23 PM To: Vineet Gupta Cc: claudiu.zissule...@synopsys.com; gcc-patc...@gcc.gnu.org; linux-s

RE: [PATCH] [ARC]: Enable init_array support

2019-01-29 Thread Claudiu Zissulescu
2019-xx-xx Vineet Gupta * gcc/config.gcc: Force .init_array for ARC Signed-off-by: Vineet Gupta --- Hi, Thank you for your contribution. I'll push it asap. Cheers, Claudiu ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.or

RE: [PATCH] [ARC] don't force _init/_fini as DT_INIT/DT_FINI

2019-02-04 Thread Claudiu Zissulescu
Hi, > bfd/ > 2019-02-01 Vineet Gupta > >* elf32-arc.c: Delete init_str, fini_str > > ld/ > 2019-02-01 Vineet Gupta > >* emultempl/arclinux.em : Delete special INIT/FINI handling. > > Signed-off-by: Vineet Gupta It looks good. I will push it asap. Thank you

RE: [PATCH] [ARC] Fix logic set UNALIGNED_ACCESS

2019-03-06 Thread Claudiu Zissulescu
Pushed. Thank you Andrew for your review. //Claudiu From: Andrew Burgess [andrew.burg...@embecosm.com] Sent: Friday, March 01, 2019 11:07 AM To: Vineet Gupta Cc: gcc-patc...@gcc.gnu.org; Claudiu Zissulescu; linux-snps-arc@lists.infradead.org; Claudiu

Re: [PATCH] [ARC] PR 88409: miscompilation due to missing cc clobber in longlong.h macros

2019-04-03 Thread Claudiu Zissulescu
Pushed, thank you for your contribution, Claudiu On Tue, Apr 2, 2019 at 9:27 PM Vineet Gupta wrote: > > simple test such as below was failing. > > | void main(int argc, char *argv[]) > | { > |size_t total_time = 115424; // expected 115.424 > |double secs = (double)to

Re: [PATCH] [ARC] PR 88409: miscompilation due to missing cc clobber in longlong.h macros

2019-04-09 Thread Claudiu Zissulescu
Done. On Wed, Apr 3, 2019 at 8:28 PM Vineet Gupta wrote: > > On 4/3/19 2:53 AM, Claudiu Zissulescu wrote: > > Pushed, thank you for your contribution, > > Claudiu > > Thx, can this be backported to gcc-8-stable please which is what glibc folks > use > for testing

RE: ARC Assembler: bundle_align_mode directive support

2019-06-19 Thread Claudiu Zissulescu
> > And x86 static calls implementation uses '.bundle_align_mode' directive > too. > > Ok then we have a case for pushing for this feature in tools ! Still, I cannot understand how you want to use bundle_align_mode without the align directive. ___ l

Re: [PATCH] [ARC] Add builtins for identifying floating point support

2019-11-06 Thread Claudiu Zissulescu
Ok, I'll push it asap. Thank you for your help, Claudiu On Tue, Nov 5, 2019 at 8:19 PM Vineet Gupta wrote: > > Currently for hard float we need to check for > __ARC_FPU_SP__ || __ARC_FPU_DP__ and for soft float inverse of that. > So define single convenience macros for either cases > > gcc/ > x

RE: [PATCH] PR 92846: [ARC] generate signaling FDCMPF for hard float comparisons

2019-12-10 Thread Claudiu Zissulescu
> To: gcc-patc...@gcc.gnu.org > Cc: Claudiu Zissulescu ; > andrew.burg...@embecosm.com; linux-snps-arc@lists.infradead.org; > Vineet Gupta > Subject: [PATCH] PR 92846: [ARC] generate signaling FDCMPF for hard float > comparisons > > ARC gcc generates FDCMP instructions which raises

Re: [PATCH] PR 92846: [ARC] generate signaling FDCMPF for hard float comparisons

2019-12-12 Thread Claudiu Zissulescu Ianculescu
Pushed. Thank you for your contribution, Claudiu On Wed, Dec 11, 2019 at 12:47 AM Vineet Gupta wrote: > > On 12/10/19 1:12 AM, Claudiu Zissulescu wrote: > > Hi, > > > > Thank you for your contribution, I'll push it asap. As far as I understand, > > you need

Re: [PATCH] [ARC] Allow more ABIs in GLIBC_DYNAMIC_LINKER

2020-03-31 Thread Claudiu Zissulescu Ianculescu
Pushed. Thank you, Claudiu On Sun, Mar 29, 2020 at 2:05 AM Vineet Gupta via Gcc-patches wrote: > > Enable big-endian suffixed dynamic linker per glibc multi-abi support. > > And to avoid a future churn and version pairingi hassles, also allow > arc700 although glibc for ARC currently doesn't sup

Re: [RFC] ARC: initial ftrace support

2020-04-02 Thread Claudiu Zissulescu Ianculescu
Hi, ARC-gcc has two modes to call the mcount routines. When using elf32 configuration, the toolchain is set to use newlib mcount. When configured for linux, gcc toolchain is using a library call to _mcall (single underscore) having blink as input argument. So, using the proper linux toolchain, yo

Re: [PATCH] [ARC] Allow more ABIs in GLIBC_DYNAMIC_LINKER

2020-04-10 Thread Claudiu Zissulescu Ianculescu
Done. Thank you for your support, Claudiu On Thu, Apr 9, 2020 at 2:38 AM Vineet Gupta wrote: > > Hi Claudiu, > > For glibc needs can this be backported to gcc-9 please ! > > Thx, > -Vineet > > On 3/31/20 3:06 AM, Claudiu Zissulescu Ianculescu wrote: > > Pushe