re PR target/89221 (--enable-frame-pointer does not work as intended)
commitfd661a34e53dd2b20ae5309b78960c171ff9a720
authorUros Bizjak <ubizjak@gmail.com>
Mon, 6 May 2019 14:58:57 +0000 (6 16:58 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 6 May 2019 14:58:57 +0000 (6 16:58 +0200)
tree5187e09f04b7c4287eccac337fd795fa56ccb05e
parent7c0b7150ed94c09d2d9cb1b149f6e2e8baa85864
re PR target/89221 (--enable-frame-pointer does not work as intended)

PR target/89221
* config.gcc (i[34567]86-*-*, x86_64-*-*): Move tests for enable_cld
and enable_frame_pointer ...
* configure.ac: ... here.  Update help strings for
--enable-frame-pointer.
* configure: Regenerate.
* config/i386/i386-options.c (ix86_option_override_internal): Remove
USE_X86_64_FRAME_POINTER define, use USE_IX86_FRAME_POINTER instead.
* config/i386/sol2.h (USE_IX86_FRAME_POINTER): Remove.
(USE_X86_64_FRAME_POINTER): Ditto.

From-SVN: r270914
gcc/ChangeLog
gcc/config.gcc
gcc/config/i386/i386-options.c
gcc/config/i386/sol2.h
gcc/configure
gcc/configure.ac