gcc.git
21 years agors6000.c (function_arg): Set inner mode of SPE vectors to SI.
Jim Wilson [Fri, 22 Nov 2002 02:22:13 +0000 (02:22 +0000)]
rs6000.c (function_arg): Set inner mode of SPE vectors to SI.

2002-11-21  Jim Wilson  <wilson@redhat.com>

* config/rs6000/rs6000.c (function_arg): Set inner mode of SPE
vectors to SI.

From-SVN: r59365

21 years agoxtensa-protos.h (xtensa_copy_incoming_a7): Declare.
Bob Wilson [Fri, 22 Nov 2002 00:23:31 +0000 (00:23 +0000)]
xtensa-protos.h (xtensa_copy_incoming_a7): Declare.

        * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Declare.
        * config/xtensa/xtensa.c (struct machine_function): Add
        incoming_a7_copied flag.
        (xtensa_copy_incoming_a7): Define.
        (xtensa_emit_move_sequence): Use xtensa_copy_incoming_a7.
        * config/xtensa/xtensa.md (movdi, movsf, movdf): Ditto.

From-SVN: r59364

21 years agoi386-protos.h (x86_64_sign_extended_value): Fix prototype.
Jan Hubicka [Thu, 21 Nov 2002 22:54:20 +0000 (22:54 +0000)]
i386-protos.h (x86_64_sign_extended_value): Fix prototype.

* i386-protos.h (x86_64_sign_extended_value): Fix prototype.
* i386.c (x86_64_general_operand, x86_64_szext_general_operand,
x86_64_nonmemory_operand, x86_64_movabs_operand,
x86_64_szext_nonmemory_operand, x86_64_immediate_operand,
ix86_expand_int_movcc): Update call of x86_64_sign_extended_value.
(local_symbolic_operand): Do not care the 64bit limits.
(x86_64_sign_extended_value): Remove allow_rip support.
(legitimate_pic_address_disp_p): Handle all cases allowed
with RIP addressing.
(legitimate_address_p): Use legitimate_pic_address_disp_p for PIC.
(legitimize_pic_address): Reorganize.
* i386.h (EXTRA_CONSTRAINT): Update call of x86_64_sign_extended_value.

From-SVN: r59362

21 years ago* gcc.dg/i386-unroll-1.c: New test.
Eric Botcazou [Thu, 21 Nov 2002 22:08:15 +0000 (22:08 +0000)]
* gcc.dg/i386-unroll-1.c: New test.

From-SVN: r59361

21 years agore PR c++/8342 (g++.jason/pmf7.C fails on i586-pc-linux-gnu)
Glen Nakamura [Thu, 21 Nov 2002 21:42:40 +0000 (21:42 +0000)]
re PR c++/8342 (g++.jason/pmf7.C fails on i586-pc-linux-gnu)

PR c++/8342
* typeck.c (get_member_function_from_ptrfunc): Make sure that a
SAVE_EXPR for instance_ptr doesn't get evaluated first inside one
of the branches of a COND_EXPR.

From-SVN: r59360

21 years agoconfig.gcc (arm*-*-netbsdelf*): Enable configuration.
Jason Thorpe [Thu, 21 Nov 2002 21:39:17 +0000 (21:39 +0000)]
config.gcc (arm*-*-netbsdelf*): Enable configuration.

* config.gcc (arm*-*-netbsdelf*): Enable configuration.
* config/arm/netbsd-elf.h: New file.

From-SVN: r59359

21 years agoelf.h (SUBTARGET_EXTRA_SPECS): Add subtarget_asm_float_spec.
Jason Thorpe [Thu, 21 Nov 2002 21:29:24 +0000 (21:29 +0000)]
elf.h (SUBTARGET_EXTRA_SPECS): Add subtarget_asm_float_spec.

* config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Add
subtarget_asm_float_spec.
(SUBTARGET_ASM_FLOAT_SPEC): Define, moving the
defaults from...
(ASM_SPEC): ...here.  Use subtarget_asm_float_spec.

From-SVN: r59358

21 years agoloader.exp (gcj_loader_test_one): Fix typo in 'type' argument to libjava_tcompile.
Ulrich Weigand [Thu, 21 Nov 2002 18:14:47 +0000 (18:14 +0000)]
loader.exp (gcj_loader_test_one): Fix typo in 'type' argument to libjava_tcompile.

* libjava.loader/loader.exp (gcj_loader_test_one): Fix typo in
'type' argument to libjava_tcompile.
(gcj_loader_run): Use libjava_tcompile instead of running
GCJ_UNDER_TEST directly.

From-SVN: r59351

21 years agoposix.h: I put too much into the #ifndef DISABLE_JAVA_NET.
Michael Koch [Thu, 21 Nov 2002 18:01:22 +0000 (18:01 +0000)]
posix.h: I put too much into the #ifndef DISABLE_JAVA_NET.

 2002-11-21  Michael Koch <konqueror@gmx.de>

        * include/posix.h: I put too much into the #ifndef DISABLE_JAVA_NET.
        Only the new network functions should be in it.

From-SVN: r59350

21 years agofr30.md (movsf_constant_store): Move code to detect 0.0 into fr30.c.
Nick Clifton [Thu, 21 Nov 2002 16:36:52 +0000 (16:36 +0000)]
fr30.md (movsf_constant_store): Move code to detect 0.0 into fr30.c.

* config/fr30/fr30.md (movsf_constant_store): Move code to detect 0.0 into fr30.c.
* config/fr30/fr30-protos.h (fr30_const_double_is_zero): Prototype.
* config/fr30/fr30.c (fr30_const_double_is_zero): New function.  Return true if the rtx is 0.0.

From-SVN: r59349

21 years agoelf.h (ASM_SPEC, LINK_SPEC): Pass -EL if -mlittle-endian is specified.
Jason Thorpe [Thu, 21 Nov 2002 15:48:02 +0000 (15:48 +0000)]
elf.h (ASM_SPEC, LINK_SPEC): Pass -EL if -mlittle-endian is specified.

* config/arm/elf.h (ASM_SPEC, LINK_SPEC): Pass -EL
if -mlittle-endian is specified.

From-SVN: r59348

21 years agore PR rtl-optimization/2903 ([arm] Optimization bug with long long arithmetic)
Richard Earnshaw [Thu, 21 Nov 2002 14:51:27 +0000 (14:51 +0000)]
re PR rtl-optimization/2903 ([arm] Optimization bug with long long arithmetic)

PR optimization/2903
* arm.md (anddi_notzesidi_di): Operand 2 is inverted not operand 1.
(anddi_notsesidi_di): Likewise.

From-SVN: r59347

21 years agoposic.h: Moved new functions into a #ifndef DISABLE_JAVA_NET
Michael Koch [Thu, 21 Nov 2002 14:34:12 +0000 (14:34 +0000)]
posic.h: Moved new functions into a #ifndef DISABLE_JAVA_NET

2002-11-21  Michael Koch <konqueror@gmx.de>

* include/posic.h: Moved new functions into a #ifndef DISABLE_JAVA_NET
* include/win32.h: Moved new functions into a #ifndef DISABLE_JAVA_NET

From-SVN: r59346

21 years agoh8300.c (print_operand): Use h8300_eightbit_constant_address_p and h8300_tiny_constan...
Kazu Hirata [Thu, 21 Nov 2002 14:09:31 +0000 (14:09 +0000)]
h8300.c (print_operand): Use h8300_eightbit_constant_address_p and h8300_tiny_constant_address_p.

* config/h8300/h8300.c (print_operand): Use
h8300_eightbit_constant_address_p and
h8300_tiny_constant_address_p.
(h8300_adjust_insn_length): Likewise.
* config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Remove.
(TINY_CONSTANT_ADDRESS_P): Likewise.
(OK_FOR_U): Use eightbit_constant_address_p.

From-SVN: r59343

21 years agolibgcc-libc.ver: Add multilib support.
Ulrich Weigand [Thu, 21 Nov 2002 12:03:49 +0000 (12:03 +0000)]
libgcc-libc.ver: Add multilib support.

* config/s390/libgcc-libc.ver: Add multilib support.
* config/s390/linux.h (MULTILIB_DEFAULT): Define.
* config/s390/t-linux64 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
MULTILIB_OSDIRNAMES, LIBGCC, INSTALL_LIBGCC,
EXTRA_MULTILIB_PARTS): Define.

From-SVN: r59342

21 years agoAsynchronousCloseException.java, [...]: New files.
Michael Koch [Thu, 21 Nov 2002 10:45:14 +0000 (10:45 +0000)]
AsynchronousCloseException.java, [...]: New files.

2002-11-21  Michael Koch <konqueror@gmx.de>

* java/nio/channels/AsynchronousCloseException.java,
java/nio/channels/CancelledKeyException.java,
java/nio/channels/ClosedByInterruptException.java,
java/nio/channels/ConnectionPendingException.java,
java/nio/channels/FileLockInterruptionException.java,
java/nio/channels/IllegalSelectorException.java,
java/nio/channels/NoConnectionPendingException.java,
java/nio/channels/NonReadableChannelException.java,
java/nio/channels/NonWritableChannelException.java,
java/nio/channels/NotYetBoundException.java,
java/nio/channels/NotYetConnectedException.java,
java/nio/channels/OverlappingFileLockException.java,
java/nio/channels/UnresolvedAddressException.java,
java/nio/channels/UnsupportedAddressTypeException.java:
New files.
* Makefile.am (ordinary_java_source_files): Added new files.
* Makefile.in: Regenerated.

From-SVN: r59341

21 years agoForgot to add to cvs command line
Michael Koch [Thu, 21 Nov 2002 10:24:18 +0000 (10:24 +0000)]
Forgot to add to cvs command line

From-SVN: r59340

21 years agoarm.c (arm_get_frame_size): A leaf function does not need its stack padding to an...
Richard Earnshaw [Thu, 21 Nov 2002 10:22:02 +0000 (10:22 +0000)]
arm.c (arm_get_frame_size): A leaf function does not need its stack padding to an aligned boundary if...

* arm.c (arm_get_frame_size): A leaf function does not need its
stack padding to an aligned boundary if it has no frame.
(thumb_get_frame_size): Likewise.

From-SVN: r59339

21 years ago2002-11-21 Michael Koch <konqueror@gmx.de>
Michael Koch [Thu, 21 Nov 2002 10:08:03 +0000 (10:08 +0000)]
2002-11-21  Michael Koch <konqueror@gmx.de>

       * include/posix.h
       (_Jv_socket): New method.
       (_Jv_connect): New method.
       (_Jv_close): New method.
       (_Jv_platform_close_on_exec): Prefixed system function with "::".
       (_Jv_bind): New method.
       (_Jv_listen): New method.
       (_Jv_write): New method.
       (_Jv_read): New method.
       * include/win32.h
       (_Jv_socket): New method.
       (_Jv_connect): New method.
       (_Jv_close): New method.
       (_Jv_bind): New method.
       (_Jv_listen): New method.
       (_Jv_write): New method.
       (_Jv_read): New method.
       * java/net/natNetworkInterface.cc:
       Include platform.h, removed inclusion of socket.h
       (getRealNetworkInterfaces): Replaced ::socket() by _Jv_socket() and
       ::close() by _Jv_close().
       * java/net/natPlainDatagramSocketImpl.cc:
       Removed include of socket.h, definition of NATIVE_CLOSE and _Jv_bind,
       added some new lines to make code more readable.
       (create): Replaced ::socket() by _Jv_socket().
       (close): Replaced NATIVE_CLOSE() by _Jv_close().
       * java/net/natPlainSocketImpl.cc:
       Removed definition of NATIVE_CLOSE, _Jv_bind, Jv_connect and _Jv_accept,
       removed include of socket.h, removed some windows defines
       (now in include/win32.h).
       (create): Replaced ::socket() by _Jv_socket().
       (close): Replaced NATIVE_CLOSE() by _Jv_close().
       (write): Replaced ::read by _Jv_write().
       (read): Replaced ::read by _Jv_read().

From-SVN: r59338

21 years agodocumentation.html: Fix broken/thinko'd URL.
Phil Edwards [Thu, 21 Nov 2002 08:28:34 +0000 (08:28 +0000)]
documentation.html: Fix broken/thinko'd URL.

2002-11-21  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/documentation.html:  Fix broken/thinko'd URL.

From-SVN: r59337

21 years agoDaily bump.
GCC Administrator [Thu, 21 Nov 2002 08:17:21 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r59336

21 years agorun_doxygen: Tighter search expression for sed.
Phil Edwards [Thu, 21 Nov 2002 08:16:32 +0000 (08:16 +0000)]
run_doxygen: Tighter search expression for sed.

2002-11-21  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/run_doxygen:  Tighter search expression for sed.
* docs/doxygen/stdheader.cc:  Handle the case of good headers.

From-SVN: r59332

21 years agoFix ChangeLog edit goof.
Phil Edwards [Thu, 21 Nov 2002 07:38:27 +0000 (07:38 +0000)]
Fix ChangeLog edit goof.

From-SVN: r59329

21 years agoacinclude.m4: Uniform formatting.
Phil Edwards [Thu, 21 Nov 2002 07:34:30 +0000 (07:34 +0000)]
acinclude.m4: Uniform formatting.

2002-11-21  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4:  Uniform formatting.
* configure.in:  x
* configure.target:  x
* aclocal.m4, configure:  Regenerate.

From-SVN: r59328

21 years agostreambuf.tcc (basic_streambuf::sputbackc): Prefix "this->" to call to pbackfail.
Phil Edwards [Thu, 21 Nov 2002 07:27:51 +0000 (07:27 +0000)]
streambuf.tcc (basic_streambuf::sputbackc): Prefix "this->" to call to pbackfail.

2002-11-21  Phil Edwards  <pme@gcc.gnu.org>

* include/bits/streambuf.tcc (basic_streambuf::sputbackc):  Prefix
"this->" to call to pbackfail.

From-SVN: r59327

21 years agostyle.css: Update.
Phil Edwards [Thu, 21 Nov 2002 07:16:01 +0000 (07:16 +0000)]
style.css: Update.

2002-11-21  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/style.css:  Update.
* docs/doxygen/user.cfg.in:  Update.
* docs/html/documentation.html:  Regenerate.
* docs/html/17_intro/howto.html:  Tweak I/O sentry entry.
* docs/html/27_io/howto.html:  New section on headers.
* docs/html/faq/index.html:  Add i386 threading entry.
* docs/html/faq/index.txt:  Regenerate.

* docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
Import R23.

From-SVN: r59326

21 years agoTODO: Note change in clause 27 docs.
Phil Edwards [Thu, 21 Nov 2002 07:06:41 +0000 (07:06 +0000)]
TODO: Note change in clause 27 docs.

2002-11-21  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/TODO:  Note change in clause 27 docs.
* include/bits/basic_ios.h, include/bits/fpos.h,
include/bits/ios_base.h, include/bits/stl_deque.h,
include/bits/stl_iterator_base_types.h, include/std/std_fstream.h,
include/std/std_iomanip.h, include/std/std_iosfwd.h,
include/std/std_iostream.h, include/std/std_istream.h,
include/std/std_ostream.h, include/std/std_sstream.h,
include/std/std_streambuf.h:  Doxygenate all I/O entities.

From-SVN: r59325

21 years agoinvoke.texi: Explain the purpose of -fmove-all-movables...
Toon Moene [Wed, 20 Nov 2002 23:22:50 +0000 (00:22 +0100)]
invoke.texi: Explain the purpose of -fmove-all-movables...

2002-11-20  Toon Moene  <toon@moene.indiv.nluug.nl>

* invoke.texi: Explain the purpose of -fmove-all-movables,
-freduce-all-givs and -frerun-loop-opts better.

From-SVN: r59323

21 years agoemit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type to component type using...
Steve Ellcey [Wed, 20 Nov 2002 21:52:59 +0000 (21:52 +0000)]
emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type to component type using GET_MODE_INNER.

* emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type
to component type using GET_MODE_INNER.
* expr.c (emit_move_insn_1): Ditto.
* optabs.c (expand_binop): Ditto.
(expand_unop): Ditto.
(expand_complex_abs): Ditto.

From-SVN: r59317

21 years ago* hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64).
Douglas B Rupp [Wed, 20 Nov 2002 21:41:19 +0000 (21:41 +0000)]
* hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64).

From-SVN: r59316

21 years agostreambuf.tcc (__copy_streambufs): Revert previous fix for the interactive half of...
Benjamin Kosnik [Wed, 20 Nov 2002 21:22:48 +0000 (21:22 +0000)]
streambuf.tcc (__copy_streambufs): Revert previous fix for the interactive half of libstdc++/6745...

2002-11-20  Benjamin Kosnik  <bkoz@redhat.com>
    Jonathan Lennox  <lennox@cs.columbia.edu>

* include/bits/streambuf.tcc (__copy_streambufs):
Revert previous fix for the interactive half of
libstdc++/6745, use _M_buf_size_opt to set dynamically
the correct buffer size.

Co-Authored-By: Jonathan Lennox <lennox@cs.columbia.edu>
From-SVN: r59314

21 years agoMakefile.am (ordinary_java_source_files): Added java/nio/channels/FileChannel.java.
Michael Koch [Wed, 20 Nov 2002 21:19:26 +0000 (21:19 +0000)]
Makefile.am (ordinary_java_source_files): Added java/nio/channels/FileChannel.java.

2002-11-20  Michael Koch <konqueror@gmx.de>

* Makefile.am (ordinary_java_source_files):
Added java/nio/channels/FileChannel.java.
* Makefile.in: Regenerated.

From-SVN: r59313

21 years agostormy16.c (s16builtins, [...]): New.
DJ Delorie [Wed, 20 Nov 2002 21:08:33 +0000 (16:08 -0500)]
stormy16.c (s16builtins, [...]): New.

* config/stormy16/stormy16.c (s16builtins,
xstormy16_init_builtins, xstormy16_expand_builtin): New.
* config/stormy16/stormy16.md (divmodhi4, sdivlh, udivlh): New.

From-SVN: r59312

21 years agoggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD): Define as empty.
Hans-Peter Nilsson [Wed, 20 Nov 2002 20:06:34 +0000 (20:06 +0000)]
ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD): Define as empty.

* ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):
Define as empty.
(ggc_realloc): Update valgrind annotations.
* ggc-page.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):
Define as empty.
  (alloc_anon, free_page, ggc_alloc, poison_pages): Add machinery to
valgrind-annotate memory.

From-SVN: r59310

21 years agoMakefile.in (RUN_GEN, [...]): New variables.
Hans-Peter Nilsson [Wed, 20 Nov 2002 19:49:53 +0000 (19:49 +0000)]
Makefile.in (RUN_GEN, [...]): New variables.

* Makefile.in (RUN_GEN, VALGRIND_DRIVER_DEFINES): New variables.
(DRIVER_DEFINES): Add $(VALGRIND_DRIVER_DEFINES).
(executing gencheck, genconfigs, genconditions, genflags,
gencodes, genconstants, genemit, genrecog, genopinit, genextract,
genpeep, genattr, genattrtab, genoutput, gengenrtl, genpreds,
gengtype, genprotos): Prepend $(RUN_GEN).
* configure.in: Move host compiler tests before --enable-checking
tests.
(--enable-checking=valgrind): New.
* config.in, configure: Regenerate.
* cppfiles.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):
Define as empty.
(read_include_file): When doing the mmap+1 trick,
valgrind-annotate the byte after the mmap:ed area as readable.
(purge_cache): Remove above annotation.
* gcc.c (execute) [ENABLE_VALGRIND_CHECKING]: Arrange to prepend
VALGRIND_PATH -q to each command.

From-SVN: r59309

21 years agorecog.c (constrain_operands): Prefer exact match over reloadable EXTRA_MEMORY_CONSTRA...
Ulrich Weigand [Wed, 20 Nov 2002 17:05:08 +0000 (17:05 +0000)]
recog.c (constrain_operands): Prefer exact match over reloadable EXTRA_MEMORY_CONSTRAINT or...

* recog.c (constrain_operands): Prefer exact match over reloadable
EXTRA_MEMORY_CONSTRAINT or EXTRA_ADDRESS_CONSTRAINT.

* reload.c (find_reloads): Always reload EXTRA_ADDRESS_CONSTRAINT
operands in Pmode.

From-SVN: r59308

21 years ago2002-11-20 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 20 Nov 2002 16:19:08 +0000 (16:19 +0000)]
2002-11-20  Michael Koch <konqueror@gmx.de>

* java/io/FileInputStream.java
(getChannel): New method.
* java/io/FileOutputStream.java
(getChannel): New method.
* java/net/ServerSocket.java
(bind): Removed duplicate code and called another bind method instead.
* java/nio/channels/SelectionKey.java
(isValid): Removed wrong exception documentation.
* java/nio/channels/ServerSocketChannel.java
(accept): Added exception documentation.
(open): Fixed typo, added exception documentation.
* java/nio/channels/spi/AbstractSelectableChannel.java
(implCloseChannel): Added exception documentation.
(add): Reformated.
(register): Added exception documentation.

From-SVN: r59307

21 years agoltconfig (osf[345]): Append $major to soname_spec.
Rainer Orth [Wed, 20 Nov 2002 15:59:07 +0000 (15:59 +0000)]
ltconfig (osf[345]): Append $major to soname_spec.

* ltconfig (osf[345]): Append $major to soname_spec.
Reflect this in library_names_spec.
* ltmain.sh (osf): Prefix $major with . for use as extension.

boehm-gc:
* ltconfig (osf[345]): Append $major to soname_spec.
Reflect this in library_names_spec.
* ltmain.sh (osf): Prefix $major with . for use as extension.

From-SVN: r59306

21 years ago* configure: Regenerated with new libtool.m4.
Andreas Jaeger [Wed, 20 Nov 2002 15:19:18 +0000 (16:19 +0100)]
* configure: Regenerated with new libtool.m4.

From-SVN: r59305

21 years agolibtool.m4 (libtool_flags): Add patch from libtool CVS...
Andreas Jaeger [Wed, 20 Nov 2002 15:18:53 +0000 (16:18 +0100)]
libtool.m4 (libtool_flags): Add patch from libtool CVS...

* libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
and sparc64 GNU/Linux systems.

From-SVN: r59304

21 years ago20021120-1.c: New test.
Eric Botcazou [Wed, 20 Nov 2002 10:50:29 +0000 (10:50 +0000)]
20021120-1.c: New test.

* gcc.c-torture/compile/20021120-1.c: New test.
* gcc.c-torture/compile/20021120-2.c: New test.

From-SVN: r59303

21 years agore PR c/8518 (ICE when compiling mplayer)
Eric Botcazou [Wed, 20 Nov 2002 10:37:08 +0000 (10:37 +0000)]
re PR c/8518 (ICE when compiling mplayer)

PR c/8518
* c-decl.c (duplicate_decls): Outline the second definition
of an extern inline function in all cases.

From-SVN: r59302

21 years agostor-layout.c (place_field): Update rli->offset as well as rli->bitpos.
Richard Sandiford [Wed, 20 Nov 2002 10:09:01 +0000 (10:09 +0000)]
stor-layout.c (place_field): Update rli->offset as well as rli->bitpos.

* stor-layout.c (place_field): Update rli->offset as well as
rli->bitpos.

From-SVN: r59301

21 years ago* sched-deps.c (sched_analyze): Check HARD_REGNO_CALL_PART_CLOBBERED.
Richard Sandiford [Wed, 20 Nov 2002 10:03:36 +0000 (10:03 +0000)]
* sched-deps.c (sched_analyze): Check HARD_REGNO_CALL_PART_CLOBBERED.

From-SVN: r59300

21 years agosh.md (udivsi3): Don't put udivsi3_i4_media instructions into a libcall block.
Richard Sandiford [Wed, 20 Nov 2002 09:59:28 +0000 (09:59 +0000)]
sh.md (udivsi3): Don't put udivsi3_i4_media instructions into a libcall block.

* config/sh/sh.md (udivsi3): Don't put udivsi3_i4_media instructions
into a libcall block.
(divsi3): Likewise divsi3_i4_media.

From-SVN: r59299

21 years agoglobal.c (find_reg): Check HARD_REGNO_NREGS before kicking out another register.
Richard Sandiford [Wed, 20 Nov 2002 09:52:14 +0000 (09:52 +0000)]
global.c (find_reg): Check HARD_REGNO_NREGS before kicking out another register.

* global.c (find_reg): Check HARD_REGNO_NREGS before kicking
out another register.

From-SVN: r59298

21 years agocombine.c (force_to_mode): Only replace with (not Y) if all bits in fuller_mask ...
Jakub Jelinek [Wed, 20 Nov 2002 09:43:20 +0000 (10:43 +0100)]
combine.c (force_to_mode): Only replace with (not Y) if all bits in fuller_mask (not just mask) are set in C.

* combine.c (force_to_mode): Only replace with (not Y) if all bits in fuller_mask
(not just mask) are set in C.

* gcc.c-torture/execute/20021118-3.c: New test.

From-SVN: r59295

21 years agoDaily bump.
GCC Administrator [Wed, 20 Nov 2002 08:17:15 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r59294

21 years agoloop.c (record_giv): Initialize not_replaceable.
Andreas Jaeger [Wed, 20 Nov 2002 06:14:54 +0000 (07:14 +0100)]
loop.c (record_giv): Initialize not_replaceable.

* loop.c (record_giv): Initialize not_replaceable.
(check_final_value): Likewise.

From-SVN: r59288

21 years agopt.c (for_each_template_parm): Free allocated memory.
Mark Mitchell [Wed, 20 Nov 2002 05:17:01 +0000 (05:17 +0000)]
pt.c (for_each_template_parm): Free allocated memory.

* pt.c (for_each_template_parm): Free allocated memory.
* search.c (is_subobject_of_p_1): New function.
(is_subobject_of_p): Avoid walking virtual bases multiple times.

From-SVN: r59287

21 years agoh8300.c (h8300_init_once): Replace 1 with MASK_H8300S.
Kazu Hirata [Wed, 20 Nov 2002 05:04:31 +0000 (05:04 +0000)]
h8300.c (h8300_init_once): Replace 1 with MASK_H8300S.

* config/h8300/h8300.c (h8300_init_once): Replace 1 with
MASK_H8300S.

From-SVN: r59286

21 years agoh8300.c (h8300_init_once): Allow -mn switch only if -mh or -ms present.
Vijay L. Khuspe [Wed, 20 Nov 2002 04:54:39 +0000 (04:54 +0000)]
h8300.c (h8300_init_once): Allow -mn switch only if -mh or -ms present.

* config/h8300/h8300.c (h8300_init_once): Allow -mn switch
only if -mh or -ms present.
(h8300_eightbit_constant_address_p): Support the normal mode.
(h8300_tiny_constant_address_p): Likewise.
* config/h8300/h8300.h (TARGET_NORMAL_MODE): New.
(POINTER_SIZE): Add 16 bit pointer for the normal mode.
(Pmode): Evaluate to HImode for the normal mode.
(SIZE_TYPE): Evaluate to unsigned int for normal mode.
(PTRDIFF_TYPE): Evaluate to int for the normal mode.
(ASM_WORD_OP): Evaluate to word for the normal mode.
* config/h8300/h8300.md (tablejump_normal_mode): New.
(indirect_jump_normal_mode): New.
* config/h8300/t-h8300 (MULTILIB_OPTIONS): Pass -mn option to
directory.
(MULTILIB_DIRNAMES): Create target dependent directory
'normal'.
        (MULTILIB_EXCEPTIONS): Don't turn on -mn on H8/300.
* doc/invoke.texi (gccoptlist): Describe the new switch -mn.

From-SVN: r59285

21 years agohowto.html: Fix example code...
Jonathan Wakely [Wed, 20 Nov 2002 01:12:02 +0000 (01:12 +0000)]
howto.html: Fix example code...

2002-11-20  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/21_strings/howto.html: Fix example code, cite Gaby's
explanation of "<unknown type>" error with toupper/tolower.
* docs/html/22_locale/howto.html: Be more consistent with
example in 21_strings.

From-SVN: r59284

21 years agore PR fortran/8587 ((double complex zero)**(double prec number) = NAN instead of...
Toon Moene [Tue, 19 Nov 2002 23:17:36 +0000 (00:17 +0100)]
re PR fortran/8587 ((double complex zero)**(double prec number) = NAN instead of zero)

2002-11-19  Toon Moene  <toon@moene.indiv.nluug.nl>

PR fortran/8587
* libF77/pow_zz.c: Handle (0.0, 0.0) ** power.

2002-11-19  Toon Moene  <toon@moene.indiv.nluug.nl>

PR fortran/8587
* news.texi: Show PR fortran/8587 fixed.

From-SVN: r59280

21 years agoi386.md (length_immediate): Do not refer to insn address.
Jan Hubicka [Tue, 19 Nov 2002 22:52:40 +0000 (22:52 +0000)]
i386.md (length_immediate): Do not refer to insn address.

* i386.md (length_immediate): Do not refer to insn address.
(jcc*, jmp patterns):  Compute length explicitly.

From-SVN: r59279

21 years agonatReference.cc (add_to_hash): Look at `copy', not `referent'.
Tom Tromey [Tue, 19 Nov 2002 21:59:41 +0000 (21:59 +0000)]
natReference.cc (add_to_hash): Look at `copy', not `referent'.

* java/lang/ref/natReference.cc (add_to_hash): Look at `copy', not
`referent'.
(finalize_referred_to_object): Don't modify `referent' or `copy'
fields.
(add_to_hash): Correctly set `n->next' when updating list.
* java/lang/ref/Reference.java (enqueue): Return false if already
enqueued.

From-SVN: r59278

21 years agojni.h: Add missing JNICALL and JNIEXPORT attributes to function and function pointer...
Ranjit Mathew [Tue, 19 Nov 2002 21:23:28 +0000 (21:23 +0000)]
jni.h: Add missing JNICALL and JNIEXPORT attributes to function and function pointer...

2002-11-19  Ranjit Mathew <rmathew@hotmail.com>

* include/jni.h: Add missing JNICALL and JNIEXPORT attributes
to function and function pointer declarations in accordance with
Sun's JDKs. Define JNIIMPEXP to either JNIEXPORT or JNIIMPORT
based on whether __GCJ_JNI_IMPL__ has been defined or not.
* jni.cc: Add missing JNICALL and JNIEXPORT attributes to
JNI function definitions.

From-SVN: r59277

21 years ago2002-11-19 �Eric Botcazou �<ebotcazou@libertysurf.fr>
Eric Botcazou [Tue, 19 Nov 2002 20:19:50 +0000 (20:19 +0000)]
2002-11-19 �Eric Botcazou �<ebotcazou@libertysurf.fr>

* gcc.c-torture/compile/20021119-1.c: New test.

From-SVN: r59276

21 years agore PR c/8588 (ICE in extract_insn, at recog.c:2148)
Eric Botcazou [Tue, 19 Nov 2002 20:13:20 +0000 (20:13 +0000)]
re PR c/8588 (ICE in extract_insn, at recog.c:2148)

2002-11-19 �Eric Botcazou �<ebotcazou@libertysurf.fr>

PR c/8588
* optabs.c (expand_binop): Convert CONST_INTs in shift
operations too.

From-SVN: r59274

21 years ago* gcse.c (gcse_emit_move_after): Correct typo in REG_EQUAL note.
Roger Sayle [Tue, 19 Nov 2002 19:26:53 +0000 (19:26 +0000)]
* gcse.c (gcse_emit_move_after): Correct typo in REG_EQUAL note.

From-SVN: r59271

21 years agoh8300.md (an anonymous pattern): Relax the condition to accept the same operands...
Kazu Hirata [Tue, 19 Nov 2002 18:41:27 +0000 (18:41 +0000)]
h8300.md (an anonymous pattern): Relax the condition to accept the same operands and/or subregs.

* config/h8300/h8300.md (an anonymous pattern): Relax the
condition to accept the same operands and/or subregs.

From-SVN: r59270

21 years agosh.c (gen_shl_and): Revert previous patch.
Daniel Jacobowitz [Tue, 19 Nov 2002 18:27:01 +0000 (18:27 +0000)]
sh.c (gen_shl_and): Revert previous patch.

        * config/sh/sh.c (gen_shl_and): Revert previous patch.
        * config/sh/sh.md (ashrdi3+1, ashrdi3+2): Predicate on
        reload_completed.

From-SVN: r59269

21 years agoh8300.c (print_operand): Update the use of EIGHTBIT_CONSTANT_ADDRESS_P.
Kazu Hirata [Tue, 19 Nov 2002 15:17:24 +0000 (15:17 +0000)]
h8300.c (print_operand): Update the use of EIGHTBIT_CONSTANT_ADDRESS_P.

* config/h8300/h8300.c (print_operand): Update the use of
EIGHTBIT_CONSTANT_ADDRESS_P.
(h8300_adjust_insn_length): Likewise.
(h8300_eightbit_constant_address_p): Check if the given rtx is
a variable with __attribute__((eightbit_data)).
* config/h8300/h8300.h (OK_FOR_U): Update the use of
EIGHTBIT_CONSTANT_ADDRESS_P.

From-SVN: r59263

21 years agohowto.html: Fix typo.
John Gustafsson [Tue, 19 Nov 2002 11:32:10 +0000 (12:32 +0100)]
howto.html: Fix typo.

2002-11-19  John Gustafsson  <forgoil@rsn.bth.se>

* docs/html/20_util/howto.html: Fix typo.

From-SVN: r59258

21 years ago* MAINTAINERS: Update email.
Nathan Sidwell [Tue, 19 Nov 2002 10:57:58 +0000 (10:57 +0000)]
* MAINTAINERS: Update email.

From-SVN: r59257

21 years agocontrib.texi (Contributors): Add self as second contact in addition to Jeff Law.
Gerald Pfeifer [Tue, 19 Nov 2002 08:25:01 +0000 (09:25 +0100)]
contrib.texi (Contributors): Add self as second contact in addition to Jeff Law.

* doc/contrib.texi (Contributors): Add self as second contact in
addition to Jeff Law.

From-SVN: r59256

21 years agoDaily bump.
GCC Administrator [Tue, 19 Nov 2002 08:18:06 +0000 (08:18 +0000)]
Daily bump.

From-SVN: r59255

21 years agotree-inline.c: Move prototpyes of find_alloca_call_1 and find_alloca_call to right...
Andreas Jaeger [Tue, 19 Nov 2002 07:11:42 +0000 (08:11 +0100)]
tree-inline.c: Move prototpyes of find_alloca_call_1 and find_alloca_call to right place.

* tree-inline.c: Move prototpyes of find_alloca_call_1 and
find_alloca_call to right place.

From-SVN: r59247

21 years ago* cppfiles.c: Fix formatting.
Kazu Hirata [Tue, 19 Nov 2002 06:55:04 +0000 (06:55 +0000)]
* cppfiles.c: Fix formatting.

From-SVN: r59245

21 years agogcc.c (The Specs Language): Document spec functions.
Jason Thorpe [Tue, 19 Nov 2002 04:37:50 +0000 (04:37 +0000)]
gcc.c (The Specs Language): Document spec functions.

* gcc.c (The Specs Language): Document spec functions.
(static_spec_functions, lookup_spec_function)
(eval_spec_function, handle_spec_function)
(if_exists_spec_function, alloc_args): New.
(execute): Abort if processing_spec_function is true.
(do_spec_1): Hand off spec to handle_spec_function if %:
is encountered.  If processing_spec_function is true,
end any pending argument when the end of the string is reached.
(main): Use alloc_args to allocate the initial argument vector.
* gcc.h (struct spec_function): New.
(lang_specific_spec_functions): New extern.

* config/netbsd-elf.h (STARTFILE_SPEC): Add if-exists(crti%O%s).
(ENDFILE_SPEC): Add if-exists(crtn%O%s).
* config/alpha/netbsd.h (ENDFILE_SPEC): Likewise.

* doc/invoke.texi: Document spec functions.

* cppspec.c (lang_specific_spec_functions): New.
* gccspec.c: Likewise.

* g++spec.c (lang_specific_spec_functions): New.

* g77spec.c (lang_specific_spec_functions): New.

* jvspec.c (lang_specific_spec_functions): New.

From-SVN: r59241

21 years agoduff-1.c: New test.
Jason Thorpe [Tue, 19 Nov 2002 04:27:13 +0000 (04:27 +0000)]
duff-1.c: New test.

* gcc.dg/duff-1.c: New test.
* gcc.dg/duff-2.c: New test.
* gcc.dg/duff-3.c: New test.

From-SVN: r59240

21 years agohpux_longdouble.h (FIXUNS_TRUNCTFSI2_LIBCALL): New.
Steve Ellcey [Mon, 18 Nov 2002 23:21:42 +0000 (23:21 +0000)]
hpux_longdouble.h (FIXUNS_TRUNCTFSI2_LIBCALL): New.

* config/ia64/hpux_longdouble.h (FIXUNS_TRUNCTFSI2_LIBCALL): New.
(FIXUNS_TRUNCTFDI2_LIBCALL): New.
(fixunstfsi_libfunc): Change.
(fixunstfdi_libfunc): Change.
(sdiv_optab): Don't zero out SImode handler.
(udiv_optab): Don't zero out SImode handler.
(smod_optab): Don't zero out SImode handler.
(umod_optab): Don't zero out SImode handler.

From-SVN: r59238

21 years agostreambuf.tcc (__copy_streambufs): verify __sbin->gptr() + __bufsize < __sbin->egptr...
Jonathan Lennox [Mon, 18 Nov 2002 22:42:35 +0000 (22:42 +0000)]
streambuf.tcc (__copy_streambufs): verify __sbin->gptr() + __bufsize < __sbin->egptr() before using.

2002-11-18  Jonathan Lennox  <lennox@cs.columbia.edu>

* include/bits/streambuf.tcc (__copy_streambufs): verify
__sbin->gptr() + __bufsize < __sbin->egptr() before using.
* testsuite/27_io/ostream_inserter_other.cc (test_buffer_4): Add.
(test05): Use test_buffer_4.  Delete unused ostringstream
variables.

From-SVN: r59234

21 years agoCoderResult.java (Cache.get): Fix a bug that was causing CoderResults to be cached...
Jesse Rosenstock [Mon, 18 Nov 2002 21:31:12 +0000 (21:31 +0000)]
CoderResult.java (Cache.get): Fix a bug that was causing CoderResults to be cached...

2002-11-18  Jesse Rosenstock <jmr@ugcs.caltech.edu>

        * java/nio/charset/CoderResult.java (Cache.get): Fix a bug
        that was causing CoderResults to be cached, not WeakReferences
        to CoderResults.

From-SVN: r59233

21 years agore PR preprocessor/8524 (_Pragma within macros is improperly expanded)
Neil Booth [Mon, 18 Nov 2002 20:43:40 +0000 (20:43 +0000)]
re PR preprocessor/8524 (_Pragma within macros is improperly expanded)

PR preprocessor/8524
* cpplib.c (run_directive): Remove previous kludge to _Pragma.
Add a new one in its place, which hopefully works.
(skip_rest_of_line): Change test for bottom-of-context-stack.
testsuite:
* gcc.dg/cpp/_Pragma5.c: New test.

From-SVN: r59232

21 years agoi386.md (addqi_1_slp): Fix output template.
Jan Hubicka [Mon, 18 Nov 2002 20:32:56 +0000 (21:32 +0100)]
i386.md (addqi_1_slp): Fix output template.

* i386.md (addqi_1_slp): Fix output template.
(subqi_1_slp): Fix type.

From-SVN: r59230

21 years agoPR libstdc++/6745 (continued)
Paolo Carlini [Mon, 18 Nov 2002 20:03:52 +0000 (21:03 +0100)]
PR libstdc++/6745 (continued)

2002-11-18  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/6745 (continued)
* include/bits/streambuf.tcc (__copy_streambufs):
Deal with interactive input by using isatty as in the
fix for libstdc++/8399.

From-SVN: r59229

21 years agocalls.c (alloca_call_p): New global function.
Jan Hubicka [Mon, 18 Nov 2002 19:30:34 +0000 (20:30 +0100)]
calls.c (alloca_call_p): New global function.

* calls.c (alloca_call_p): New global function.
* tree.h (alloca_call_p): New.
* tree-inline.c (inlinable_function_p):  Do not inline when
function calls alloca.
(find_alloca_call, find_alloca_call_1): New functions.

From-SVN: r59228

21 years agore PR java/7912 (invalid verification error for arrays)
Tom Tromey [Mon, 18 Nov 2002 18:13:36 +0000 (18:13 +0000)]
re PR java/7912 (invalid verification error for arrays)

Fix for PR java/7912:
* expr.c (can_widen_reference_to): Allow cast of array to
Cloneable or Serializable.
* java-tree.h (java_lang_cloneable_identifier_node): Declare.
(java_io_serializable_identifier_node): Likewise.
* parse.y (java_lang_cloneable, java_io_serializable): Removed.
(valid_ref_assignconv_cast_p): Use new identifier nodes.
* lex.c (java_init_lex): Don't initialize java_lang_cloneable and
java_io_serializable.
* decl.c (java_init_decl_processing): Initialize
java_lang_cloneable_identifier_node and
java_io_serializable_identifier_node.
(java_lang_cloneable_identifier_node): New global.
(java_io_serializable_identifier_node): Likewise.

From-SVN: r59227

21 years agoKeyStore.java (getInstance): Fix comment and throw IllegalArgumentException if given...
Joerg Brunsmann [Mon, 18 Nov 2002 18:09:35 +0000 (18:09 +0000)]
KeyStore.java (getInstance): Fix comment and throw IllegalArgumentException if given provider is null.

2002-11-18  Joerg Brunsmann  <joerg_brunsmann@yahoo.de>

* java/security/KeyStore.java (getInstance): Fix
comment and throw IllegalArgumentException if
given provider is null.
(getInstance): New method for jdk1.4 compatibility.

From-SVN: r59226

21 years agoh8300.md (*andorqi3): Use bor between bld and bst.
Kazu Hirata [Mon, 18 Nov 2002 16:40:43 +0000 (16:40 +0000)]
h8300.md (*andorqi3): Use bor between bld and bst.

* config/h8300/h8300.md (*andorqi3): Use bor between bld and
bst.  Update the insn length.
(*andorhi3): Likewise.
(*andorsi3): Likewise.

From-SVN: r59225

21 years agobuffer.c: Remove unnecessary casts.
Jens-Michael Hoffmann [Mon, 18 Nov 2002 15:46:34 +0000 (15:46 +0000)]
buffer.c: Remove unnecessary casts.

2002-11-14  Jens-Michael Hoffmann  <jensmh@gmx.de>

        * buffer.c: Remove unnecessary casts.
        * check-init.c: Likewise.
        * class.c: Likewise.
        * constants.c: Likewise.
        * decl.c: Likewise.
        * except.c: Likewise.
        * gjavah.c: Likewise.
        * jcf-io.c: Likewise.
        * jcf-parse.c: Likewise.
        * jcf-path.c: Likewise.
        * jvspec.c: Likewise.
        * lang.c: Likewise.
        * lex.c: Likewise.
        * verify.c: Likewise.

From-SVN: r59224

21 years ago* MAINTAINERS: Complete James Dennett's entry.
Gerald Pfeifer [Mon, 18 Nov 2002 14:57:19 +0000 (15:57 +0100)]
* MAINTAINERS: Complete James Dennett's entry.

From-SVN: r59222

21 years agoPlainSocketImpl.java: Fix imports.
Michael Koch [Mon, 18 Nov 2002 14:55:54 +0000 (14:55 +0000)]
PlainSocketImpl.java: Fix imports.

2002-11-18  Michael Koch <konqueror@gmx.de>

* java/net/PlainSocketImpl.java: Fix imports.

From-SVN: r59221

21 years agoadaint.c (__gnat_tmp_name): Better, but good enough for now, solution to buffer overf...
Nathanael Nerode [Mon, 18 Nov 2002 14:39:46 +0000 (14:39 +0000)]
adaint.c (__gnat_tmp_name): Better, but good enough for now, solution to buffer overflow bug on GNU/Linux.

2002-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
* adaint.c (__gnat_tmp_name): Better, but good enough for now,
solution to buffer overflow bug on GNU/Linux.

From-SVN: r59220

21 years ago2002-11-18 Michael Koch <konqueror@gmx.de>
Michael Koch [Mon, 18 Nov 2002 14:31:39 +0000 (14:31 +0000)]
2002-11-18  Michael Koch <konqueror@gmx.de>

* java/nio/channels/SelectionKey.java
(isValid): Added exception documentation.
* java/nio/channels/Selector.java
(open): Declare "throws IOException".

From-SVN: r59219

21 years ago2002-11-17 Jesse Rosenstock <jmr@ugcs.caltech.edu>
Jesse Rosenstock [Mon, 18 Nov 2002 14:15:16 +0000 (14:15 +0000)]
2002-11-17  Jesse Rosenstock <jmr@ugcs.caltech.edu>

* java/nio/charset/Charset.java
(<clinit>): New method.
(encode): Synchronize use of cached encoder object.
(decode): Synchronize use of cached encoder object.

From-SVN: r59218

21 years agosh-protos.h (sh_mark_label): Declare.
Richard Sandiford [Mon, 18 Nov 2002 14:01:23 +0000 (14:01 +0000)]
sh-protos.h (sh_mark_label): Declare.

* config/sh/sh-protos.h (sh_mark_label): Declare.
* config/sh/sh.c (sh_mark_label): New function, taken from
movdi_const, but fixing the case when the address has an addend.
* config/sh/sh.md (movdi_const, movdi_const_32bit): Use it.

From-SVN: r59217

21 years agoByteBufferImpl.java, [...]: New files.
Michael Koch [Mon, 18 Nov 2002 13:56:59 +0000 (13:56 +0000)]
ByteBufferImpl.java, [...]: New files.

2002-11-18  Michael Koch <konqueror@gmx.de>

* gnu/java/nio/ByteBufferImpl.java,
gnu/java/nio/CharBufferImpl.java,
gnu/java/nio/DatagramChannelImpl.java,
gnu/java/nio/DoubleBufferImpl.java,
gnu/java/nio/FileChannelImpl.java,
gnu/java/nio/FloatBufferImpl.java,
gnu/java/nio/IntBufferImpl.java,
gnu/java/nio/LongBufferImpl.java,
gnu/java/nio/PipeImpl.java,
gnu/java/nio/SelectionKeyImpl.java,
gnu/java/nio/SelectorImpl.java,
gnu/java/nio/SelectorProviderImpl.java,
gnu/java/nio/ServerSocketChannelImpl.java,
gnu/java/nio/ShortBufferImpl.java,
gnu/java/nio/SocketChannelImpl.java,
java/nio/DoubleBuffer.java,
java/nio/FloatBuffer.java,
java/nio/IntBuffer.java,
java/nio/LongBuffer.java,
java/nio/ShortBuffer.java,
java/nio/channels/FileChannel.java: New files.

From-SVN: r59216

21 years agoMakefile.am (ordinary_java_source_files): Added java/nio/ReadOnlyBufferException...
Michael Koch [Mon, 18 Nov 2002 13:29:29 +0000 (13:29 +0000)]
Makefile.am (ordinary_java_source_files): Added java/nio/ReadOnlyBufferException.java and...

2002-11-18  Michael Koch <konqueror@gmx.de>

* Makefile.am (ordinary_java_source_files):
Added java/nio/ReadOnlyBufferException.java and
java/nio/channels/ClosedSelectorException.java.
* Makefile.in: Regenerated.

From-SVN: r59215

21 years agoPlainSocketImpl.java: Reworked imports.
Michael Koch [Mon, 18 Nov 2002 13:22:55 +0000 (13:22 +0000)]
PlainSocketImpl.java: Reworked imports.

2002-11-18  Michael Koch <konqueror@gmx.de>

* java/net/PlainSocketImpl.java: Reworked imports.
* java/net/ServerSocket.java
(ServerSocket): Create socket.
* java/net/SocketAddress.java: Documentation added.
* java/net/natPlainSocketImpl.cc: Reindented.
* java/nio/ReadOnlyBufferException.java: New file
* java/nio/channels/ClosedChannelException.java: Documentation added.
* java/nio/channels/ClosedSelectorException.java: New file.

From-SVN: r59214

21 years agosh.c (pool_node): New field: part_of_sequence_p.
Richard Sandiford [Mon, 18 Nov 2002 12:46:48 +0000 (12:46 +0000)]
sh.c (pool_node): New field: part_of_sequence_p.

* config/sh/sh.c (pool_node): New field: part_of_sequence_p.
(add_constant): Set it.
(dump_table): Don't reorder a constant if part_of_sequence_p.
(machine_dependent_reorg): Assume that float constants will
stay in their original order if used as a sequence.

From-SVN: r59213

21 years agosh.c (calc_live_regs): Update check for PIC liveness in compact code.
Richard Sandiford [Mon, 18 Nov 2002 12:35:15 +0000 (12:35 +0000)]
sh.c (calc_live_regs): Update check for PIC liveness in compact code.

* config/sh/sh.c (calc_live_regs): Update check for PIC liveness
in compact code.

From-SVN: r59212

21 years agosh.md (initialize_trampoline): Do not force the trampoline address into R0_REGS here.
Richard Sandiford [Mon, 18 Nov 2002 12:12:24 +0000 (12:12 +0000)]
sh.md (initialize_trampoline): Do not force the trampoline address into R0_REGS here.

* config/sh/sh.md (initialize_trampoline): Do not force the
trampoline address into R0_REGS here.

From-SVN: r59211

21 years agoDaily bump.
GCC Administrator [Mon, 18 Nov 2002 08:19:10 +0000 (08:19 +0000)]
Daily bump.

From-SVN: r59210

21 years ago* df.c: Fix formatting.
Kazu Hirata [Mon, 18 Nov 2002 03:19:44 +0000 (03:19 +0000)]
* df.c: Fix formatting.

From-SVN: r59203

21 years agoh8300.md (two anonymous patterns): Fix insn lengths.
Kazu Hirata [Sun, 17 Nov 2002 23:32:45 +0000 (23:32 +0000)]
h8300.md (two anonymous patterns): Fix insn lengths.

* config/h8300/h8300.md (two anonymous patterns): Fix insn
lengths.

From-SVN: r59202

21 years agosh.c (gen_shl_and): Don't create a zero_extend if the operand is not an arith_reg_ope...
Daniel Jacobowitz [Sun, 17 Nov 2002 22:33:31 +0000 (22:33 +0000)]
sh.c (gen_shl_and): Don't create a zero_extend if the operand is not an arith_reg_operand.

* sh.c (gen_shl_and): Don't create a zero_extend if the operand
is not an arith_reg_operand.

From-SVN: r59201

21 years agoreal.c (real_to_decimal): Fix buffer overrun when buffer size is smaller than represe...
Graham Stott [Sun, 17 Nov 2002 20:20:39 +0000 (20:20 +0000)]
real.c (real_to_decimal): Fix buffer overrun when buffer size is smaller than representation.

        * real.c (real_to_decimal): Fix buffer overrun when buffer size
        is smaller than representation.

From-SVN: r59200

21 years agoHttpURLConnection.java ((getPermission): Take port into consideration.
Mark Wielaard [Sun, 17 Nov 2002 16:16:52 +0000 (16:16 +0000)]
HttpURLConnection.java ((getPermission): Take port into consideration.

        * java/net/HttpURLConnection.java ((getPermission): Take port
        into consideration.
        (getErrorStream): Implement.

From-SVN: r59196