[PATCH] ARC: Add multilib support for linux targets

2018-05-16 Thread Alexey Brodkin
for multilib in case of configuration for "arc*-*-linux*". This will be essentially useful for glibc-based multilibbbed toolchains in the future. gcc/ 2018-05-16 Alexey Brodkin <abrod...@synopsys.com> * config.gcc: Add arc/t-multilib-linux to tmake_file for

[PATCH] [ARC] Fix stack usage info for naked functions.

2018-04-06 Thread Alexey Brodkin
ught in U-Boot here: https://lists.denx.de/pipermail/u-boot/2018-March/324325.html The same fix was done earlier for ARM, see: "config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0 " https://github.com/gcc-mirror/gcc/commit/023a7c5dd37 gcc/ 2018-04-06 Alexey Brodkin <abrod

[PATCH] [ARC] Fix generation of specs

2018-09-13 Thread Alexey Brodkin
With no trailing space in LINK_EH_SPEC linker spec gets generated as: >8- %{!r:--build-id} --eh-frame-hdr%{h*} ... >8- or even worse if hash style is added: >8-

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

2018-09-13 Thread Alexey Brodkin
Hi Claus, On Thu, 2018-09-13 at 09:59 +0200, Claudiu Zissulescu wrote: > The patch is missing the entry change log. Otherwise is ok. I'll push it with > the mentioned changes. Thanks for taking care. Also may we have it back-ported to 8.x branch so it will be a part of 8.3 release later?

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

2020-03-31 Thread Alexey Brodkin via Gcc-patches
Hi Claus, > -Original Message- > From: linux-snps-arc On Behalf > Of Claudiu Zissulescu > Ianculescu > Sent: Tuesday, March 31, 2020 1:07 PM > To: Vineet Gupta > Cc: linux-snps-...@lists.infradead.org; gcc-patches@gcc.gnu.org; Claudiu > Zissulescu > > Subject: Re: [PATCH] [ARC] Allow