1. 25 Jun, 1998 2 commits
  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 14 commits
  4. 22 Jun, 1998 2 commits