From: Nathan Sidwell Date: Fri, 14 Jan 2000 11:22:56 +0000 (+0000) Subject: Commit ChangeLog entries 2000-01-13 Nathan Sidwell corresp... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=084871173a84f1df50b98ff887e619f132272f7e;p=gcc.git Commit ChangeLog entries 2000-01-13 Nathan Sidwell corresponding to commit of configure.in 1.324... Commit ChangeLog entries 2000-01-13 Nathan Sidwell corresponding to commit of configure.in 1.324, acconfig.h 1.41, Makefile.in 1.364, cp/g++spec.c 1.19, cp/Make-lang.in 1.42 ChangeLog: * configure.in (--enable-new-gxx-abi): New option. * acconfig.h (ENABLE_NEW_GXX_ABI): New define. * Makefile.in (GXX_ABI_FLAG): New variable. * configure: Regenerate. cp/ChangeLog: * g++spec.c (lang_specific_driver): Add -fnew-abi if ENABLE_NEW_GXX_ABI defined. * Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o, opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o, opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch. From-SVN: r31411 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dc1cb6c4198..4273ff8c18c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -111,6 +111,13 @@ Thu Jan 13 16:03:06 2000 J"orn Rennecke * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS. +2000-01-13 Nathan Sidwell + + * configure.in (--enable-new-gxx-abi): New option. + * acconfig.h (ENABLE_NEW_GXX_ABI): New define. + * Makefile.in (GXX_ABI_FLAG): New variable. + * configure: Regenerate. + 2000-01-13 Michael Hayes * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d9cb4fe11af..240aa069b09 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -11,6 +11,14 @@ * call.c: If GATHER_STATISTICS, declare `n_build_method_call'. +2000-01-13 Nathan Sidwell + + * g++spec.c (lang_specific_driver): Add -fnew-abi if + ENABLE_NEW_GXX_ABI defined. + * Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o, + opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o, + opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch. + 2000-01-12 Mark Mitchell * decl.c (start_cleanup_fn): Call pushdecl.