Go to file
Zack Weinberg 3839069b02 simplify-rtx.c (SIGN_EXTEND): New macro.
* simplify-rtx.c (SIGN_EXTEND): New macro.
	(simplify_unary_operation, simplify_binary_operation,
	simplify_relational_operation): Use SIGN_EXTEND.  Make low
	halves of (low, high) pairs unsigned if they weren't already.
	(simplify_ternary_operation): Cast INTVAL to unsigned before
	comparing to a MODE_BITSIZE.

From-SVN: r34109
2000-05-23 18:06:22 +00:00
INSTALL
boehm-gc Imported 5.0 release version. 2000-05-10 22:59:16 +01:00
config Add support for sh-pe and arm-wince-pe targets. 2000-02-23 01:25:56 +00:00
contrib Oops, removed `Reported by' comment 2000-05-18 05:32:06 +00:00
etc * standards.texi, make-stds.texi: Update to FSF version of May 13. 2000-05-18 07:17:15 +00:00
gcc simplify-rtx.c (SIGN_EXTEND): New macro. 2000-05-23 18:06:22 +00:00
include getopt.h (getopt): Also check HAVE_DECL_* when prototyping. 2000-05-23 17:42:19 +00:00
libchill * basicio.c (PATH_MAX): Always provide a definition. 2000-04-03 01:21:06 -06:00
libf2c Daily bump. 2000-05-23 01:45:07 -06:00
libffi README updated for ARM 2000-05-11 18:20:33 +00:00
libiberty * xmalloc.c: Include config.h for HAVE_SBRK definition. 2000-05-18 16:48:34 -06:00
libio config.shared: Change "pic" to depend on $(PICFLAG), not on $(enable_shared). 2000-05-15 22:53:47 -04:00
libjava re GNATS gcj/232 (segmentation violation at except.c:2180) 2000-05-22 23:22:07 +01:00
libobjc * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well. 2000-04-15 18:13:49 -04:00
libstdc++ Makefile.in: Change "pic" to depend on $(PICFLAG), not on $(enable_shared). 2000-05-15 22:59:31 -04:00
libstdc++-v3 libstdc++-assign.txt: Change Cygnus to FSF. 2000-05-23 04:24:31 +00:00
texinfo
zlib
.cvsignore
COPYING
COPYING.LIB
ChangeLog * configure.in (hppa*64*-*-*): Do build ld for this configuration. 2000-05-18 11:04:14 -06:00
MAINTAINERS Add self as write after approval. 2000-05-15 03:41:13 +00:00
Makefile.in Makefile.in (configure-target-libiberty): Depend on configure-target-newlib. 2000-05-18 04:15:51 +00:00
README
config-ml.in
config.guess config.guess: Synchronize with master repository. 2000-02-16 18:48:36 +00:00
config.if config.if: Tweak. 2000-05-02 00:51:59 +00:00
config.sub * config.sub (basic_machine): Recognize hppa64 as a valid cpu type. 2000-05-12 11:23:03 -06:00
configure configure (gcc_version): When setting, narrow search to lines containing `version_string'. 2000-02-16 16:22:47 +00:00
configure.in * configure.in (hppa*64*-*-*): Do build ld for this configuration. 2000-05-18 11:04:14 -06:00
install-sh
ltconfig
ltmain.sh
missing
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

		   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.