]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove SLOW_SHORT_ACCESS from target headers
authorAndrew Pinski <apinski@marvell.com>
Thu, 10 Nov 2022 01:11:43 +0000 (01:11 +0000)
committerAndrew Pinski <apinski@marvell.com>
Thu, 10 Nov 2022 16:25:33 +0000 (16:25 +0000)
commite15d70e647c500948c1fbc96d460c04fda6e6cd8
tree2e3e569b01c91d23e8535a171f31b65e72c52ec1
parentb4fc06d8c9091166a7404ca1dbeb7c197263de94
Remove SLOW_SHORT_ACCESS from target headers

SLOW_SHORT_ACCESS is defined in bfin and i386 target
headers but the target macro is not used elsewhere.
So let's remove it from those two headers and poison it.

OK? Built x86_64-linux-gnu and bfin-elf.

gcc/ChangeLog:

* config/bfin/bfin.h (SLOW_SHORT_ACCESS): Delete.
* config/i386/i386.h (SLOW_SHORT_ACCESS): Delete.
* system.h: Poison SLOW_SHORT_ACCESS
gcc/config/bfin/bfin.h
gcc/config/i386/i386.h
gcc/system.h