Go to file
Richard Kenner c2fd66f48e local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN.
2000-12-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN.

*** local-alloc.c	2000/11/30 21:40:33	1.75
--- local-alloc.c	2000/12/29 13:10:59
*************** update_equiv_regs ()
*** 1141,1146 ****
  		  rtx new_insn;

! 		  new_insn = emit_insn_before (copy_rtx (PATTERN (equiv_insn)),
! 					       insn);
  		  REG_NOTES (PREV_INSN (insn)) = REG_NOTES (equiv_insn);
  		  REG_NOTES (equiv_insn) = 0;
--- 1141,1145 ----
  		  rtx new_insn;

! 		  new_insn = emit_insn_before (PATTERN (equiv_insn), insn);
  		  REG_NOTES (PREV_INSN (insn)) = REG_NOTES (equiv_insn);
  		  REG_NOTES (equiv_insn) = 0;

From-SVN: r38536
2000-12-29 08:13:42 -05:00
boehm-gc gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice. 2000-12-23 02:23:27 +00:00
config
contrib test_summary: Export filesuffix, not fileprefix. 2000-12-28 19:28:11 +00:00
fastjar jartool.c (MAXPATHLEN): Provide if not defined. 2000-12-28 21:47:37 +00:00
gcc local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN. 2000-12-29 08:13:42 -05:00
include COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes... 2000-12-18 21:47:20 +00:00
INSTALL
libchill
libf2c Daily bump. 2000-12-29 01:45:07 -07:00
libffi Richards changes to the closure code for alpha 2000-12-10 07:13:18 +00:00
libiberty bsearch.c: New file. 2000-12-26 17:16:22 -05:00
libio
libjava DriverManager.java (getConnection): Don't set user/password properties if null. 2000-12-28 22:21:36 +00:00
libobjc * thr-rtems.c: New file. Stub to compile. 2000-12-06 18:40:42 -07:00
libstdc++
libstdc++-v3 Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES. 2000-12-23 07:13:57 +00:00
zlib
.cvsignore
ChangeLog * MAINTAINERS: Add myself under ``Write After Approval''. 2000-12-28 09:00:13 +11:00
config-ml.in Makefile.in: handle DOS-style absolute paths. 2000-12-09 11:06:19 -05:00
config.guess
config.if Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. 2000-12-18 18:08:07 +00:00
config.sub
configure
configure.in Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. 2000-12-18 18:08:07 +00:00
COPYING COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes... 2000-12-18 21:47:20 +00:00
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS expmed.c (store_bit_field): Correctly compute smallest mode that is sufficient to contain all bits we are... 2000-12-28 00:55:03 -05:00
Makefile.in Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. 2000-12-18 18:08:07 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree Makefile.in: handle DOS-style absolute paths. 2000-12-09 11:06:19 -05:00
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.