Commit ChangeLog entries 2000-01-13 Nathan Sidwell <sidwell@codesourcery.com> corresp...
authorNathan Sidwell <nathan@gcc.gnu.org>
Fri, 14 Jan 2000 11:22:56 +0000 (11:22 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 14 Jan 2000 11:22:56 +0000 (11:22 +0000)
Commit ChangeLog entries 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
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

gcc/ChangeLog
gcc/cp/ChangeLog

index dc1cb6c419825cb9a04f499ff3b9b56214a0b710..4273ff8c18c2e3e2ae3be51477feac11c4912e01 100644 (file)
@@ -111,6 +111,13 @@ Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
 
+2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
+
+       * 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  <m.hayes@elec.canterbury.ac.nz>
 
        * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
index d9cb4fe11af9af00e8e7a38c03fe9ce840caf346..240aa069b09521f6d13634398695162190d68787 100644 (file)
 
        * call.c: If GATHER_STATISTICS, declare `n_build_method_call'.
 
+2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
+
+       * 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  <mark@codesourcery.com>
 
        * decl.c (start_cleanup_fn): Call pushdecl.