On 04/21/2015 07:24 AM, tbsaunde+...@tbsaunde.org wrote:
From: Trevor Saunders <tbsaunde+...@tbsaunde.org>

gcc/ChangeLog:

2015-04-21  Trevor Saunders  <tbsaunde+...@tbsaunde.org>

        * conditions.h: Define macros even if HAVE_cc0 is undefined.
        * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
        * final.c: Likewise.
        * jump.c: Likewise.
        * recog.c: Likewise.
        * recog.h: Declare functions even when HAVE_cc0 is undefined.
        * sched-deps.c (sched_analyze_2): Always compile case for cc0.
OK. Note for anyone else reading at home, some of the functions being unconditionally compiled now already had unconditional prototypes in the header files. So not everything needed a .h file change.

jeff

Reply via email to