platform/upstream/linaro-gcc.git
25 years ago * config/c4x/c4x.md (decrement_and_branch_on_count): Disabled.
m.hayes [Fri, 14 May 1999 19:16:36 +0000 (19:16 +0000)]
* config/c4x/c4x.md (decrement_and_branch_on_count): Disabled.
(doloop_begin, doloop_end): New patterns.
(*rptb_init): Added extra operands.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26939 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix previous patch.
m.hayes [Fri, 14 May 1999 15:53:47 +0000 (15:53 +0000)]
Fix previous patch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26938 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
m.hayes [Fri, 14 May 1999 15:46:05 +0000 (15:46 +0000)]

* config/c4x/c4x.md (*umulqi3_highpart_clobber): Fix operand 2
  constraints order.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26937 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoX
m.hayes [Fri, 14 May 1999 15:46:02 +0000 (15:46 +0000)]
X
* config/c4x/c4x.md (*umulqi3_highpart_clobber): Fix operand 2
  constraints order.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26936 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFri May 14 12:31:08 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Fri, 14 May 1999 13:44:11 +0000 (13:44 +0000)]
Fri May 14 12:31:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* xref.c (xref_set_current_fp): New function, defined.
* xref.h (xref_set_current_fp): New function, prototyped.
Fri May 14 11:57:54 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* check-init.c (check_init): Take into account that
  LABELED_BLOCK_STMT can be empty.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26935 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoUpdate.
drepper [Fri, 14 May 1999 13:34:09 +0000 (13:34 +0000)]
Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26934 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago(FD_ZERO): Fix operand numbers in asm input operands.
drepper [Fri, 14 May 1999 13:33:17 +0000 (13:33 +0000)]
(FD_ZERO): Fix operand numbers in asm input operands.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26933 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Fri, 14 May 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26932 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoThu May 13 18:30:48 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Thu, 13 May 1999 19:01:19 +0000 (19:01 +0000)]
Thu May 13 18:30:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (java_check_regular_methods): Warning check on not
  overriding methods with default access in other packages does not
  apply to `<clinit>'.
(java_complete_lhs): If block body is an empty_stmt_node, replace
  it by NULL_TREE. This avoid gcc generating an irrelevant warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26930 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix typo.
bothner [Thu, 13 May 1999 15:45:03 +0000 (15:45 +0000)]
Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26929 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
bothner [Thu, 13 May 1999 15:42:58 +0000 (15:42 +0000)]

* class.c (push_lang_context):  Turn off DECL_IGNORED_P for
primitive Java types, if we actually see `extern "C"'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26928 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoh
bothner [Thu, 13 May 1999 15:42:53 +0000 (15:42 +0000)]
h
* class.c (push_lang_context):  Turn off DECL_IGNORED_P for
primitive Java types, if we actually see `extern "C"'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26927 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoThu May 13 13:23:38 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Thu, 13 May 1999 14:33:37 +0000 (14:33 +0000)]
Thu May 13 13:23:38 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* check-init.c (check_init): Removed code accepting to see things
falling through default:, when doing xrefs.
* java-tree.h (do_not_fold): New global variable, declared.
* parse.y (do_not_fold): New global variable, defined.
(java_complete_expand_method): Set `do_not_fold' to the value of
  `flag_emit_xref'. When doing xrefs: copy the thrown exceptions,
  and reinstall them after them have been purged; do not check for
  initializations; do not issue missing return errors.
(java_complete_lhs): Do not attempt to patch INSTANCEOF_EXPR nodes
  when doing xrefs.
(patch_binop): Skip the fold part when doing xrefs.
(build_string_concatenation): Skip the concatenation part when
  doing xrefs.
(patch_synchronized_statement): Do not generate a try-finally when
  doing xrefs.
(patch_throw_statement): When doing xrefs, do not call BUILD_THROW
  and keep the location where the throw was seen.
* typeck.c (convert): When `do_not_fold' is set, do not attempt
  any treatment on the converted node an simply return a NOP_EXPR of
  the targeted type.
* xref.c (xref_get_data): New function, defined.
* xref.h (xref_get_data): New function, declared.
(XREF_GET_DATA): Use xref_get_data.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26926 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * rs6000.c (mask_constant): Delete.
dje [Thu, 13 May 1999 12:38:44 +0000 (12:38 +0000)]
* rs6000.c (mask_constant): Delete.
(mask_operand): Move mask_constant() body to here.
* rs6000.h (mask_constant): Delete declaration.
* rs6000.md (nabsdi2): Reverse subtraction in splitter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26925 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * gjavah.c (print_include): Cast the result of `strlen' to int
ghazi [Thu, 13 May 1999 12:05:02 +0000 (12:05 +0000)]
    * gjavah.c (print_include): Cast the result of `strlen' to int
        when comparing against a signed value.
        (add_namelet): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26924 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * gcc.dg/noreturn-1.c: New test.
ghazi [Thu, 13 May 1999 09:18:43 +0000 (09:18 +0000)]
    * gcc.dg/noreturn-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26923 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * cpp.texi: Fix some typos.
law [Thu, 13 May 1999 01:25:49 +0000 (01:25 +0000)]
    * cpp.texi: Fix some typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26922 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * tmpnam.c (L_tmpnam): Fix typo.
law [Thu, 13 May 1999 01:23:42 +0000 (01:23 +0000)]
    * tmpnam.c (L_tmpnam): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26921 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * gcc.dg/990513-1.c: New test.
law [Thu, 13 May 1999 01:08:10 +0000 (01:08 +0000)]
    * gcc.dg/990513-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26920 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * gcc.c-torture/execute/990513-1.c: New test.
law [Thu, 13 May 1999 01:03:24 +0000 (01:03 +0000)]
    * gcc.c-torture/execute/990513-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26919 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * loop.c (maybe_eliminate_biv): Check regno against
law [Thu, 13 May 1999 00:57:05 +0000 (00:57 +0000)]
    * loop.c (maybe_eliminate_biv): Check regno against
        max_reg_before_loop.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26918 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * i386.c (memory_address_info): Correct the scale
law [Thu, 13 May 1999 00:51:03 +0000 (00:51 +0000)]
    * i386.c (memory_address_info): Correct the scale
        factor test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26917 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix typo.
law [Thu, 13 May 1999 00:47:11 +0000 (00:47 +0000)]
Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26916 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Thu, 13 May 1999 00:45:03 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26915 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * arm.md (nop): Backout Apr 27 change. Ensure REGISTER_PREFIX is
law [Thu, 13 May 1999 00:38:09 +0000 (00:38 +0000)]
    * arm.md (nop): Backout Apr 27 change. Ensure REGISTER_PREFIX is
        applied to each register.
        * aof.h (ASM_FILE_START): Define register `r0'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26914 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoTighten target test to avoid false errors on aix.
law [Thu, 13 May 1999 00:26:52 +0000 (00:26 +0000)]
Tighten target test to avoid false errors on aix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26913 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * cplus-dem.c (standard_symbol_characters): Renamed from
law [Thu, 13 May 1999 00:24:18 +0000 (00:24 +0000)]
    * cplus-dem.c (standard_symbol_characters): Renamed from
        standard_symbol_alphabet.  No longer modify TABLE.
        (hp_symbol_characters): Renamed from hp_symbol_alphabet.  No longer
        modify TABLE.
        (main): Corresponding changes.  Use strchr to determine if a
        character is valid.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26912 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoupdate derived files
burley [Wed, 12 May 1999 20:56:21 +0000 (20:56 +0000)]
update derived files

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26911 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agox
bothner [Wed, 12 May 1999 18:01:31 +0000 (18:01 +0000)]
x
* java/util/Calendar.java (set):  First call computeFields if needed.
* java/util/natGregorianCalendar.cc (computeTime):  Cast 1000 to jlong.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26910 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agod
bothner [Wed, 12 May 1999 18:01:29 +0000 (18:01 +0000)]
d
* java/util/Calendar.java (set):  First call computeFields if needed.
* java/util/natGregorianCalendar.cc (computeTime):  Cast 1000 to jlong.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26909 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-05-12 20:22 -0400 Zack Weinberg <zack@rabi.columbia.edu>
zack [Wed, 12 May 1999 17:38:28 +0000 (17:38 +0000)]
1999-05-12 20:22 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* configure.in: Make --enable-cpp and --with-cpp-install-dir
documented options.  Enable the cpp driver by default.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26908 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * expr.c (expand_invoke): Mark parameter `nargs' with
ghazi [Wed, 12 May 1999 17:04:30 +0000 (17:04 +0000)]
    * expr.c (expand_invoke): Mark parameter `nargs' with
        ATTRIBUTE_UNUSED.
        (PRE_LOOKUP_SWITCH): Likewise for variable `match'.
        * jcf-io.c (jcf_unexpected_eof): Mark parameter `count' with
        ATTRIBUTE_UNUSED.
        * jcf-reader.c (get_attribute): Cast a value to long
        when comparing against a signed expression.  Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26907 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or
ghazi [Wed, 12 May 1999 16:52:35 +0000 (16:52 +0000)]
    * lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or
        HOST_BITS_PER_CHAR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26906 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * configure: Rebuilt.
tromey [Wed, 12 May 1999 16:22:58 +0000 (16:22 +0000)]
* configure: Rebuilt.
* configure.in: Look for -ldl when using the Boehm collector.
Look for sched_yield in -lposix4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26905 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * rs6000.c (print_operand) [w]: Calculate signed constant more clearly.
dje [Wed, 12 May 1999 15:10:54 +0000 (15:10 +0000)]
    * rs6000.c (print_operand) [w]: Calculate signed constant more clearly.
        (rs6000_allocate_stack_space): Print as hexadecimal value.
        * rs6000.h (CONST_OK_FOR_LETTER_P): 'L' checks for a signed,
        16-bit shifted constant.  Fix typo for 'P'.
        (EXTRA_CONSTARINT): 'T' checks for a 32-bit mask operand.
        * rs6000.md (movsi, addsi3_internal1, movdi, adddi3_internal1):
        Use 'L' for shifted constant.
        (anddi3_internal3): Fix typo.
        (32-bit mask patterns): Use 'T'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26904 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoh
bothner [Wed, 12 May 1999 14:41:17 +0000 (14:41 +0000)]
h
* java/io/File.java (mkdirs):  Handle a null parent directory.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26903 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
bothner [Wed, 12 May 1999 14:41:16 +0000 (14:41 +0000)]

* java/io/File.java (mkdirs):  Handle a null parent directory.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26902 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * include/javaprims.h: Updated namespace declarations.
tromey [Wed, 12 May 1999 11:23:44 +0000 (11:23 +0000)]
* include/javaprims.h: Updated namespace declarations.
* classes.pl (scan): Uniquify class list.
* Makefile.in, configure: Rebuilt.
* Makefile.am (nat_source_files): Added natConcreteProcess.cc.
(built_java_source_files): New macro.
(nat_headers): Added built_java_source_files.
(javao_files): Likewise.
(EXTRA_libgcj_la_SOURCES): Likewise.
(libgcj.zip): Create built class files.
($(built_java_source_files:.java=.class)): New target.
(jv_convert_LDADD): Added -L$(here)/.libs.
* configure.in: Create links for ConcreteProcess.java and
natConcreteProcess.cc.
* java/lang/Runtime.java (exec): Create a ConcreteProcess.
* java/lang/natEcosProcess.cc: New file.
* java/lang/EcosProcess.java: New file.
* java/lang/PosixProcess.java: New file.
* java/lang/natPosixProcess.cc: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26901 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-05-12 Andrew Haley <aph@cygnus.com>
aph [Wed, 12 May 1999 11:17:09 +0000 (11:17 +0000)]
1999-05-12  Andrew Haley  <aph@cygnus.com>
        * libjava.lang/Invoke_2.java: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26900 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * configure.in (compiler_name): Don't do the skip-this-dir thing
jason [Wed, 12 May 1999 08:39:23 +0000 (08:39 +0000)]
* configure.in (compiler_name): Don't do the skip-this-dir thing
if we're reconfiguring.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26899 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoverify a file's existence before copying it
korbb [Wed, 12 May 1999 07:32:58 +0000 (07:32 +0000)]
verify a file's existence before copying it

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26898 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agodisable maintenance of errno
burley [Wed, 12 May 1999 04:38:14 +0000 (04:38 +0000)]
disable maintenance of errno

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26897 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * java/net/PlainSocketImpl.java: Corrected copyright & header comments.
warrenl [Wed, 12 May 1999 01:51:23 +0000 (01:51 +0000)]
* java/net/PlainSocketImpl.java: Corrected copyright & header comments.
* java/net/SocketImpl.java: Added marker for JDK 1.2 work.
* java/net/natPlainSocketImpl.cc (bind): Throw BindException.
(connect): Throw ConnectException.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26896 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Wed, 12 May 1999 00:45:03 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26895 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * fixproto: Change "mkdir" calls to "mkdir -p"
law [Tue, 11 May 1999 23:45:59 +0000 (23:45 +0000)]
    * fixproto: Change "mkdir" calls to "mkdir -p"

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26894 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * fixinc/inclhack.def (io_def_quotes): Consistently allow multiple
law [Tue, 11 May 1999 23:06:49 +0000 (23:06 +0000)]
    * fixinc/inclhack.def (io_def_quotes): Consistently allow multiple
        whitespace characters between the "define" and the name of the macro.
        * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26893 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * alpha.c (alpha_expand_block_move): Handle TImode registers
rth [Tue, 11 May 1999 20:48:40 +0000 (20:48 +0000)]
    * alpha.c (alpha_expand_block_move): Handle TImode registers
        used with ADDRESSOF.
        (alpha_expand_block_clear): Handle ADDRESSOF specially.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26892 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoUpdate.
drepper [Tue, 11 May 1999 15:11:55 +0000 (15:11 +0000)]
Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26891 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago(FD_ZERO): Remove unneccessary memory output operand which irritates gcc.
drepper [Tue, 11 May 1999 15:11:30 +0000 (15:11 +0000)]
(FD_ZERO): Remove unneccessary memory output operand which irritates gcc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26890 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * Makefile.in: Rebuilt.
tromey [Tue, 11 May 1999 13:03:47 +0000 (13:03 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (jv_convert_DEPENDENCIES): Include libgcj.spec.
* libgcj.spec.in: Don't use `+'.  Instead, put old lib spec after
our libraries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26889 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago*** empty log message ***
jimb [Tue, 11 May 1999 12:40:31 +0000 (12:40 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26888 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago* cplus-dem.c (main): Use table lookup to distinguish identifier
jimb [Tue, 11 May 1999 12:39:46 +0000 (12:39 +0000)]
* cplus-dem.c (main): Use table lookup to distinguish identifier
characters from non-identifier characters.
(standard_symbol_alphabet, hp_symbol_alphabet): New functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26887 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * Makefile.in: Rebuilt.
tromey [Tue, 11 May 1999 12:33:49 +0000 (12:33 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (jv_convert_LDADD): Removed `-L.'; it is not needed
and it causes problems with libtool.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26886 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * Makefile.in, configure: Rebuilt.
tromey [Tue, 11 May 1999 12:11:09 +0000 (12:11 +0000)]
* Makefile.in, configure: Rebuilt.
* Makefile.am (jv_convert_LDFLAGS): Removed -nodefaultlibs.
(jv_convert_LDADD): Added ZLIBS.  Removed -lm, -lc, -lgcc.
(jv_convert_DEPENDENCIES): Added ZDEPS.
* configure.in (GCSPEC): Added `-L' to point to boehm-gc build
directory.
(THREADSPEC): Added `-L' to point to qthreads build directory.
(ZLIBS): New subst.
(ZDEPS): New subst.
* configure, Makefile.in: Rebuilt.
* Makefile.am (toolexeclib_DATA): New macro.
* configure.in: Create libgcj.spec.  Look for -lsocket and -lnsl.
Recognize --with-system-zlib.
(GCSPEC): New subst.
(THREADSPEC): New subst.
(SYSTEMSPEC): New subst.
(ZLIBSPEC): New subst.
* libgcj.spec.in: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26885 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-05-11 Andrew Haley <aph@cygnus.com>
aph [Tue, 11 May 1999 12:09:13 +0000 (12:09 +0000)]
1999-05-11  Andrew Haley  <aph@cygnus.com>
        * parse.y (source_end_java_method): If the current method contains
        any exception handlers, force asynchronous_exceptions: this is
        necessary because signal handlers in libjava may throw exceptions.
        * decl.c (end_java_method): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26884 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x
tromey [Tue, 11 May 1999 12:00:35 +0000 (12:00 +0000)]
* Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x
flags.
* jvspec.c (THREAD_NAME): Removed.
(GC_NAME): Likewise.
(MATHLIB): Likewise.
(WITHLIBC): Likewise.
(GCLIB): Likewise.
(THREADLIB): Likewise.
(MATH_LIBRARY): Likewise.
(lang_specific_driver): Don't add `-l' options to command line.
Instead, add a single --specs option.  Recognize `-L' options and
use them to search for spec file.
(find_spec_file): New function.
(SPEC_FILE): New define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26883 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoTue May 11 11:46:36 1999 Dave Brolley <brolley@cygnus.com>
brolley [Tue, 11 May 1999 08:50:13 +0000 (08:50 +0000)]
Tue May 11 11:46:36 1999  Dave Brolley  <brolley@cygnus.com>
* lang-options.h: -MD, -MMD, -M and -MM not needed here for
cpplib-enabled build.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26882 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoTue May 11 11:45:16 1999 Dave Brolley <brolley@cygnus.com>
brolley [Tue, 11 May 1999 08:49:39 +0000 (08:49 +0000)]
Tue May 11 11:45:16 1999  Dave Brolley  <brolley@cygnus.com>
* toplev.c (documented_lang_options): Add -MD, -MMD, -M and -MM for
cpplib-enabled compilers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26881 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoTue May 11 11:34:56 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
vmakarov [Tue, 11 May 1999 08:38:56 +0000 (08:38 +0000)]
Tue May 11 11:34:56 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
* config/sparc/sparc.h (GO_IF_LEGITIMATE_ADDRESS): Add parentheses
around &&.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26880 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago(FUNCTION_ARG): Stack element of PARALLEL must come first
nickc [Tue, 11 May 1999 06:27:30 +0000 (06:27 +0000)]
(FUNCTION_ARG): Stack element of PARALLEL must come first

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26879 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * fixinc/inclhack.def (sun_auth_proto): Apply to all targets.
law [Tue, 11 May 1999 00:47:31 +0000 (00:47 +0000)]
    * fixinc/inclhack.def (sun_auth_proto): Apply to all targets.
        (sysz_stdlib_for_sun): Similarly.
        * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26878 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Tue, 11 May 1999 00:45:06 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26877 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoAdd some missing folks.
law [Mon, 10 May 1999 23:35:34 +0000 (23:35 +0000)]
Add some missing folks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26876 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix irix5 native build failure resulting from my previous patch.
wilson [Mon, 10 May 1999 20:35:34 +0000 (20:35 +0000)]
Fix irix5 native build failure resulting from my previous patch.
* config/mips/elf.h (UNIQUE_SECTION_P): Undef.
* config/mips/elf64.h (UNIQUE_SECTION_P): Undef.
* config/mips/mips.h (UNIQUE_SECTION_P): Define to 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26875 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agofix typo
jason [Mon, 10 May 1999 19:48:13 +0000 (19:48 +0000)]
fix typo

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26874 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago* g++.old-deja/g++.other/null1.C (g): Add overload for long.
rth [Mon, 10 May 1999 17:42:01 +0000 (17:42 +0000)]
* g++.old-deja/g++.other/null1.C (g): Add overload for long.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26873 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
brolley [Mon, 10 May 1999 15:31:28 +0000 (15:31 +0000)]
1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
* cppspec.c: Treat two non-option arguments as input and
output file.  Three or more non-option args is an error.
Clean up.
* gcc.c (default_compilers): Pass -$ to the preprocessor.
* objc/lang-specs.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26872 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
brolley [Mon, 10 May 1999 15:30:04 +0000 (15:30 +0000)]
1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
* lang-specs.h: Pass -$ to the preprocessor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26871 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
brolley [Mon, 10 May 1999 15:25:49 +0000 (15:25 +0000)]
1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
* cppspec.c: Treat two non-option arguments as input and
output file.  Three or more non-option args is an error.
Clean up.
* gcc.c (default_compilers): Pass -$ to the preprocessor.
* cp/lang-specs.h,ch/lang-specs.h,f/lang-specs.h,
objc/lang-specs.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26870 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.columbia.edu>
brolley [Mon, 10 May 1999 15:24:36 +0000 (15:24 +0000)]
1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* cppfiles.c (initialize_input_buffer): New function.
(finclude): Call it, if pfile->input_buffer is NULL.  Accept
any character device as an input file.
(read_and_prescan): Use pfile->input_buffer and
pfile->input_speccase.
* cppinit.c (cpp_cleanup): Free pfile->input_buffer and
pfile->input_speccase.
* cpplib.h (cpp_reader): Add input_buffer, input_speccase, and
input_buffer_len members.  Use memcpy in CPP_PUTS_Q.
* cppmain.c: Buffer output in the token_buffer; throttle
number of calls to fwrite; check for errors from fwrite.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26869 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoUpdate derived files
burley [Mon, 10 May 1999 15:21:11 +0000 (15:21 +0000)]
Update derived files

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26868 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agofix various @xref's per proper style
burley [Mon, 10 May 1999 15:20:39 +0000 (15:20 +0000)]
fix various @xref's per proper style

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26867 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoUpdate derived files
burley [Mon, 10 May 1999 14:45:17 +0000 (14:45 +0000)]
Update derived files

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26866 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDoc upgrade to netlib libf2c as of today
burley [Mon, 10 May 1999 14:42:40 +0000 (14:42 +0000)]
Doc upgrade to netlib libf2c as of today

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26865 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoUpdate to Netlib version of 1999-05-10
burley [Mon, 10 May 1999 14:40:59 +0000 (14:40 +0000)]
Update to Netlib version of 1999-05-10

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26864 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * java/io/InputStreamReader.java (read): If length is 0, return
tromey [Mon, 10 May 1999 12:33:07 +0000 (12:33 +0000)]
* java/io/InputStreamReader.java (read): If length is 0, return
0.  Reset `wpos' and `wcount' when buffer has been filled and
emptied.
* java/util/Properties.java (save): Removed `FIXME' comment.
(load): Invalid characters in \u now treated as terminators.
Make sure to append character resulting from `\' handling.
Cast to `char' when appending to key or value.
(skip_ws): Inverted test for whitespace.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26862 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.
jason [Mon, 10 May 1999 12:12:58 +0000 (12:12 +0000)]
* init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.
Don't bother wrapping an OFFSET_TYPE around unknown_type_node.
(resolve_offset_ref): Don't handle a raw baselink.
* cvt.c (build_expr_type_conversion): Likewise.
* typeck.c (decay_conversion, build_c_cast, convert_for_assignment,
convert_for_initialization): Likewise.
* class.c (instantiate_type): Handle seeing a baselink under an
OFFSET_REF.
* error.c (dump_expr): Likewise.
* pt.c (for_each_template_parm): Likewise.
(resolve_overloaded_unification): Likewise.
* tree.c (is_overloaded_fn, really_overloaded_fn): Likewise.
* typeck.c (expr_sizeof): Also complain about other permutations
of overloaded functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26861 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * optabs.c (emit_cmp_and_jump_insns): Handle the case where both
law [Mon, 10 May 1999 12:05:24 +0000 (12:05 +0000)]
* optabs.c (emit_cmp_and_jump_insns): Handle the case where both
operands to the comparison are constants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26860 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * java/io/RandomAccessFile.java (RandomAccessFile): Removed
tromey [Mon, 10 May 1999 10:37:16 +0000 (10:37 +0000)]
* java/io/RandomAccessFile.java (RandomAccessFile): Removed
`FIXME' comment.
(readLine): Likewise.
(readFully): Implemented.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26859 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * java/lang/natObject.cc (sync_init): Use _Jv_AllocBytesChecked.
tromey [Mon, 10 May 1999 09:28:54 +0000 (09:28 +0000)]
* java/lang/natObject.cc (sync_init): Use _Jv_AllocBytesChecked.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26858 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * java/awt/natToolkit.cc: Added copyright header.
tromey [Mon, 10 May 1999 09:23:41 +0000 (09:23 +0000)]
* java/awt/natToolkit.cc: Added copyright header.
* java/util/zip/InflaterInputStream.java: Added copyright header.
* java/io/FilterWriter.java (FilterWriter): Removed `FIXME'
comment.
* java/io/SequenceInputStream.java (SequenceInputStream): Removed
`FIXME' comment.
(getNextStream): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26857 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * java/util/ResourceBundle.java (partialGetBundle): Explicitly use
tromey [Mon, 10 May 1999 08:58:54 +0000 (08:58 +0000)]
* java/util/ResourceBundle.java (partialGetBundle): Explicitly use
locale.toString().
(getBundle): Don't explicitly throw null pointer exception.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26856 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * gnu/gcj/RawData.java: Added copyright header.
tromey [Mon, 10 May 1999 08:42:28 +0000 (08:42 +0000)]
* gnu/gcj/RawData.java: Added copyright header.
* include/jni.h (_Jv_va_list): Always define as va_list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26855 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * configure, Makefile.in: Rebuilt.
tromey [Mon, 10 May 1999 08:05:43 +0000 (08:05 +0000)]
* configure, Makefile.in: Rebuilt.
* Makefile.am (EXTRA_LTLIBRARIES): New macro.
(toolexeclib_LTLIBRARIES): Use @target_all@.
* configure.in: Recognize --with-system-zlib.  Subst target_all.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26854 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agocheck for Norcroft bug ; // comment remover portability
korbb [Mon, 10 May 1999 07:30:06 +0000 (07:30 +0000)]
check for Norcroft bug ; // comment remover portability

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26853 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Mon, 10 May 1999 00:45:03 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26852 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agouse small single-precision values, to avoid problem on Alphas when not -mieee
burley [Sun, 9 May 1999 23:39:03 +0000 (23:39 +0000)]
use small single-precision values, to avoid problem on Alphas when not -mieee

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26851 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoAdd some transitive closure
burley [Sun, 9 May 1999 22:33:09 +0000 (22:33 +0000)]
Add some transitive closure

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26850 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agostandard-conforming error check for [de]time_.c
burley [Sun, 9 May 1999 20:03:20 +0000 (20:03 +0000)]
standard-conforming error check for [de]time_.c

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26849 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoHandle ERROR_MARK input
burley [Sun, 9 May 1999 19:56:58 +0000 (19:56 +0000)]
Handle ERROR_MARK input

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26848 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoCorrect bug-report address and point to the FAQ
burley [Sun, 9 May 1999 19:52:39 +0000 (19:52 +0000)]
Correct bug-report address and point to the FAQ

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26847 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago8
law [Sun, 9 May 1999 12:25:03 +0000 (12:25 +0000)]
8
        * gcse.c (cprop_insn): Do not try to simplify a simple jump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26846 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
law [Sun, 9 May 1999 12:25:00 +0000 (12:25 +0000)]

        * gcse.c (cprop_insn): Do not try to simplify a simple jump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26845 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago* config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if
rearnsha [Sun, 9 May 1999 11:19:34 +0000 (11:19 +0000)]
* config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if
necessary.  Reported by jim@federated.com.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26844 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Sun, 9 May 1999 00:45:03 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26843 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * java/text/DateFormat.java (computeInstance): Separate time
green [Sat, 8 May 1999 22:21:50 +0000 (22:21 +0000)]
* java/text/DateFormat.java (computeInstance): Separate time
and date styles.
(getDateTimeInstance): Ditto.
(getDateTimeInstance(int,int)): New method.
        * Makefile.in: Rebuilt.
* Makefile.am (ordinary_java_source_files): Add new classes.
* java/util/PropertyResourceBundle.java: New file.
* gnu/gcj/util/EnumerationChain.java: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26842 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * pa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for the
law [Sat, 8 May 1999 22:11:24 +0000 (22:11 +0000)]
* pa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for the
base register in an absolute memory address.
* pa.md (conditional moves): Avoid using immediate zero for
register zero.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26841 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
rth [Sat, 8 May 1999 16:39:18 +0000 (16:39 +0000)]
    * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
        the constant to test.  Don't XFAIL 64-bit targets.
        * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
        * g++.old-deja/g++.law/profile1.C: Likewise.
        * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
        operator new instances.
        * g++.old-deja/g++.other/delete5.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26840 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago* config/arm/arm.h (NEED_PLT_GOT): New macro. Set to 0 if not
rearnsha [Sat, 8 May 1999 09:40:05 +0000 (09:40 +0000)]
* config/arm/arm.h (NEED_PLT_GOT): New macro.  Set to 0 if not
already defined.
* config/arm/elf.h (NEED_PLT_GOT): Define to flag_pic.
* config/arm/arm.md (call_symbol, call_value_symbol et al.): If
NEED_PLT_GOT is true, add explicit "(PLT)" to generated branches.
* config/arm/arm.c (output_func_epilogue,
output_return_instruction): Likewise for calls to abort.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26839 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDonn Terry (donn@interix.com)
rth [Sat, 8 May 1999 01:58:39 +0000 (01:58 +0000)]
Donn Terry (donn@interix.com)
        * calls.c (rtx_for_function_call): Extend function pointer being
        passed to chkr_check_exec_libfunc, if needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26838 138bc75d-0d04-0410-961f-82ee72b054a4