OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * config/s390/s390.c (390_output_constant_pool): Set alignment
hpenner [Wed, 27 Nov 2002 07:18:20 +0000 (07:18 +0000)]
    * config/s390/s390.c (390_output_constant_pool): Set alignment
         before label in 64 bit mode, behind otherwise.

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

21 years ago * c-common.c (handle_visibility_attribute): Accept "default".
rth [Wed, 27 Nov 2002 06:32:13 +0000 (06:32 +0000)]
* c-common.c (handle_visibility_attribute): Accept "default".
* tree.h (enum symbol_visibility): New.
(decl_visibility): Declare.
* target.h (gcc_target.visibility): Take visibility arg as integer.
* varasm.c (default_assemble_visibility): Likewise.
(decl_visibility): New.
(maybe_assemble_visibility): Use it.
* output.h (default_assemble_visibility): Update prototype.
* config/rs6000/rs6000.c (rs6000_assemble_visibility): Take
visibility arg as integer.
* doc/extend.texi: Document default visibility.

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

21 years ago * c-common.c (handle_visibility_attribute): Accept "default".
rth [Wed, 27 Nov 2002 06:13:23 +0000 (06:13 +0000)]
* c-common.c (handle_visibility_attribute): Accept "default".
* tree.h (enum symbol_visibility): New.
(decl_visibility): Declare.
* target.h (gcc_target.visibility): Take visibility arg as integer.
* varasm.c (default_assemble_visibility): Likewise.
(decl_visibility): New.
(maybe_assemble_visibility): Use it.
* output.h (default_assemble_visibility): Update prototype.
* config/rs6000/rs6000.c (rs6000_assemble_visibility): Take
visibility arg as integer.

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

21 years ago * verify.cc (pop_init_ref): New method.
tromey [Wed, 27 Nov 2002 05:59:39 +0000 (05:59 +0000)]
* verify.cc (pop_init_ref): New method.
(verify_instructions_0) [op_iaload, op_laload, op_faload,
op_daload, op_aaload, op_baload, op_caload, op_saload, op_iastore,
op_lastore, op_fastore, op_dastore, op_aastore, op_bastore,
op_castore, op_sastore, op_areturn, op_arraylength, op_checkcast,
op_instanceof, op_monitorenter, op_monitorexit]: Use it.
(verify_instructions_0) [op_invokevirtual, op_invokespecial,
op_invokestatic, op_invokeinterface]:  Use pop_init_ref.  Don't
let `this' argument be uninitialized.  Don't let `null' be passed
as `this' to construtor.

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

21 years ago * config/h8300/h8300.c: Adjust spacing.
kazu [Wed, 27 Nov 2002 03:46:50 +0000 (03:46 +0000)]
* config/h8300/h8300.c: Adjust spacing.
* config/h8300/h8300.h: Likewise.

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

21 years ago * hooks.c (hook_bool_void_false, hook_void_tree_int,
rth [Wed, 27 Nov 2002 02:47:44 +0000 (02:47 +0000)]
    * hooks.c (hook_bool_void_false, hook_void_tree_int,
        hook_void_FILEptr_constcharptr): Rename so that the return
        type is first.
        (hook_int_tree_tree_1, hook_void_tree, hook_void_tree_treeptr,
        hook_bool_tree_false): New.
        * hooks.h: Update.
        * langhooks-def.h: Update for renames.
        * target-def.h: Likewise.
        * tree.c (default_comp_type_attributes,
        default_set_default_type_attributes, default_insert_attributes,
        default_function_attribute_inlinable_p,
        default_ms_bitfield_layout_p): Remove.
        * tree.h: Update.

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

21 years ago * pa-protos.h (function_value): New prototype.
danglin [Wed, 27 Nov 2002 02:34:15 +0000 (02:34 +0000)]
* pa-protos.h (function_value): New prototype.
* pa.c (function_value): Use a PARALLEL to return small aggregates on
TARGET_64BIT.
* pa.h (FUNCTION_VALUE): Use function_value.
* pa.md (call_value_internal_symref, call_value_internal_reg_64bit,
call_value_internal_reg, sibcall_value_internal_symref,
sibcall_value_internal_symref_64bit): Remove =rf constraint on return
value.

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

21 years ago * expr.c (gen_group_rtx, emit_group_move): New functions.
danglin [Wed, 27 Nov 2002 02:29:12 +0000 (02:29 +0000)]
* expr.c (gen_group_rtx, emit_group_move): New functions.
* expr.h (gen_group_rtx, emit_group_move): Prototype.
* function.c (expand_function_start): Use gen_group_rtx to create a
PARALLEL rtx to hold the return value when the real return rtx is a
PARALLEL.
(expand_function_end): Use emit_group_move to move the return value
from a PARALLEL to the real return registers.
* rtl.h (REG_FUNCTION_VALUE_P): Allow function values to be returned
in PARALLELs.

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

21 years agoIndex: cp/ChangeLog
geoffk [Wed, 27 Nov 2002 01:59:43 +0000 (01:59 +0000)]
Index: cp/ChangeLog
2002-11-26  Geoffrey Keating  <geoffk@apple.com>

* decl.c (check_initializer): Don't error on initialisation of
a scalar with a brace-enclosed expression.

Index: testsuite/ChangeLog
2002-11-26  Geoffrey Keating  <geoffk@apple.com>

* g++.dg/init/brace2.C: New test.
* g++.old-deja/g++.mike/p9129.C: Correct.

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

21 years ago * javax/transaction/HeuristicCommitException.java: Classpath merge.
mark [Tue, 26 Nov 2002 22:48:42 +0000 (22:48 +0000)]
    * javax/transaction/HeuristicCommitException.java: Classpath merge.
        * javax/transaction/HeuristicMixedException.java: Likewise.
        * javax/transaction/HeuristicRollbackException.java: Likewise.
        * javax/transaction/InvalidTransactionException.java: Likewise.
        * javax/transaction/NotSupportedException.java: Likewise.
        * javax/transaction/RollbackException.java: Likewise.
        * javax/transaction/Status.java: Likewise.
        * javax/transaction/Synchronization.java: Likewise.
        * javax/transaction/SystemException.java: Likewise.
        * javax/transaction/Transaction.java: Likewise.
        * javax/transaction/TransactionManager.java: Likewise.
        * javax/transaction/TransactionRequiredException.java: Likewise.
        * javax/transaction/TransactionRolledbackException.java: Likewise.
        * javax/transaction/UserTransaction.java: Likewise.
        * javax/transaction/xa/XAException.java: Likewise.
        * javax/transaction/xa/XAResource.java: Likewise.
        * javax/transaction/xa/Xid.java: Likewise.

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

21 years ago* config/t-libc-ok: Fix typo.
thorpej [Tue, 26 Nov 2002 22:47:18 +0000 (22:47 +0000)]
* config/t-libc-ok: Fix typo.

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

21 years agoFix Portable .NET bug with IA-64 pointer size.
wilson [Tue, 26 Nov 2002 22:24:05 +0000 (22:24 +0000)]
Fix Portable .NET bug with IA-64 pointer size.
* src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.

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

21 years ago2002-11-26 Andreas Tobler <a.tobler@schweiz.ch>
tromey [Tue, 26 Nov 2002 20:09:28 +0000 (20:09 +0000)]
2002-11-26  Andreas Tobler  <a.tobler@schweiz.ch>

* java/net/natPlainDatagramSocketImpl.cc (socklen_t): Don't
define.
* java/net/natPlainSocketImpl.cc (socklen_t): Don't define.
* include/posix.h (socklen_t): Define if not already defined.

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

21 years ago * configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back
jakub [Tue, 26 Nov 2002 20:08:08 +0000 (20:08 +0000)]
* configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back
before AC_PROG_CC.
* configure: Rebuilt.

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

21 years ago * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
mmitchel [Tue, 26 Nov 2002 19:37:45 +0000 (19:37 +0000)]
* g++.dg/abi/empty10.C: Don't run on non-x86 targets.

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

21 years ago * cp-tree.h (DECL_LANG_FLAG_4): Document more uses.
nathan [Tue, 26 Nov 2002 17:40:56 +0000 (17:40 +0000)]
* cp-tree.h (DECL_LANG_FLAG_4): Document more uses.
(template_parms_equal): Remove prototype.
* typeck.c (buuld_indirect_ref): Reformat.

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

21 years ago * c-decl.c: (start_struct): Commonize flag setting.
nathan [Tue, 26 Nov 2002 17:36:14 +0000 (17:36 +0000)]
  * c-decl.c: (start_struct): Commonize flag setting.

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

21 years agoMention all function changed.
hpenner [Tue, 26 Nov 2002 15:50:51 +0000 (15:50 +0000)]
Mention all function changed.

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

21 years ago* config/rs6000/rs6000.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): New.
thorpej [Tue, 26 Nov 2002 15:46:40 +0000 (15:46 +0000)]
* config/rs6000/rs6000.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): New.
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Use
RS6000_CPU_CPP_ENDIAN_BUILTINS.
* config/rs6000/netbsd.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): Redefine.

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

21 years ago * config/s390/s390.md (literal_pool_64, literal_pool_31 ): New
hpenner [Tue, 26 Nov 2002 15:26:40 +0000 (15:26 +0000)]
  * config/s390/s390.md (literal_pool_64, literal_pool_31 ): New
insns.
* config/s390/s390.c (struct machine_function): Introduction of
struct machine_function.
* config/s390/s390-protos.h (s390_output_constant_pool): Changed
prototype.

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

21 years ago * varasm.c (output_constant_pool): For pool constants in mergeable
jakub [Tue, 26 Nov 2002 12:36:09 +0000 (12:36 +0000)]
* varasm.c (output_constant_pool): For pool constants in mergeable
section ensure each constant is padded to multiple of entity size.

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

21 years ago * varasm.c (default_exception_section): Move to...
jakub [Tue, 26 Nov 2002 12:34:25 +0000 (12:34 +0000)]
* varasm.c (default_exception_section): Move to...
* except.c (default_exception_section): ... here. Make
.gcc_except_table read-only if it is not expected to have any
dynamic relocations and linker handles it.
* dwarf2out.c (default_eh_frame_section): Make .eh_frame read-only
if it is not expected to have any dynamic relocations and linker
handles it.
* configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Check what ld does
when linking read-only and read-write sections together.
* configure, config.in: Rebuilt.
* crtstuff.c (EH_FRAME_SECTION_CONST): Define.
(__EH_FRAME_BEGIN__, __FRAME_END__): Add it.

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

21 years agoDaily bump.
gccadmin [Tue, 26 Nov 2002 08:19:05 +0000 (08:19 +0000)]
Daily bump.

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

21 years ago * tree.c (cp_build_qualified_type_real): Correct handling of
mmitchel [Tue, 26 Nov 2002 08:11:33 +0000 (08:11 +0000)]
* tree.c (cp_build_qualified_type_real): Correct handling of
array types.

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

21 years ago2002-11-25 Aldy Hernandez <aldyh@redhat.com>
aldyh [Tue, 26 Nov 2002 07:28:02 +0000 (07:28 +0000)]
2002-11-25  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/spe.h (__ev_create_sfix32_fs): Change macro into
        new function.
        (__ev_create_ufix32_fs): Same.
        (__ev_get_sfix32_fs_internal): New.
        (__ev_get_sfix32_fs): Define to use function.
        (__ev_get_ufix32_fs_internal): New.
        (__ev_get_ufix32_fs): Define to use function.
        (__ev_get_upper_ufix32_fs): Call __ev_get_ufix32_fs.
        (__ev_get_lower_ufix32_fs): Same.
        (__ev_get_upper_sfix32_fs): Call __ev_get_sfix32_fs.
        (__ev_get_lower_sfix32_fs): Same.
        (__ev_set_sfix32_fs_internal): New.
        (__ev_set_ufix32_fs_internal): New.
        (__ev_set_sfix32_fs): Call __ev_set_sfix32_fs_internal.
        (__ev_set_ufix32_fs): Call __ev_set_ufix32_fs_internal.
        (__ev_set_upper_sfix32_fs): Call function.
        (__ev_set_lower_sfix32_fs): Same.
        (__ev_set_upper_ufix32_fs): Same.
        (__ev_set_lower_ufix32_fs): Same.

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

21 years ago * testsuite/g++.dg/abi/empty11.C: New test.
mmitchel [Tue, 26 Nov 2002 07:20:13 +0000 (07:20 +0000)]
* testsuite/g++.dg/abi/empty11.C: New test.
* testsuite/g++.dg/rtti/cv1.C: New test.

* tree.c (cp_build_qualified_type_real): Correct handling of
array types.
* class.c (walk_subobject_offsets): Fix thinko.
(build_base_field): Record offsets of empty bases in primary
virtual bases.
(layout_class_type): Record offsets of empty bases in fields.

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

21 years ago * verify.cc (type::compatible): Backed out broken change.
tromey [Tue, 26 Nov 2002 07:15:53 +0000 (07:15 +0000)]
* verify.cc (type::compatible): Backed out broken change.

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

21 years ago* gcc.c (do_spec_1): Reset delete_this_arg to zero.
rupp [Tue, 26 Nov 2002 07:03:49 +0000 (07:03 +0000)]
* gcc.c (do_spec_1): Reset delete_this_arg to zero.

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

21 years ago * verify.cc (type::compatible): Check initialization status
tromey [Tue, 26 Nov 2002 06:51:14 +0000 (06:51 +0000)]
* verify.cc (type::compatible): Check initialization status
first.
* interpret.cc (run) [insn_invokespecial, invokespecial_resolved]:
Don't use NULLCHECK.

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

21 years ago* config/elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.
thorpej [Tue, 26 Nov 2002 04:54:50 +0000 (04:54 +0000)]
* config/elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.
* config/interix.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/lynx-ng.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/lynx.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/openbsd.h (HANDLE_SYSV_PRAGMA: Likewise.
* config/alpha/elf.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/arm/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/cris/aout.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/d30v/d30v.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/frv/frv.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/i386/djgpp.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/i386/i386-interix.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/i386/vxi386.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/ia64/ia64.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/m88k/m88k.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/mmix/mmix.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/sparc/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/sparc/vxsparc64.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/stormy16/stormy16.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/alpha/osf.h (HANDLE_SYSV_PRAGMA): Don't undef before
defining.
* config/i386/sco5.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/mips/iris5.h (HANDLE_SYSV_PRAGMA): Likewise.

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

21 years agoadd i370-*-openedition to bypass fixinc list
korbb [Tue, 26 Nov 2002 02:23:06 +0000 (02:23 +0000)]
add i370-*-openedition to bypass fixinc list

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

21 years ago * config/h8300/h8300.md (an anonymous pattern): New.
kazu [Tue, 26 Nov 2002 02:08:49 +0000 (02:08 +0000)]
* config/h8300/h8300.md (an anonymous pattern): New.

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

21 years ago2002-11-25 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 26 Nov 2002 01:37:50 +0000 (01:37 +0000)]
2002-11-25  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/abi_check.cc: Add CXXABI_1.2.1 as compatible.
* config/linker-map.gnu: Version __cxa_guard_acquire,
__cxa_guard_release, __cxa_guard_abort in CXXABI_1.2.1.

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

21 years ago2002-11-25 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 26 Nov 2002 01:22:13 +0000 (01:22 +0000)]
2002-11-25  Paolo Carlini  <pcarlini@unitus.it>
    Nathan Myers  <ncm@cantrip.org>

* src/localename.cc
(locale::_Impl::_Impl(const char*, size_t)):
Avoid strtok for thread safety.

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

21 years ago2002-11-25 Stephen M. Webb <stephen@bregmasoft.com>
bkoz [Tue, 26 Nov 2002 00:53:12 +0000 (00:53 +0000)]
2002-11-25  Stephen M. Webb  <stephen@bregmasoft.com>

        * testsuite/testsuite_allocator.h: New file.
        * testsuite/testsuite_allocator.cc: New file.
        * testsuite/Makefile.am: Added testsuite_allocator to test library.
        * testsuite/testsuite_hooks.h: Added more detailed tracker objects
        gnu_copy_constructor, gnu_assignment_operator, and gnu_destructor.
        * testsuite/testsuite_hooks.cc: Added new static objects definitions.
        * testsuite/23_containers/vector_capacity.cc: Added reserve() tests.
        * testsuite/23_containers/vector_ctor.cc: Added a plethora of tests.
        * testsuite/23_containers/deque_ctor.cc: Added a slew of new tests.

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

21 years ago * alias.c (find_base_value): Use new_reg_base_value if it's live.
rth [Tue, 26 Nov 2002 00:51:17 +0000 (00:51 +0000)]
    * alias.c (find_base_value): Use new_reg_base_value if it's live.
        (copying_arguments): Make boolean.

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

21 years ago * MAINTAINERS (Write After Approval): Remove myself.
kkojima [Tue, 26 Nov 2002 00:47:58 +0000 (00:47 +0000)]
    * MAINTAINERS (Write After Approval): Remove myself.
        (OS Port Maintainers: sh-linux-gnu): Add myself.

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

21 years ago[ChangeLog missed with previous commit.]
thorpej [Tue, 26 Nov 2002 00:36:19 +0000 (00:36 +0000)]
[ChangeLog missed with previous commit.]

* gcc.c (static_spec_functions): Add if-exists-else spec
function.
(if_exists_else_spec_function): New function.
* doc/invoke.texi: Document the if-exists-else spec function.

* config/netbsd-elf.h (NETBSD_STARTFILE_SPEC): For -static, use
"%:if-exists-else(crtbeginT%O%s crtbegin%O%s)".

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

21 years ago* gcc.c (static_spec_functions): Add if-exists-else spec
thorpej [Tue, 26 Nov 2002 00:31:31 +0000 (00:31 +0000)]
* gcc.c (static_spec_functions): Add if-exists-else spec
function.
(if_exists_else_spec_function): New function.
* doc/invoke.texi: Document the if-exists-else spec function.

* config/netbsd-elf.h (NETBSD_STARTFILE_SPEC): For -static, use
"%:if-exists-else(crtbeginT%O%s crtbegin%O%s)".

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

21 years ago* config.gcc (powerpc-*-netbsd*): Replace "svr4.h" with
thorpej [Tue, 26 Nov 2002 00:05:07 +0000 (00:05 +0000)]
* config.gcc (powerpc-*-netbsd*): Replace "svr4.h" with
"netbsd.h netbsd-elf.h" in tm_file.  Set tmake_file to
"${tmake_file} rs6000/t-netbsd".
* config/rs6000/netbsd.h: Rewrite.
* config/rs6000/t-netbsd: New file.

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

21 years ago * libsupc++/Makefile.am (sources): Add guard.cc.
mmitchel [Mon, 25 Nov 2002 23:17:31 +0000 (23:17 +0000)]
* libsupc++/Makefile.am (sources): Add guard.cc.
* libsupc++/Makefile.in: Regenerated.
* libsupc++/cxxabi.h (__cxa_guard_acquire): New function.
(__cxa_guard_release): Likewise.
(__cxa_guard_abort): Likewise.
* libsupc++/guard.cc: New file.

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

21 years ago * config/h8300/h8300.md (an anonymous pattern): Relax the
kazu [Mon, 25 Nov 2002 20:43:04 +0000 (20:43 +0000)]
* config/h8300/h8300.md (an anonymous pattern): Relax the
condition for the pattern.

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

21 years ago * config/rs6000/spe.md: Same for patterns.
aldyh [Mon, 25 Nov 2002 19:40:28 +0000 (19:40 +0000)]
* config/rs6000/spe.md: Same for patterns.

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

21 years ago2002-11-25 Aldy Hernandez <aldyh@redhat.com>
aldyh [Mon, 25 Nov 2002 19:40:01 +0000 (19:40 +0000)]
2002-11-25  Aldy Hernandez  <aldyh@redhat.com>

* config/rs6000/rs6000.h (enum rs6000_builtins): Remove evmwlssf,
evmwlsmf, evmwlssfa, evmwlsmfa, evmwlssfaaw, evmwlsmfaaw,
evmwlssfanw, evmwlsmfanw.

* config/rs6000/rs6000.c (bdesc_2arg): Same.

* config/rs6000/spe.md: Same for patterns.

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

21 years ago PR c/8639
rth [Mon, 25 Nov 2002 19:04:57 +0000 (19:04 +0000)]
    PR c/8639
        * fold-const.c (extract_muldiv): Don't propagate division unless
        both arguments are multiples of C.
* gcc.c-torture/execute/20021119-1.c: New.

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

21 years ago2002-11-25 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
paolo [Mon, 25 Nov 2002 19:01:55 +0000 (19:01 +0000)]
2002-11-25  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>

* include/std/std_complex.h
(operator<<(basic_ostream&, const complex&)): Prefer 'x'
to "x" for efficiency sake.
* src/locale.cc (locale::locale(const char*)): Ditto.

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

21 years ago2002-11-25 Andrew Haley <aph@redhat.com>
aph [Mon, 25 Nov 2002 17:20:10 +0000 (17:20 +0000)]
2002-11-25  Andrew Haley  <aph@redhat.com>

        * libgcc-std.ver (_Unwind_Find_Enclosing_Function): Add.
        * config/ia64/unwind-ia64.c (_Unwind_Find_Enclosing_Function): New.
        * unwind-sjlj.c (_Unwind_Find_Enclosing_Function): Likewise.
        * unwind-dw2.c (_Unwind_Find_Enclosing_Function): Likewise.

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

21 years ago * jcf-reader.c: Don't expand JCF_readu4 inside the
dnovillo [Mon, 25 Nov 2002 14:22:06 +0000 (14:22 +0000)]
* jcf-reader.c: Don't expand JCF_readu4 inside the
expansion of JCF_SKIP.

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

21 years ago * search.c (is_subobject_of_p_1): Fix thinko.
mmitchel [Mon, 25 Nov 2002 09:25:31 +0000 (09:25 +0000)]
* search.c (is_subobject_of_p_1): Fix thinko.
(lookup_field_queue_p): Likewise.

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

21 years agoDaily bump.
gccadmin [Mon, 25 Nov 2002 08:17:14 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago * lib/prune.exp: Prune more -fpic/-fPIC warnings.
hp [Mon, 25 Nov 2002 00:58:16 +0000 (00:58 +0000)]
* lib/prune.exp: Prune more -fpic/-fPIC warnings.

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

21 years ago * config/h8300/h8300.c (h8300_init_once): Fix a typo in the
kazu [Mon, 25 Nov 2002 00:27:13 +0000 (00:27 +0000)]
* config/h8300/h8300.c (h8300_init_once): Fix a typo in the
target help message.

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

21 years ago* config.gcc (*-*-netbsd*1.[7-9]*, *-*-netbsd*[2-9]*): Set
thorpej [Sun, 24 Nov 2002 23:36:26 +0000 (23:36 +0000)]
* config.gcc (*-*-netbsd*1.[7-9]*, *-*-netbsd*[2-9]*): Set
extra_parts to "crtbegin.o crtend.o crtbeginS.o crtendS.o
crtbeginT.o".
(arm*-*-netbsd*, i[34567]86-*-netbsd*, m68k*-*-netbsd*)
(ns32k-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Set extra_parts
to "" for a.out configurations.
* config/t-netbsd (CRTSTUFF_T_CFLAGS): Set to "-fPIC".

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

21 years ago * class.c (layout_class_type): Reuse tail padding when laying out
mmitchel [Sun, 24 Nov 2002 23:26:13 +0000 (23:26 +0000)]
* class.c (layout_class_type): Reuse tail padding when laying out
virtual bases.

* g++.dg/abi/empty10.C: New test.

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

21 years ago* config/alpha/netbsd.h (CPP_SUBTARGET_SPEC): Just use
thorpej [Sun, 24 Nov 2002 23:19:19 +0000 (23:19 +0000)]
* config/alpha/netbsd.h (CPP_SUBTARGET_SPEC): Just use
NETBSD_CPP_SPEC directly.
(SUBTARGET_EXTRA_SPECS): Remove netbsd_cpp_spec.  Add
netbsd_endfile_spec.
(ENDFILE_SPEC): Use %(netbsd_endfile_spec).

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

21 years ago * gcc.c-torture/compile/20021124-1.c: New test.
ebotcazou [Sun, 24 Nov 2002 22:20:42 +0000 (22:20 +0000)]
* gcc.c-torture/compile/20021124-1.c: New test.

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

21 years ago* config/netbsd-elf.h (STARTFILE_SPEC): Rename to
thorpej [Sun, 24 Nov 2002 21:17:04 +0000 (21:17 +0000)]
* config/netbsd-elf.h (STARTFILE_SPEC): Rename to
NETBSD_STARTFILE_SPEC.
(STARTFILE_SPEC): Redefine in terms of NETBSD_STARTFILE_SPEC.
(ENDFILE_SPEC): Likewise.
* config/netbsd.h (LIB_SPEC, LIBGCC_SPEC): Likewise.

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

21 years ago * Makefile.in (install-driver): Remove versioned link before
schwab [Sun, 24 Nov 2002 20:43:02 +0000 (20:43 +0000)]
* Makefile.in (install-driver): Remove versioned link before
trying to create it.

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

21 years ago2002-11-24 Paolo Carlini <pcarlini@unitus.it>
paolo [Sun, 24 Nov 2002 18:48:35 +0000 (18:48 +0000)]
2002-11-24  Paolo Carlini  <pcarlini@unitus.it>

* src/locale.cc (locale::locale(const char*)):
Trivial cosmetic tweaks.

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

21 years ago * config/m68k/m68k.c: Fix typo in last change defining
schwab [Sun, 24 Nov 2002 18:32:01 +0000 (18:32 +0000)]
* config/m68k/m68k.c: Fix typo in last change defining
TARGET_ASM_CAN_OUTPUT_MI_THUNK.

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

21 years ago * config/h8300/h8300.c (print_operand): Update the use of
kazu [Sun, 24 Nov 2002 13:17:11 +0000 (13:17 +0000)]
* config/h8300/h8300.c (print_operand): Update the use of
h8300_tiny_constant_address_p.
(h8300_adjust_insn_length): Likewise.
(h8300_tiny_constant_address_p): Check if the given rtx is a
variable declared with __attribute__ ((tiny_data)).

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

21 years agoDaily bump.
gccadmin [Sun, 24 Nov 2002 08:17:47 +0000 (08:17 +0000)]
Daily bump.

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

21 years agoEnsure return string is empty before using strcat to construct it.
nickc [Sun, 24 Nov 2002 08:10:28 +0000 (08:10 +0000)]
Ensure return string is empty before using strcat to construct it.

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

21 years ago* libiberty.h (basename): Add NetBSD to the list.
thorpej [Sun, 24 Nov 2002 06:54:38 +0000 (06:54 +0000)]
* libiberty.h (basename): Add NetBSD to the list.

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

21 years ago * javax/naming/AuthenticationException.java: Update copyright header.
mark [Sat, 23 Nov 2002 21:50:41 +0000 (21:50 +0000)]
* javax/naming/AuthenticationException.java: Update copyright header.
* javax/naming/AuthenticationNotSupportedException.java: Likewise.
* javax/naming/Binding.java: Likewise.
* javax/naming/CannotProceedException.java: Likewise.
* javax/naming/CommunicationException.java: Likewise.
* javax/naming/CompositeName.java: Likewise.
* javax/naming/CompoundName.java: Likewise.
* javax/naming/ConfigurationException.java: Likewise.
* javax/naming/Context.java: Likewise.
* javax/naming/ContextNotEmptyException.java: Likewise.
* javax/naming/InitialContext.java: Likewise.
* javax/naming/InsufficientResourcesException.java: Likewise.
* javax/naming/InterruptedNamingException.java: Likewise.
* javax/naming/LimitExceededException.java: Likewise.
* javax/naming/LinkException.java: Likewise.
* javax/naming/LinkLoopException.java: Likewise.
* javax/naming/LinkRef.java: Likewise.
* javax/naming/MalformedLinkException.java: Likewise.
* javax/naming/NameAlreadyBoundException.java: Likewise.
* javax/naming/NameClassPair.java: Likewise.
* javax/naming/NameNotFoundException.java: Likewise.
* javax/naming/NameParser.java: Likewise.
* javax/naming/NamingEnumeration.java: Likewise.
* javax/naming/NamingSecurityException.java: Likewise.
* javax/naming/NoInitialContextException.java: Likewise.
* javax/naming/NoPermissionException.java: Likewise.
* javax/naming/NotContextException.java: Likewise.
* javax/naming/OperationNotSupportedException.java: Likewise.
* javax/naming/PartialResultException.java: Likewise.
* javax/naming/Reference.java: Likewise.
* javax/naming/Referenceable.java: Likewise.
* javax/naming/ReferralException.java: Likewise.
* javax/naming/ServiceUnavailableException.java: Likewise.
* javax/naming/SizeLimitExceededException.java: Likewise.
* javax/naming/TimeLimitExceededException.java: Likewise.
* javax/naming/directory/Attribute.java: Likewise.
* javax/naming/directory/AttributeInUseException.java: Likewise.
* javax/naming/directory/AttributeModificationException.java: Likewise.
* javax/naming/directory/Attributes.java: Likewise.
* javax/naming/directory/BasicAttribute.java: Likewise.
* javax/naming/directory/BasicAttributes.java: Likewise.
* javax/naming/directory/DirContext.java: Likewise.
* javax/naming/directory/InitialDirContext.java: Likewise.
* javax/naming/directory/InvalidAttributeIdentifierException.java:
Likewise.
* javax/naming/directory/InvalidAttributeValueException.java: Likewise.
* javax/naming/directory/InvalidAttributesException.java: Likewise.
* javax/naming/directory/InvalidSearchControlsException.java: Likewise.
* javax/naming/directory/InvalidSearchFilterException.java: Likewise.
* javax/naming/directory/ModificationItem.java: Likewise.
* javax/naming/directory/NoSuchAttributeException.java: Likewise.
* javax/naming/directory/SchemaViolationException.java: Likewise.
* javax/naming/directory/SearchControls.java: Likewise.
* javax/naming/directory/SearchResult.java: Likewise.
* javax/naming/event/EventContext.java: Likewise.
* javax/naming/event/EventDirContext.java: Likewise.
* javax/naming/event/NamespaceChangeListener.java: Likewise.
* javax/naming/event/NamingEvent.java: Likewise.
* javax/naming/event/NamingExceptionEvent.java: Likewise.
* javax/naming/event/NamingListener.java: Likewise.
* javax/naming/event/ObjectChangeListener.java: Likewise.
* javax/naming/ldap/Control.java: Likewise.
* javax/naming/ldap/ControlFactory.java: Likewise.
* javax/naming/ldap/ExtendedRequest.java: Likewise.
* javax/naming/ldap/ExtendedResponse.java: Likewise.
* javax/naming/ldap/HasControls.java: Likewise.
* javax/naming/ldap/InitialLdapContext.java: Likewise.
* javax/naming/ldap/LdapContext.java: Likewise.
* javax/naming/ldap/LdapReferralException.java: Likewise.
* javax/naming/ldap/UnsolicitedNotification.java: Likewise.
* javax/naming/ldap/UnsolicitedNotificationEvent.java: Likewise.
* javax/naming/ldap/UnsolicitedNotificationListener.java: Likewise.
* javax/naming/spi/DirObjectFactory.java: Likewise.
* javax/naming/spi/DirStateFactory.java: Likewise.
* javax/naming/spi/DirectoryManager.java: Likewise.
* javax/naming/spi/InitialContextFactory.java: Likewise.
* javax/naming/spi/InitialContextFactoryBuilder.java: Likewise.
* javax/naming/spi/NamingManager.java: Likewise.
* javax/naming/spi/ObjectFactory.java: Likewise.
* javax/naming/spi/ObjectFactoryBuilder.java: Likewise.
* javax/naming/spi/ResolveResult.java: Likewise.
* javax/naming/spi/Resolver.java: Likewise.
* javax/naming/spi/StateFactory.java: Likewise.

* javax/naming/spi/NamingManager.java (ofb): Package private.

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

21 years agoDaily bump.
gccadmin [Sat, 23 Nov 2002 08:17:09 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago2002-11-22 Dale Johannesen <dalej@apple.com>
dalej [Sat, 23 Nov 2002 02:07:13 +0000 (02:07 +0000)]
2002-11-22  Dale Johannesen  <dalej@apple.com>

        * toplev.c (rest_of_compilation):  Fix comments.

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

21 years ago * aclocal.m4 (ac_cv_func_mmap_dev_zero): Darwin does not
geoffk [Sat, 23 Nov 2002 00:20:13 +0000 (00:20 +0000)]
* aclocal.m4 (ac_cv_func_mmap_dev_zero): Darwin does not
allow mmap from /dev/zero.  Don't make decisions for the host
based on presence or absence of /dev/zero on the build machine.
(ac_cv_func_mmap_anon): Darwin does have working MMAP_ANON.
(AC_FUNC_MMAP_FILE): Darwin does have mmap of a file.
* configure: Regenerate.

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

21 years ago * g++.dg/abi/rtti2.C: New test.
mmitchel [Fri, 22 Nov 2002 23:19:17 +0000 (23:19 +0000)]
* g++.dg/abi/rtti2.C: New test.

* rtti.c (qualifier_flags): Fix thinko.

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

21 years ago * parse.y (patch_binop): Cast right hand side of shift expression
tromey [Fri, 22 Nov 2002 21:49:06 +0000 (21:49 +0000)]
* parse.y (patch_binop): Cast right hand side of shift expression
to `int'.  Fixes PR java/8676.

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

21 years ago2002-11-22 Ranjit Mathew <rmathew@hotmail.com>
tromey [Fri, 22 Nov 2002 21:01:24 +0000 (21:01 +0000)]
2002-11-22  Ranjit Mathew <rmathew@hotmail.com>
    Andrew Haley <aph@redhat.com>

* gcc/java/jcf-write.c (write_classfile): Remove target
class file, if it exists, before renaming the temporary
class file to it.

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

21 years agoinclude/
drow [Fri, 22 Nov 2002 20:01:07 +0000 (20:01 +0000)]
include/
* libiberty.h (make_relative_prefix): Add prototype.
libiberty/
* Makefile.in: Add make-relative-prefix.c.
* make-relative-prefix.c: New file.
* functions.texi: Rebuilt.
gcc/
* gcc.c (make_relative_prefix, split_directories)
(free_split_directories): Removed.

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

21 years ago * configure.in: Set insn=nop for DWARF-2 tests on ARM.
drow [Fri, 22 Nov 2002 19:34:21 +0000 (19:34 +0000)]
* configure.in: Set insn=nop for DWARF-2 tests on ARM.
* configure: Regenerated.

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

21 years ago2002-11-22 Laszlo Ersek <erseklaszlo@chello.hu>
paolo [Fri, 22 Nov 2002 18:53:53 +0000 (18:53 +0000)]
2002-11-22  Laszlo Ersek  <erseklaszlo@chello.hu>
    Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/8645
* include/bits/stl_tree.h (_Rb_tree_rebalance_for_erase):
Don't check that __w->_M_left != 0 and __w->_M_right != 0
when they can't be otherwise.

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

21 years ago For PR java/8676:
tromey [Fri, 22 Nov 2002 16:54:22 +0000 (16:54 +0000)]
For PR java/8676:
* libjava.lang/pr8676.java: New file.
* libjava.lang/pr8676.out: New file.

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

21 years ago * java/net/URL.java: Merge with Classpath (partly).
mark [Fri, 22 Nov 2002 16:48:52 +0000 (16:48 +0000)]
* java/net/URL.java: Merge with Classpath (partly).
* java/net/URLStreamHandler: Merge with Classpath.

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

21 years ago * config/h8300/h8300.c (compute_a_shift_length): Fix the insn
kazu [Fri, 22 Nov 2002 14:16:12 +0000 (14:16 +0000)]
* config/h8300/h8300.c (compute_a_shift_length): Fix the insn
length computation when xor.l is output.

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

21 years ago2002-11-22 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 22 Nov 2002 10:27:53 +0000 (10:27 +0000)]
2002-11-22  Michael Koch <konqueror@gmx.de>

* include/posix.h:
(_Jv_platform_on_close): Moved out of #ifndef DISBALE_JAVA_NET.
* include/win32.h:
(_Jv_platform_on_close): Moved out of #ifndef DISBALE_JAVA_NET.
(backtrace): Moved out of #ifndef DISBALE_JAVA_NET.

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

21 years agoDaily bump.
gccadmin [Fri, 22 Nov 2002 08:17:23 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago2002-11-21 Ranjit Mathew <rmathew@hotmail.com>
tromey [Fri, 22 Nov 2002 03:20:24 +0000 (03:20 +0000)]
2002-11-21  Ranjit Mathew <rmathew@hotmail.com>

* jartool.c (extract_jar): Use "open" with O_BINARY instead of
"creat" to create extracted files.

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

21 years ago2002-11-21 Jim Wilson <wilson@redhat.com>
aldyh [Fri, 22 Nov 2002 02:22:13 +0000 (02:22 +0000)]
2002-11-21  Jim Wilson  <wilson@redhat.com>

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

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

21 years ago * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Declare.
bwilson [Fri, 22 Nov 2002 00:23:31 +0000 (00:23 +0000)]
    * 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.

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

21 years ago * i386-protos.h (x86_64_sign_extended_value): Fix prototype.
hubicka [Thu, 21 Nov 2002 22:54:20 +0000 (22:54 +0000)]
* 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.

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

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

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

21 years ago PR c++/8342
ebotcazou [Thu, 21 Nov 2002 21:42:40 +0000 (21:42 +0000)]
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.

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

21 years ago* config.gcc (arm*-*-netbsdelf*): Enable configuration.
thorpej [Thu, 21 Nov 2002 21:39:17 +0000 (21:39 +0000)]
* config.gcc (arm*-*-netbsdelf*): Enable configuration.
* config/arm/netbsd-elf.h: New file.

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

21 years ago* config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Add
thorpej [Thu, 21 Nov 2002 21:29:24 +0000 (21:29 +0000)]
* 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.

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

21 years ago * libjava.loader/loader.exp (gcj_loader_test_one): Fix typo in
uweigand [Thu, 21 Nov 2002 18:14:47 +0000 (18:14 +0000)]
* 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.

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

21 years ago 2002-11-21 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 21 Nov 2002 18:01:22 +0000 (18:01 +0000)]
 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.

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

21 years ago* config/fr30/fr30.md (movsf_constant_store): Move code to detect 0.0 into fr30.c.
nickc [Thu, 21 Nov 2002 16:36:52 +0000 (16:36 +0000)]
* 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.

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

21 years ago* config/arm/elf.h (ASM_SPEC, LINK_SPEC): Pass -EL
thorpej [Thu, 21 Nov 2002 15:48:02 +0000 (15:48 +0000)]
* config/arm/elf.h (ASM_SPEC, LINK_SPEC): Pass -EL
if -mlittle-endian is specified.

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

21 years agoPR optimization/2903
rearnsha [Thu, 21 Nov 2002 14:51:27 +0000 (14:51 +0000)]
PR optimization/2903
* arm.md (anddi_notzesidi_di): Operand 2 is inverted not operand 1.
(anddi_notsesidi_di): Likewise.

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

21 years ago2002-11-21 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 21 Nov 2002 14:34:12 +0000 (14:34 +0000)]
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

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

21 years ago * config/h8300/h8300.c (print_operand): Use
kazu [Thu, 21 Nov 2002 14:09:31 +0000 (14:09 +0000)]
* 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.

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

21 years ago * config/s390/libgcc-libc.ver: Add multilib support.
uweigand [Thu, 21 Nov 2002 12:03:49 +0000 (12:03 +0000)]
* 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.

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

21 years ago2002-11-21 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 21 Nov 2002 10:45:14 +0000 (10:45 +0000)]
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.

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

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

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

21 years ago* arm.c (arm_get_frame_size): A leaf function does not need its
rearnsha [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 it has no frame.
(thumb_get_frame_size): Likewise.

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

21 years ago2002-11-21 Michael Koch <konqueror@gmx.de>
mkoch [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().

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

21 years ago2002-11-21 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 21 Nov 2002 08:28:34 +0000 (08:28 +0000)]
2002-11-21  Phil Edwards  <pme@gcc.gnu.org>

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

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