Jeffrey A Law
01e752d386
cse.c (flush_hash_table): New function.
...
* cse.c (flush_hash_table): New function.
(cse_insn): Flush the hash table when we encounter a volatile asm.
(cse_basic_block): Use flush_hash_table instead of doing it
inline.
* reload1.c (reload_cse_regs_1): Flush known register values if
we encounter a volatile asm.
From-SVN: r26304
1999-04-08 18:29:45 -06:00
Mike Stump
3fb2a045ec
Fix spelling and spaces
...
From-SVN: r26303
1999-04-08 23:01:07 +00:00
Jason Merrill
1c5b07db5a
update
...
From-SVN: r26302
1999-04-08 18:03:08 -04:00
Mike Stump
aa936017bc
Fix spelling errors and spaces
...
From-SVN: r26301
1999-04-08 20:52:09 +00:00
Mark Mitchell
5082a35587
error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands don't have types.
...
* error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands
don't have types.
From-SVN: r26300
1999-04-08 20:16:51 +00:00
Jeffrey A Law
d4ca58b3e0
* loop.c (strength_reduce): Re-enable Joern's loop improvements.
...
From-SVN: r26299
1999-04-08 12:21:29 -06:00
Mike Stump
cfd1324bc6
Fix typo
...
From-SVN: r26298
1999-04-08 17:20:31 +00:00
Geoff Berry
825bd5ae6f
natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6).
...
1999-04-08 Geoff Berry <gcb@gnu.org>
* natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6).
* natPlainSocketImpl.cc (accept): Add missing else if check
for AF_INET6.
From-SVN: r26297
1999-04-08 13:22:59 +00:00
Mark Mitchell
3fc5037bd1
* search.c (template_self_reference_p): Tweak.
...
From-SVN: r26296
1999-04-08 13:05:50 +00:00
Tom Tromey
c86e69b2f9
Long.java (parseLong): Corrected overflow detection code.
...
* java/lang/Long.java (parseLong): Corrected overflow detection
code.
* java/lang/Integer.java (parseInt): Corrected overflow detection
code.
From-SVN: r26295
1999-04-08 11:57:28 +00:00
Tom Tromey
e086449d2a
PrintStream.java (print): Handle null string argument.
...
* java/io/PrintStream.java (print): Handle null string argument.
(println): Likewise.
From-SVN: r26294
1999-04-08 11:41:01 +00:00
Nick Clifton
36ba9cb8d2
Undo previous delta - always display large constants in decimal.
...
From-SVN: r26293
1999-04-08 10:16:12 +00:00
Ovidiu Predescu
09608fa2b0
Updated the URL to Boehm's GC page.
...
From-SVN: r26292
1999-04-08 09:23:35 +00:00
Kaveh R. Ghazi
64ccbc9931
configure.in (host_xm_file, [...]): Include hwint.h.
...
* configure.in (host_xm_file, build_xm_file): Include hwint.h.
Use case statements instead of "if test -a ... -a ... -a ..."
* machmode.h: Don't define HOST_WIDE_INT, etc. Wrap use of
HOST_WIDE_INT in #ifdef.
* mips.h: Include hwint.h instead of providing definitions for
HOST_WIDE_INT, etc. Wrap uses of HOST_WIDE_INT in #ifdef.
From-SVN: r26291
1999-04-08 07:27:38 +00:00
Manfred Hollstein
4410d49162
�
...
Update my email address.
From-SVN: r26290
1999-04-08 03:55:08 +00:00
Jason Merrill
647f28dd61
tweak
...
From-SVN: r26289
1999-04-07 23:52:31 -04:00
John Wehle
e4ad100384
i386.md (truncdfsf2, [...]): Rewrite using a splitter.
...
* i386.md (truncdfsf2, truncxfsf2,
truncxfdf2): Rewrite using a splitter.
From-SVN: r26288
1999-04-08 03:19:00 +00:00
Jeff Law
8f401e4fe3
Daily bump.
...
From-SVN: r26287
1999-04-07 18:45:09 -06:00
Art Haas
0385ba5773
freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Avoid ambigious else statement.
...
* freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Avoid ambigious
else statement.
* gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
* linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
* openbsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r26286
1999-04-07 18:32:14 -06:00
Jeffrey A Law
098f2a1e95
h8300.c (h8300_adjust_insn_length): Also avoid recognizing ADDR_VEC and ADDR_DIFF_VEC insns.
...
* h8300.c (h8300_adjust_insn_length): Also avoid recognizing
ADDR_VEC and ADDR_DIFF_VEC insns.
From-SVN: r26285
1999-04-07 17:17:52 -06:00
Jim Wilson
1eaa8ab08f
Enable nonlocal goto testcase for i960.
...
* execute/920501-7.c (main): Delete __I960__ ifndef.
From-SVN: r26284
1999-04-07 16:11:06 -07:00
Jeffrey A Law
47cf37f924
h8300.c (h8300_adjust_insn_length): Avoid trying to recognize USE, CLOBBER or SEQUENCE insns.
...
* h8300.c (h8300_adjust_insn_length): Avoid trying to recognize
USE, CLOBBER or SEQUENCE insns.
* unroll.c (unroll_loop): For HAVE_cc0 machines, adjust copy_end_luid
to account for the uncopied insn that sets cc0 at the end of the loop.
From-SVN: r26283
1999-04-07 17:07:06 -06:00
Jim Wilson
a45f333130
Patch to make nested functions and non-local gotos work.
...
* i960/i960.c (i960_function_prologue): Don't save static chain
pointer.
* i960/i960.h (STACK_CHAIN_REGNUM): Change from r3 to g12.
(TRAMPOLINE_TEMPLATE): Likewise.
(FRAME_POINTER_REQUIRED): Check current_function_has_nonlocal_goto.
* i960/i960.md (nonlocal_goto): Rewrite.
From-SVN: r26282
1999-04-07 16:03:01 -07:00
Warren Levy
9a566c0926
natString.cc (init(jbyteArray,jint,jint,jstring)): Set count to 0 when InputStreamReader returns -1 for EOF.
...
* java/lang/natString.cc (init(jbyteArray,jint,jint,jstring)):
Set count to 0 when InputStreamReader returns -1 for EOF.
From-SVN: r26273
1999-04-07 19:31:01 +00:00
Tom Tromey
dc4618f922
mauve-libgcj: Omit java.text.Collator, java.text.RuleBasedCollator.
...
* mauve-libgcj: Omit java.text.Collator,
java.text.RuleBasedCollator.
From-SVN: r26265
1999-04-07 14:42:43 +00:00
Tom Tromey
75bbfcfa86
Initial revision
...
From-SVN: r26264
1999-04-07 14:42:42 +00:00
Tom Tromey
ee9dd3721b
Initial revision
...
From-SVN: r26263
1999-04-07 14:42:40 +00:00
Philip Blundell
140fa895c6
check for __ELF__ not __elf__
...
From-SVN: r26262
1999-04-07 13:53:22 +00:00
Jeffrey A Law
94d5c4563f
unroll.c (copy_loop_body): Always ensure at least two insns are in the copied loop.
...
* unroll.c (copy_loop_body): Always ensure at least two insns
are in the copied loop.
From-SVN: r26261
1999-04-07 07:22:29 -06:00
Catherine Moore
6ed173d03b
elf.h (MAKE_DECL_ONE_ONLY): Define.
...
* config/mips/elf.h (MAKE_DECL_ONE_ONLY): Define.
(UNIQUE_SECTION_P): Define.
From-SVN: r26260
1999-04-07 08:59:53 -04:00
Bruce Korb
12408bb3aa
Remove dynamic content from generated files
...
From-SVN: r26259
1999-04-07 11:50:49 +00:00
John Wehle
61a1397b06
i386.c (output_move_memory): Remove.
...
* i386.c (output_move_memory): Remove.
* i386.h: Likewise.
* i386.md (movsi, movhi, movstricthi, movqi, movstrictqi,
movsf, movdf, movxf, movdi): Check no_new_pseudos instead
of (reload_in_progress | reload_completed).
From-SVN: r26258
1999-04-07 10:25:42 +00:00
Tom Tromey
1530be84fc
Cygnus/libgcj changes to Boehm GC.
...
From-SVN: r26257
1999-04-07 08:01:42 +00:00
Tom Tromey
537cff9c87
Initial revision
...
From-SVN: r26256
1999-04-07 08:01:41 +00:00
Tom Tromey
090aab5650
Initial revision
...
From-SVN: r26255
1999-04-07 08:01:40 +00:00
Tom Tromey
2f5f7a08c8
Initial revision
...
From-SVN: r26254
1999-04-07 08:01:39 +00:00
Tom Tromey
18a4bc4eab
Initial revision
...
From-SVN: r26253
1999-04-07 08:01:38 +00:00
Tom Tromey
d048a803cf
Initial revision
...
From-SVN: r26252
1999-04-07 08:01:37 +00:00
Tom Tromey
fdcddcb1df
Initial revision
...
From-SVN: r26251
1999-04-07 08:01:36 +00:00
Tom Tromey
21a6f56df7
Initial revision
...
From-SVN: r26250
1999-04-07 08:01:35 +00:00
Tom Tromey
b6009c6ed6
Initial revision
...
From-SVN: r26249
1999-04-07 08:01:34 +00:00
Tom Tromey
2dc1801226
Initial revision
...
From-SVN: r26248
1999-04-07 08:01:32 +00:00
Tom Tromey
5660904616
Initial revision
...
From-SVN: r26247
1999-04-07 08:01:31 +00:00
Tom Tromey
73ffefd017
Initial revision
...
From-SVN: r26246
1999-04-07 08:01:30 +00:00
Tom Tromey
c46bb2fd3d
Initial revision
...
From-SVN: r26245
1999-04-07 08:01:29 +00:00
Tom Tromey
6ad7c37da5
Initial revision
...
From-SVN: r26244
1999-04-07 08:01:27 +00:00
Kaveh R. Ghazi
62218b2827
ansify.c (die): Specify void argument.
...
* ansify.c (die): Specify void argument.
* intdoc.c (family_name, dumpgen, dumpspec, dumpimp,
argument_info_ptr, argument_info_string, argument_name_ptr,
argument_name_string, elaborate_if_complex,
elaborate_if_maybe_complex, elaborate_if_real, print_type_string):
Const-ify a char*.
(main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
(_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
_ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*.
From-SVN: r26243
1999-04-07 06:48:36 +00:00
Jeff Law
b9e4169910
Fix copyright date.
...
From-SVN: r26242
1999-04-06 22:46:54 -06:00
Jeff Law
bbf9d88cd7
Fix trivial formatting buglet in each file.
...
From-SVN: r26241
1999-04-06 22:42:42 -06:00
Jeff Law
3af6481778
gcc.exp (proc gcc_target_compile): Add support for timeout specified by target.
...
* lib/gcc.exp (proc gcc_target_compile): Add support for timeout
specified by target.
Also add missing ChangeLog entries for changes that we installed long ago...
From-SVN: r26240
1999-04-06 22:32:04 -06:00