1. 25 Jun, 1998 9 commits
    • Warning fixes: · 296b8152
              * Makefile.in (xcoffout.o): Depend on toplev.h, output.h and dbxout.h.
              * config/fp-bit.c (_fpmul_parts): Move variables `x', `ylow',
              `yhigh' and `bit' into the scope in which they are used.
              (_fpdiv_parts): Remove unused variables `low', `high', `r0', `r1',
              `y0', `y1', `q', `remainder', `carry', `d0' and `d1'.
              * rs6000.c: Move include of output.h below tree.h.  Include toplev.h.
              (any_operand): Mark unused parameters `op' and `mode' with
              ATTRIBUTE_UNUSED.
              (count_register_operand): Likewise for parameter `mode'.
              (fpmem_operand): Likewise.
              (short_cint_operand): Likewise.
              (u_short_cint_operand): Likewise.
              (non_short_cint_operand): Likewise.
              (got_operand): Likewise.
              (got_no_const_operand): Likewise.
              (non_add_cint_operand): Likewise.
              (non_logical_cint_operand): Likewise.
              (mask_operand): Likewise.
              (current_file_function_operand): Likewise.
              (small_data_operand): Likewise for parameters `op' and `mode' but
              only when !TARGET_ELF.
              (init_cumulative_args): Mark parameters `libname' with
              ATTRIBUTE_UNUSED.
              (function_arg_pass_by_reference): Likewise for parameters `cum',
              `mode' and `named'.
              (expand_builtin_saveregs): Likewise for parameter `args'.
              (load_multiple_operation): Likewise for parameter `mode'.
              (store_multiple_operation): Likewise.
              (branch_comparison_operator): Likewise.
              (secondary_reload_class): Likewise.
              (print_operand): Add parentheses around & operation.
              (output_prolog): Mark parameter `size' with ATTRIBUTE_UNUSED.
              (output_epilog): Likewise.  Cast argument to fprintf to int.
              (rs6000_adjust_cost): Mark parameter `dep_insn' with ATTRIBUTE_UNUSED.
              (rs6000_valid_decl_attribute_p): Likewise for parameters `decl',
              `attributes', `identifier' and `args'.
              (rs6000_valid_type_attribute_p): Likewise for parameter `attributes'.
              (rs6000_comp_type_attributes): Likewise for parameters `type1' and
              `type2'.
              (rs6000_set_default_type_attributes): Likewise for parameter `type'.
              * rs6000.h (RTX_COSTS): Add parentheses around & operation.
              (toc_section, private_data_section, trap_comparison_operator): Add
              prototypes.
              * dbxout.h (dbxout_parms, dbxout_reg_parms, dbxout_syms): Add
              prototypes.
              * xcoffout.c: Include toplev.h, outout.h and dbxout.h.
              * xcoffout.h (stab_to_sclass, xcoffout_begin_function,
              xcoffout_begin_block, xcoffout_end_epilogue,
              xcoffout_end_function, xcoffout_end_block,
              xcoff_output_standard_types, xcoffout_declare_function,
              xcoffout_source_line): Add prototypes.
      
      From-SVN: r20717
      Kaveh R. Ghazi committed
    • Add ARG_POINTER_REGNUM to REG_ALLOC_ORDER · ff73fb53
      From-SVN: r20713
      Nick Clifton committed
    • lang-specs.h: Use new | syntax to eliminate string concatenation. · 79c11e3a
      1998-06-25  Dave Brolley  <brolley@cygnus.com>
      	* lang-specs.h: Use new | syntax to eliminate
      	string concatenation.
      
      From-SVN: r20712
      Dave Brolley committed
    • gcc.c (default_compilers): Use new | syntax to eliminate string concatenation. · ca242225
      Thu Jun 25 11:12:29 1998  Dave Brolley  <brolley@cygnus.com>
      	* gcc.c (default_compilers): Use new | syntax to eliminate
      	string concatenation.
      
      From-SVN: r20711
      Dave Brolley committed
    • cp-tree.h (CP_DECL_CONTEXT): New macro. · cb0dbb9a
      	* cp-tree.h (CP_DECL_CONTEXT): New macro.
      	* decl2.c (is_namespace_ancestor, lookup_using_namespace): Use it.
      	* method.c (build_overload_nested_name): Likewise.
      	* sig.c (build_signature_pointer_or_reference_type): Don't set
      	DECL_CONTEXT.
      	Set DECL_CONTEXT for globals to NULL_TREE instead of global_namespace.
      	* cp-tree.h (FROB_CONTEXT): New macro.
      	(DECL_MAIN_P): ::main should have a DECL_CONTEXT of NULL_TREE.
      	* decl.c (namespace_binding): Replace NULL_TREE with
      	global_namespace.
      	(set_namespace_binding, pop_namespace, lookup_name_real): Likewise.
      	* decl2.c (is_namespace_ancestor, lookup_using_namespace):
      	Likewise.
      	* decl.c (pushtag): Use FROB_CONTEXT.
      	(pushdecl, make_typename_type, define_function, grokdeclarator):
      	Likewise.
      	* decl2.c (set_decl_namespace, do_namespace_alias): Likewise.
      	* pt.c (push_template_decl_real, lookup_template_class, tsubst):
      	Likewise.
      	* decl2.c (decl_namespace): Return global_namespace if no context.
      	* method.c (build_overload_nested_name): Expect null as context.
      	* pt.c (mangle_class_name_for_template): Do nothing for null
      	contexts.
      	(lookup_template_class): Allow for null id_context.
      
      From-SVN: r20710
      Jason Merrill committed
    • alpha.c (alpha_function_name): Delete. · acd92049
              * alpha.c (alpha_function_name): Delete.
              (alpha_ra_ever_killed): Notice current_function_is_thunk.
              (alpha_sa_mask, alpha_sa_size, alpha_does_function_need_gp): Likewise.
              (alpha_start_function): Reorg from output_prologue.
              (alpha_end_function): Reorg from output_epilogue.
              * alpha.h (ASM_DECLARE_FUNCTION_NAME): Call alpha_start_function.
              (ASM_DECLARE_FUNCTION_SIZE): New.
              (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
              (PROFILE_BEFORE_PROLOGUE): Set.
              (ASM_OUTPUT_MI_THUNK): Remove bits now output by start/end_function.
              * alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): Likewise.
      
      From-SVN: r20709
      Richard Henderson committed
    • method.c (emit_thunk): Set current_function_is_thunk for the ASM_OUTPUT_MI_THUNK case as well. · ed48174c
              * method.c (emit_thunk): Set current_function_is_thunk for the
              ASM_OUTPUT_MI_THUNK case as well.
      
      From-SVN: r20708
      Richard Henderson committed
    • Daily bump. · 5e111b5e
      From-SVN: r20707
      Jeff Law committed
    • * i386/freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define. · dd014274
      From-SVN: r20706
      Jeff Law committed
  2. 24 Jun, 1998 22 commits
    • expr.c (expand_assignment): Rework address calculation for structure field… · 89752202
      expr.c (expand_assignment): Rework address calculation for structure field members to expose more invariant...
      
              * expr.c (expand_assignment): Rework address calculation for structure
              field members to expose more invariant computations to the loop
              optimizer.
              (expand_expr): Likewise.
      
      From-SVN: r20705
      Herman A.J. ten Brugge committed
    • local-alloc.c (block_alloc): Do not try to avoid false dependencies when… · c358412f
      local-alloc.c (block_alloc): Do not try to avoid false dependencies when SMALL_REGISTER_CLASSES is nonzero.
      
              * local-alloc.c (block_alloc): Do not try to avoid false dependencies
              when SMALL_REGISTER_CLASSES is nonzero.
      Fixes x86 performance regression.
      
      From-SVN: r20704
      Jeffrey A Law committed
    • Add Catherine and Vladimir. · bc57e970
      From-SVN: r20702
      Jeff Law committed
    • optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...). · 9e6a5703
      	* optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).
      	* expr.c: Likewise.
      	* explow.c: Likewise.
      	* combine.c: Likewise.
      	* reload1.c: Likewise.
      	* gcse.c: Likewise.
      
      From-SVN: r20701
      John Carr committed
    • expr.c (get_memory_rtx): New function. · 55a6ba9f
      	* expr.c (get_memory_rtx): New function.
      	(expand_builtin): Call get_memory_rtx for MEM arguments to builtin
      	string functions.
      	* expmed.c (init_expmed): Initialize all elements of *_cost arrays.
      
      From-SVN: r20700
      John Carr committed
    • README.gnat: Add patch for new lang_decode_options interface. · 135edcfd
      Wed Jun 24 15:13:01 1998  Dave Brolley  <brolley@cygnus.com>
      	* README.gnat: Add patch for new lang_decode_options interface.
      
      From-SVN: r20699
      Dave Brolley committed
    • backspace.c, [...]: Update to Netlib version of 1998-06-18. · 41924d16
      1998-06-23  Dave Love  <d.love@dl.ac.uk>
              * libI77/backspace.c, libI77/dfe.c, libI77/due.c, libI77/iio.c,
              libI77/lread.c, libI77/ sfe.c, libI77/sue.c, libI77/wsfe.c: Update
              to Netlib version of 1998-06-18.
      
      From-SVN: r20696
      Dave Love committed
    • except.c (start_catch_handler): Do nothing if EH is not on. · 9a9deafc
      Wed Jun 24 09:14:04 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
      	* except.c (start_catch_handler): Do nothing if EH is not on.
      
      From-SVN: r20695
      Andrew MacLeod committed
    • configure (enable_version_specific_runtime_libs): Implement new flag… · e0cb250f
      configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++...
      
      d
      egcs/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure (enable_version_specific_runtime_libs): Implement new flag
      	--enable-version-specific-runtime-libs which installs C++ runtime stuff in
      	$(libsubdir); emit definition in each generated Makefile.
      	(gxx_include_dir): Initialize depending on $enable_version_specific_runtime_libs.
      egcs/gcc/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure.in (gxx_include_dir): Initialize default value depending on
      	new flag --enable-version-specific-runtime-libs; remove superfluous default
      	initialization afterwards.
      	* configure: Regenerate.
      egcs/libio/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (install): Install _G_config.h depending on new flag
      	--enable-version-specific-runtime-libs.
      	* config/linux.mt (gxx_include_dir): Remove definition here as we use
      	gcc's default anyway.
      egcs/libstdc++/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (INSTALLDIR): Add comment to document the fact,
      	this macro will be properly initialized at make's runtime.
      	(install): Add initialization of INSTALLDIR depending on $(libsubdir)
      	and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable
      	instead of the $(INSTALLDIR) make macro.
      
      From-SVN: r20694
      Manfred Hollstein committed
    • configure (enable_version_specific_runtime_libs): Implement new flag… · 28e449d8
      configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++...
      
      S
      egcs/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure (enable_version_specific_runtime_libs): Implement new flag
      	--enable-version-specific-runtime-libs which installs C++ runtime stuff in
      	$(libsubdir); emit definition in each generated Makefile.
      	(gxx_include_dir): Initialize depending on $enable_version_specific_runtime_libs.
      egcs/gcc/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure.in (gxx_include_dir): Initialize default value depending on
      	new flag --enable-version-specific-runtime-libs; remove superfluous default
      	initialization afterwards.
      	* configure: Regenerate.
      egcs/libio/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (install): Install _G_config.h depending on new flag
      	--enable-version-specific-runtime-libs.
      	* config/linux.mt (gxx_include_dir): Remove definition here as we use
      	gcc's default anyway.
      egcs/libstdc++/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (INSTALLDIR): Add comment to document the fact,
      	this macro will be properly initialized at make's runtime.
      	(install): Add initialization of INSTALLDIR depending on $(libsubdir)
      	and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable
      	instead of the $(INSTALLDIR) make macro.
      
      From-SVN: r20693
      Manfred Hollstein committed
    • configure (enable_version_specific_runtime_libs): Implement new flag… · c1c0531e
      configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++...
      
      #
      egcs/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure (enable_version_specific_runtime_libs): Implement new flag
      	--enable-version-specific-runtime-libs which installs C++ runtime stuff in
      	$(libsubdir); emit definition in each generated Makefile.
      	(gxx_include_dir): Initialize depending on $enable_version_specific_runtime_libs.
      egcs/gcc/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure.in (gxx_include_dir): Initialize default value depending on
      	new flag --enable-version-specific-runtime-libs; remove superfluous default
      	initialization afterwards.
      	* configure: Regenerate.
      egcs/libio/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (install): Install _G_config.h depending on new flag
      	--enable-version-specific-runtime-libs.
      	* config/linux.mt (gxx_include_dir): Remove definition here as we use
      	gcc's default anyway.
      egcs/libstdc++/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (INSTALLDIR): Add comment to document the fact,
      	this macro will be properly initialized at make's runtime.
      	(install): Add initialization of INSTALLDIR depending on $(libsubdir)
      	and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable
      	instead of the $(INSTALLDIR) make macro.
      
      From-SVN: r20692
      Manfred Hollstein committed
    • configure (enable_version_specific_runtime_libs): Implement new flag… · c1c007c5
      configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++...
      
      a
      egcs/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure (enable_version_specific_runtime_libs): Implement new flag
      	--enable-version-specific-runtime-libs which installs C++ runtime stuff in
      	$(libsubdir); emit definition in each generated Makefile.
      	(gxx_include_dir): Initialize depending on $enable_version_specific_runtime_libs.
      egcs/gcc/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure.in (gxx_include_dir): Initialize default value depending on
      	new flag --enable-version-specific-runtime-libs; remove superfluous default
      	initialization afterwards.
      	* configure: Regenerate.
      egcs/libio/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (install): Install _G_config.h depending on new flag
      	--enable-version-specific-runtime-libs.
      	* config/linux.mt (gxx_include_dir): Remove definition here as we use
      	gcc's default anyway.
      egcs/libstdc++/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (INSTALLDIR): Add comment to document the fact,
      	this macro will be properly initialized at make's runtime.
      	(install): Add initialization of INSTALLDIR depending on $(libsubdir)
      	and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable
      	instead of the $(INSTALLDIR) make macro.
      
      From-SVN: r20691
      Manfred Hollstein committed
    • configure (enable_version_specific_runtime_libs): Implement new flag… · 854b2357
      configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++...
      
      �
      egcs/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure (enable_version_specific_runtime_libs): Implement new flag
      	--enable-version-specific-runtime-libs which installs C++ runtime stuff in
      	$(libsubdir); emit definition in each generated Makefile.
      	(gxx_include_dir): Initialize depending on $enable_version_specific_runtime_libs.
      egcs/gcc/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure.in (gxx_include_dir): Initialize default value depending on
      	new flag --enable-version-specific-runtime-libs; remove superfluous default
      	initialization afterwards.
      	* configure: Regenerate.
      egcs/libio/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (install): Install _G_config.h depending on new flag
      	--enable-version-specific-runtime-libs.
      	* config/linux.mt (gxx_include_dir): Remove definition here as we use
      	gcc's default anyway.
      egcs/libstdc++/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (INSTALLDIR): Add comment to document the fact,
      	this macro will be properly initialized at make's runtime.
      	(install): Add initialization of INSTALLDIR depending on $(libsubdir)
      	and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable
      	instead of the $(INSTALLDIR) make macro.
      
      From-SVN: r20690
      Manfred Hollstein committed
    • configure (gcc_version): Initialize properly depending on how and where configure is started. · c376ed64
      �
      egcs/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure (gcc_version): Initialize properly depending on
      	how and where configure is started.
      	(recursion line): Pass a --with-gcc-version=${gcc_version}
      	to configures in subdirs.
      egcs/libf2c/ChangeLog.egcs:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (version): Rename to gcc_version.
      	* configure.in (version): Likewise.
      	(gcc_version): Add code to use an option passed from parent configure.
      	* configure: Regenerate.
      egcs/libio/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* config.shared (FLAGS_TO_PASS): Add gcc_version.
      
      From-SVN: r20689
      Manfred Hollstein committed
    • configure (gcc_version): Initialize properly depending on how and where configure is started. · e4655148
      �
      egcs/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure (gcc_version): Initialize properly depending on
      	how and where configure is started.
      	(recursion line): Pass a --with-gcc-version=${gcc_version}
      	to configures in subdirs.
      egcs/libf2c/ChangeLog.egcs:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (version): Rename to gcc_version.
      	* configure.in (version): Likewise.
      	(gcc_version): Add code to use an option passed from parent configure.
      	* configure: Regenerate.
      egcs/libio/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* config.shared (FLAGS_TO_PASS): Add gcc_version.
      
      From-SVN: r20688
      Manfred Hollstein committed
    • configure (gcc_version): Initialize properly depending on how and where configure is started. · 6174dcf3
      d
      egcs/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure (gcc_version): Initialize properly depending on
      	how and where configure is started.
      	(recursion line): Pass a --with-gcc-version=${gcc_version}
      	to configures in subdirs.
      egcs/libf2c/ChangeLog.egcs:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (version): Rename to gcc_version.
      	* configure.in (version): Likewise.
      	(gcc_version): Add code to use an option passed from parent configure.
      	* configure: Regenerate.
      egcs/libio/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* config.shared (FLAGS_TO_PASS): Add gcc_version.
      
      From-SVN: r20687
      Manfred Hollstein committed
    • configure (gcc_version): Initialize properly depending on how and where configure is started. · 50c4c9f7
      1
      egcs/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* configure (gcc_version): Initialize properly depending on
      	how and where configure is started.
      	(recursion line): Pass a --with-gcc-version=${gcc_version}
      	to configures in subdirs.
      egcs/libf2c/ChangeLog.egcs:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* Makefile.in (version): Rename to gcc_version.
      	* configure.in (version): Likewise.
      	(gcc_version): Add code to use an option passed from parent configure.
      	* configure: Regenerate.
      egcs/libio/ChangeLog:
      1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
      	* config.shared (FLAGS_TO_PASS): Add gcc_version.
      
      From-SVN: r20686
      Manfred Hollstein committed
    • Reverse may 15th change, as suggested by Jason. · d3b107b4
      It causes too many backwards compatability problems, for
      more than one frontend.
      
      From-SVN: r20685
      David S. Miller committed
    • Daily bump. · 90296398
      From-SVN: r20684
      Jeff Law committed
    • Forgot to commit. · 9c9628ff
      From-SVN: r20683
      Jeff Law committed
    • * g77spec.c (lang_specific_driver): Revert last change. · bf279e51
      From-SVN: r20682
      Jeff Law committed
  3. 23 Jun, 1998 9 commits
    • added myself, per Jeff Law's request · 5292855c
      From-SVN: r20681
      Alexandre Oliva committed
    • reload.c (find_reloads): Fix check for failure to match any alternative... · c22eaf8a
      * reload.c (find_reloads): Fix check for failure to match any alternative, to
      account for Mar 26 change in initial "best" cost.
      
      From-SVN: r20679
      Ken Raeburn committed
    • backspace.c, [...]: Update to Netlib version of 1998-06-18. · b93be35b
      1998-06-23  Dave Love  <d.love@dl.ac.uk>
      * libI77/backspace.c, libI77/dfe.c, libI77/due.c, libI77/iio.c,
      libI77/lread.c, libI77/ sfe.c, libI77/sue.c, libI77/wsfe.c: Update
      to Netlib version of 1998-06-18.
      
      From-SVN: r20678
      Dave Love committed
    • cpplib.c (do_line): Typo broke #line directive. · d2f8cffa
      Tue Jun 23 16:44:21 1998  Dave Brolley  <brolley@cygnus.com>
      	* cpplib.c (do_line): Typo broke #line directive.
      	(cpp_message_from_errno): New function.
      	(cpp_error_from_errno): Call cpp_message_from_errno.
      	* cpplib.h (cpp_message_from_errno): New function.
      
      From-SVN: r20675
      Dave Brolley committed
    • fix · e70eea31
      From-SVN: r20674
      Jason Merrill committed
    • libgcc2.c (__get_eh_table_version, [...]): New functions to return exception… · 48b24bcd
      libgcc2.c (__get_eh_table_version, [...]): New functions to return exception descriptor information.
      
      Tue Jun 23 13:38:18 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
      	* libgcc2.c (__get_eh_table_version, __get_eh_table_language): New
      	functions to return exception descriptor information.
      	(find_exception_handler): Pass match_info field to runtime matcher,
      	not a descriptor table entry.
      	* exception.cc (__cplus_type_matcher): Get a match_info pointer
      	instead of an exception table entry as a parameter.
      
      From-SVN: r20673
      Andrew MacLeod committed
    • cpp.texi, gcc.texi: Add @dircategory... · daf21dfd
              * cpp.texi, gcc.texi: Add @dircategory, @direntry meant to
              accompany previous Makefile.in (install-info) change.
      
      From-SVN: r20672
      Dave Love committed
    • Have -fnew-exceptions actually use the runtime field, and not generate runtime… · 5816cb14
      Have -fnew-exceptions actually use the runtime field, and not generate runtime checking code inside each handler.
      
      Have -fnew-exceptions actually use the runtime field, and not generate
      runtime checking code inside each handler.
      THis works at low opt, but not with optimization at the moment.
      Tue Jun 23 10:06:07 EDT 1998  Andrew MacLeod  (amacleod@cygnus.com)
      	* eh-common.h (struct __eh_info): Remove coerced value field.
      	* libgcc2.c (find_exception_handler): Don't set coerced_value field.
      	* except.c (get_dynamic_handler_chain, get_dynamic_cleanup_chain): Use
      	POINTER_SIZE instead of Pmode.
      	(expand_start_all_catch): Call start_catch_handler() if we are not
      	using new style exceptions.
      1998-06-22  Andrew MacLeod  (amacleod@cygnus.com)
      	* parse.y (function_try_block): Don't call start_catch_handler.
      	* except.c (call_eh_info): Remove coerced field from declaration.
      	(build_eh_type_type_ref): New function to create an address of a
      	rtti function for the new style exception tables.
      	(expand_start_catch_block): Split function, this contains the
      	common part.
      	(process_start_catch_block_old): New function to perform the rest
      	of expand_start_catch_block under old style exceptions.
      	(process_start_catch_block_old): New function to perform the rest
      	of expand_start_catch_block under new style exceptions.
      	(expand_end_catch_block): Only pop the false label off the stack under
      	the old style of exceptions.
      	* semantics.c (finish_try_block): Don't call start_catch_handler.
      	* exception.cc (struct cp_eh_info): Add original_value field.
      	(__cplus_type_matcher): Perform type matching on the original exception
      	value, and if we have a match, set the current value.
      	(__cp_push_exception): Set the original expcetion value.
      
      From-SVN: r20671
      Andrew MacLeod committed