- 18 May, 1998 7 commits
-
-
From-SVN: r19831
Jason Merrill committed -
From-SVN: r19830
Jason Merrill committed -
From-SVN: r19829
Martin v. Löwis committed -
* Makefile.in (TARGET_TOOLPREFIX): No longer define. (AR_FOR_TARGET, RANLIB_FOR_TARGET): Define to use versions in the build tree if they exist. (AR, AR_FLAGS, OLDAR, OLDAR_FLAGS, RANLIB, RANLIB_TEST): Update appropriately. (objdir): Let configure substitute value. (FLOAT_H): Let configure select a pre-built version from the config subdir. * build-make (INSTALL_TARGET, ALL): Disable, no longer needed. * configure.in: Substitute for objdir. * cp/Makefile.in (program_transform_name, objdir): Define. From-SVN: r19828
Jeffrey A Law committed -
* Makefile.in (build_canonical, host_canonical): Let configure substitute values for these variables. * configure.in: Substitute for build_canonical, host_canonical and target_subdir in generated Makefile. From-SVN: r19827
Jeffrey A Law committed -
* output.h (find_basic_blocks): Declare. (free_basic_block_vars, set_block_num, life_analysis): Likewise. From-SVN: r19826
Jeffrey A Law committed -
* Makefile.in (BISON): Use bison from the build tree if it exists. (FLEX): Similarly. From-SVN: r19825
Jeffrey A Law committed
-
- 17 May, 1998 14 commits
-
-
* gcc.c (SWITCH_CURTAILS_COMPILATION): Definition. (DEFAULT_SWITCH_CURTAILS_COMPILATION): True for options -S and -c. (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan command line arguments to see if an executable is not being created, and if so - do not append the suffix. * tm.texi (SWITCH_CURTAILS_COMPILATION): Add description of new driver macro. From-SVN: r19824
Nick Clifton committed -
* i386.h (ALIGN_DFmode): Delete. (CONSTANT_ALIGNMENT): Define. * varasm.c (force_const_mem): Use it. From-SVN: r19823
John Wehle committed -
From-SVN: r19822
Richard Henderson committed -
with the Alpha/NetBSD patch. From-SVN: r19821
Richard Henderson committed -
* typeck.c (type_unknown_p): Return true for TREE_LIST also. * call.c (build_method_call): Use TYPE_MAIN_VARIANT on typedefs. * call.c (build_scoped_method_call): Likewise. From-SVN: r19820
Jason Merrill committed -
init.c (build_new_1): Call suspend_momentary around the creation of values that must be saved for... * init.c (build_new_1): Call suspend_momentary around the creation of values that must be saved for exception handling. * parse.y (.build_new_placement): New non-terminal. (unary_expr, new_placement): Use it. * parse.c: Regenerated. From-SVN: r19819
Mark Mitchell committed -
* alias.c (mode_alias_check): Delete. (true_dependence, anti_dependence, output_dependence): Revert April 21 change. From-SVN: r19818
Jim Wilson committed -
From-SVN: r19817
Jason Merrill committed -
* decl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to compare old and new types. From-SVN: r19816
Jason Merrill committed -
* pt.c (tsubst): Make sure that BINFO_TYPE of new binfos is the canonical type. From-SVN: r19815
Jason Merrill committed -
From-SVN: r19814
Jason Merrill committed -
From-SVN: r19813
Kaveh Ghazi committed -
toplev.c (output_lang_identify): Enable prototype and definition. From-SVN: r19812
Krister Walfridsson committed -
From-SVN: r19810
Jeffrey A Law committed
-
- 16 May, 1998 5 commits
-
-
* alpha/osf.h (HAVE_STAMP_H): Define. * alpha.c: Use it. * alpha/netbsd.h, alpha/netbsd-elf.h: New files. * configure.in (alpha*-*-netbsd*): New. Based on patches from Paul H. Anderson <pha@pdq.com>. * configure.in (alpha*-*-linux-*): Kill xm_defines. (alpha*-*-linux-gnulibc1*) [fixincludes]: Define. * alpha/xm-linux.h: Remove file. From-SVN: r19809
Richard Henderson committed -
dbxout.c (dbxout_parms): If mode of type of parameter living in memory doesn't match mode of DECL_RTL... * dbxout.c (dbxout_parms): If mode of type of parameter living in memory doesn't match mode of DECL_RTL, make big endian correction. From-SVN: r19808
Doug Evans committed -
* config.table: Add line to set enable_shared in the Makefile as needed. From-SVN: r19805
Jeffrey A Law committed -
From-SVN: r19799
Jeff Law committed -
Tweak stuff, stuff2 rules. Sorry, Jason didn't provide any additional detail about this change. From-SVN: r19798
Jeff Law committed
-
- 15 May, 1998 14 commits
-
-
From-SVN: r19796
Jeff Law committed -
libiberty uses autoconf now. From-SVN: r19791
Jeff Law committed -
which included commits to RCS files with non-trunk default branches. From-SVN: r19790
Jeff Law committed -
* cplus-dem.c (cplus_demangle_opname): Initialize work. Bring over from devo. From-SVN: r19787
Peter Schauer committed -
From-SVN: r19786
John Wehle committed -
* decl.c (start_decl): Revert problem change. * Makefile.in (CONFLICTS): Fix. From-SVN: r19785
Jason Merrill committed -
P Fri May 15 15:34:02 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com> * decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits. g++/15618 From-SVN: r19784
Benjamin Kosnik committed -
� Fri May 15 15:34:02 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com> * decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits. g++/15618 From-SVN: r19783
Benjamin Kosnik committed -
From-SVN: r19782
Jason Merrill committed -
* tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros. * stor-layout.c (layout_record): Set it. * toplev.c (rest_of_compilation): Don't defer nested functions. From-SVN: r19781
Jason Merrill committed -
* config/rs6000/rs6000.c (rs6000_stack_info): Align the stack bottom to an 8-byte boundary if info_ptr->fpmem_p. From-SVN: r19780
Bob Manson committed -
* loop.c (basic_induction_var): Added test preventing CCmode parameter passed to convert_modes(). From-SVN: r19779
Bill Moyer committed -
* expr.c (expand_expr, case EXPR_WITH_FILE_LOCATION): Save/restore input_filename and lineno around expand_expr call. Set them to values in WFL before expand_expr call. From-SVN: r19778
Alexandre Petit-Bianco committed -
` Fri May 15 12:44:57 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com> * stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype. fixes g++/15561 From-SVN: r19777
Benjamin Kosnik committed
-