]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/xtensa/xtensa.cc
xtensa: Check DF availability before use
authorTakayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
Thu, 29 Dec 2022 12:14:33 +0000 (21:14 +0900)
committerMax Filippov <jcmvbkbc@gmail.com>
Thu, 29 Dec 2022 15:04:25 +0000 (07:04 -0800)
commit65fed695f7b2eb99dfd679fbdfcf510104de2fb8
tree7e0d5061b96ced60cf64f5716e562f7f17daf0dd
parent9b111debbfb79a0aa01091c8b1936b05a11ffcf9
xtensa: Check DF availability before use

Perhaps no problem, but for safety.

gcc/ChangeLog:

* config/xtensa/xtensa.cc (xtensa_expand_prologue): Fix to check
DF availability before use of DF_* macros.
gcc/config/xtensa/xtensa.cc