[ARC] Pass along -mcode-density flag to the assembler.
authorClaudiu Zissulescu <claziss@gmail.com>
Tue, 28 Jan 2020 11:59:34 +0000 (13:59 +0200)
committerClaudiu Zissulescu <claziss@gmail.com>
Tue, 28 Jan 2020 12:00:25 +0000 (14:00 +0200)
commit928605936939d4364b5019b2bdda63612fbc4fdb
treede19771717d9f5dc1cdb8dcc15cd78130ebf8b62
parent465c7c89e92a6d6d582173e505cb16dcb9873034
[ARC] Pass along -mcode-density flag to the assembler.

This change makes sure that if the driver is invoked with
"-mcode-density" flag, then the assembler will receive it too.

Note Claudiu Zissulescu:
This is an old patch of which I forgot to add the test.

testsuite/
2019-09-03  Sahahb Vahedi  <shahab@synopsys.com>

        * gcc.target/arc/code-density-flag.c: New test.
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arc/code-density-flag.c [new file with mode: 0644]