Go to file
Andrew Haley 0b094f655a lang.c (flag_use_divide_subroutine): New variable.
1999-07-15  Andrew Haley  <aph@cygnus.com>

        * lang.c (flag_use_divide_subroutine): New variable.
        * typeck.c: (convert_ieee_real_to_integer): Bounds check
        fp-to-integer conversion.
        (convert): Call convert_ieee_real_to_integer when flag_fast_math
        is not set.

        * expr.c (build_java_soft_divmod): New function.
        (build_java_binop): Call build_java_soft_divmod if
        flag_use_divide_subroutine is set.
        * decl.c: soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
        soft_lrem_node: new builtin functions.
        (init_decl_processing) Initialize the new builtins.
        * java-tree.h soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
        soft_lrem_node: new builtin functions.
        (build_java_soft_divmod): New function.
        * parse.y: Call build_java_soft_divmod if
        flag_use_divide_subroutine is set.
        * parse.c: Rebuilt.

        * jvspec.c (lang_specific_driver): Always allow an extra arg (for
        a --specs= arg) even if not linking.
        * lang-options.h (DEFINE_LANG_NAME ("Java")): Add
        -fuse-divide-subroutine

From-SVN: r28209
1999-07-21 14:51:24 +00:00
boehm-gc * config.h (MPROTECT_VDB): Don't define on Linux. 1999-07-19 19:27:56 +00:00
config
contrib * test_summary: Replace egcs with gcc. Update e-mail address. 1999-07-17 21:45:48 -06:00
etc
gcc lang.c (flag_use_divide_subroutine): New variable. 1999-07-21 14:51:24 +00:00
include
INSTALL
libchill
libf2c Daily bump. 1999-07-21 01:45:38 -06:00
libiberty argv.c: Include stdlib.h and string.h instead of prototyping directly. 1999-07-14 10:29:38 -07:00
libio configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". 1999-06-28 20:32:02 -06:00
libjava DatagramSocket.java (DatagramSocket(int, InetAddress)): Default to using PlainDatagramSocketImpl. 1999-07-20 20:30:42 +00:00
libobjc init.c (__objc_force_linking): Make global. 1999-06-20 22:41:41 -06:00
libstdc++ * Makefile.in (INTERFACE): Bump to 3. 1999-07-17 23:52:37 -06:00
texinfo acconfig.h (libintl.h): Does not include this file here because it will define `NULL' before the system... 1999-06-01 17:52:42 -06:00
zlib Makefile.am (*-recursive, [...]): Automake does not generate *-recursive for this Makefile, use *-am instead. 1999-07-19 19:11:54 +00:00
.cvsignore
ChangeLog configure.in (target_libs): Added target-zlib. 1999-06-22 16:46:17 -06:00
config-ml.in
config.guess Cort Dougan <cort@cs.nmt.edu> 1999-05-30 09:05:07 -07:00
config.if
config.sub Tidied up case statements 1999-05-24 15:24:52 +00:00
configure
configure.in configure.in (target_libs): Added target-zlib. 1999-06-22 16:46:19 -06:00
COPYING
COPYING.LIB
install-sh
ltconfig * ltconfig, ltmain.sh: Update to libtool 1.2f. 1999-06-21 20:36:09 -06:00
ltmain.sh * ltconfig, ltmain.sh: Update to libtool 1.2f. 1999-06-21 20:36:09 -06:00
MAINTAINERS egcs/MAINTAINERS: 1999-07-05 01:33:41 +00:00
Makefile.in configure.in (target_libs): Added target-zlib. 1999-06-22 16:46:19 -06:00
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.