https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89221

--- Comment #3 from uros at gcc dot gnu.org ---
Author: uros
Date: Mon May  6 14:58:57 2019
New Revision: 270914

URL: https://gcc.gnu.org/viewcvs?rev=270914&root=gcc&view=rev
Log:
        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.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/i386/i386-options.c
    trunk/gcc/config/i386/sol2.h
    trunk/gcc/configure
    trunk/gcc/configure.ac

Reply via email to