OSDN Git Service

* Makefile.in (LIB2FUNCS_EH): Define. Just "_eh" for now.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jun 1998 10:34:59 +0000 (10:34 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jun 1998 10:34:59 +0000 (10:34 +0000)
commita69e7f5ff47630fa644c9fb2694d0c10b9767b44
tree0bb9aac28ef6c3f577b92f66cc8c9118200f0464
parent9a722f137d6709600a8e746ef839082bd5b0afb8
    * Makefile.in (LIB2FUNCS_EH): Define.  Just "_eh" for now.
        (LIBGCC2_CFLAGS): Remove -fexceptions.
        (LIB2FUNCS): Remove "_eh".
        (libgcc2.a): Iterate over LIB2FUNCS_EH and build everything in
        it with -fexceptions.
        * Makefile.in (local-alloc.o): Depend on insn-attr.h.
        * local-alloc.c (block_alloc): Avoid creating false
        dependencies for targets which use instruction scheduling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20370 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/local-alloc.c