RE: [PATCH] [ARC] Pass along -mcode-density flag to the assembler

2019-09-05 Thread Claudiu Zissulescu
t; Francois Bedard > Subject: [PATCH] [ARC] Pass along -mcode-density flag to the assembler > > From: Shahab Vahedi > > This change makes sure that if the driver is invoked with > "-mcode-density" flag, then the assembler will receive it > too. > > gcc/ > 2

[PATCH] [ARC] Pass along -mcode-density flag to the assembler

2019-09-03 Thread Shahab Vahedi
From: Shahab Vahedi This change makes sure that if the driver is invoked with "-mcode-density" flag, then the assembler will receive it too. gcc/ 2019-09-03 Sahahb Vahedi * config/arc/arc.h (ASM_SPEC): pass -mcode-density * gcc.target/arc/code-density-flag.c: New test.