]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Darwin, X86] Backport fix for .ident tests.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 8 Sep 2019 19:32:43 +0000 (19:32 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 8 Sep 2019 19:32:43 +0000 (19:32 +0000)
commitf57249e39c085d3978e1de089de049028b1a56a4
treecdeb4a7c8673f1f2698057b955c3f82e9a2c667c
parent0f0a929b08c9b0779ef6bfd1b6d00e956f7ffa1c
[Darwin, X86] Backport fix for .ident tests.

The c-c++-common tests fail (or XPASS depending on which) on Darwin
because if doesn't emit a.ident marker. For X86 Darwin, this is a
trivial oversight; the assembler supports the directive. We can
therefore use the default target hook there.

2019-09-08  Iain Sandoe  <iain@sandoe.co.uk>

Backport from mainline
2018-12-23  Iain Sandoe  <iain@sandoe.co.uk>

* config/i386/darwin.h (TARGET_ASM_OUTPUT_IDENT): New.

From-SVN: r275494
gcc/ChangeLog
gcc/config/i386/darwin.h