Go to file
Kaveh R. Ghazi ab3a6dd6e2 Warning fixes:
* class.c (build_utf8_ref): Initialize variable `field'.
        * decl.c (init_decl_processing): Initialize variable `field'.
        * expr.c (build_known_method_ref): Mark parameters `method_type',
        `method_signature' and `arg_list' with ATTRIBUTE_UNUSED.
        (process_jvm_instruction): Likewise for parameter `length'.
        * jvspec.c (lang_specific_driver): Mark variables `saw_math',
        `saw_libc', `saw_gc', `saw_threadlib' and `saw_libgcj' with
        ATTRIBUTE_UNUSED.
        * parse.y (maybe_generate_clinit): Remove unused variable
        `has_non_primitive_fields'.
        (find_in_imports_on_demand): Initialize variables `node_to_use'
        and `cl'.
        (patch_binop): Likewise for variable `prom_type'.
        (patch_unaryop): Likewise for variable `prom_type'.
        * verify.c (verify_jvm_instructions): Likewise for variable `last'.
        * xref.c (xref_table): Add missing initializer.

From-SVN: r27030
1999-05-19 11:30:30 +00:00
boehm-gc configure.in: Switch from irix threads to posix threads Defined IRIX_THREADS. 1999-05-05 11:46:18 +00:00
config
contrib Fixed some old ChangeLog entries I wrote before becoming aware of the GNU 1999-04-27 13:27:29 +00:00
etc
gcc Warning fixes: 1999-05-19 11:30:30 +00:00
include
INSTALL
libchill
libf2c Update to Netlib version of 1999-05-10 1999-05-10 10:40:59 -04:00
libiberty cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance the *mangled pointer beyond the end of the string. 1999-05-16 18:44:09 -06:00
libio * libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined. 1999-05-17 16:58:56 -06:00
libjava natInflater.cc (inflate): Cast `len' to unsigned. 1999-05-19 11:03:36 +00:00
libobjc Fixed some old ChangeLog entries I wrote before becoming aware of the GNU 1999-04-27 13:27:29 +00:00
libstdc++ stl_config.h: Only define __STL_PTHREADS with GLIBC >= 2 for Linux. 1999-05-17 17:03:48 -06:00
texinfo Fixed some old ChangeLog entries I wrote before becoming aware of the GNU 1999-04-27 13:27:29 +00:00
zlib configure, [...]: Rebuilt. 1999-05-10 08:05:43 +00:00
.cvsignore
ChangeLog Fixed some old ChangeLog entries I wrote before becoming aware of the GNU 1999-04-27 13:27:29 +00:00
config-ml.in
config.guess
config.if
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS Add Stu 1999-05-14 20:15:03 -06:00
Makefile.in
missing
mkinstalldirs
move-if-change
README
symlink-tree
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.