Kazu Hirata
366a7b2715
h8300-protos.h: Add a prototype for emit_logical_op.
...
* config/h8300/h8300-protos.h: Add a prototype for
emit_logical_op.
* config/h8300/h8300.c (emit_logical_op): New.
* config/h8300/h8300.md (andhi3): Use emit_logical_op.
(andsi3): Likewise.
(iorhi3): Likewise.
(iorsi3): Likewise.
(xorhi3): Likewise.
(xorsi3): Likewise.
From-SVN: r45272
2001-08-29 18:18:15 +00:00
John David Anglin
6e9c53b489
pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for comparison with rtx INTVAL.
...
* pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for
comparison with rtx INTVAL.
(pa_output_function_prologue): Don't mix signed and unsigned in `?'
expression.
* pa.h (FUNCTION_ARG_SIZE): Likewise.
From-SVN: r45271
2001-08-29 17:57:47 +00:00
Kazu Hirata
53251a5575
lib1funcs.asm: Update the copyright.
...
* config/h8300/lib1funcs.asm: Update the copyright. Fix
comment typos.
From-SVN: r45269
2001-08-29 16:37:13 +00:00
Kazu Hirata
07322342cb
Fix typos in ChangeLog.
...
From-SVN: r45268
2001-08-29 16:23:53 +00:00
Kazu Hirata
0cb3708d3c
h8300.md (anonymous movhi pattern): Don't move (reg n) to (mem (pre_dec (reg n)) (anonymous movsi pattern): Likewise.
...
* h8300.md (anonymous movhi pattern): Don't move (reg n) to
(mem (pre_dec (reg n))
(anonymous movsi pattern): Likewise.
From-SVN: r45266
2001-08-29 16:17:25 +00:00
Kazu Hirata
af592bf91d
* gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
...
From-SVN: r45264
2001-08-29 16:10:41 +00:00
Kazu Hirata
39fc3cc778
* h8300.h (RETURN_ADDR_RTX): New.
...
From-SVN: r45262
2001-08-29 16:04:13 +00:00
Kazu Hirata
b3a68dbae8
h8300.md (movsi_h8300hs): Optimize loading of several special constants.
...
* h8300.md (movsi_h8300hs): Optimize loading of several
special constants.
From-SVN: r45261
2001-08-29 16:01:59 +00:00
Kazu Hirata
45a4bc1dc5
* config/h8300/lib1funcs.asm: Fix comment typos.
...
From-SVN: r45259
2001-08-29 14:45:35 +00:00
Kaveh R. Ghazi
c3d03e3a07
iris6.h (ASM_DECLARE_OBJECT_NAME, [...]): Fix format specifier warnings.
...
* iris6.h (ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT):
Fix format specifier warnings.
* irix6-libc-compat.c (inet_ntoa, inet_lnaof, inet_netof,
inet_makeaddr, semctl): Prototype.
* mips.c (compute_frame_size): Fix signed/unsigned warnings.
(save_restore_insns): Use base_offset, not gp_offset.
* mips.h (GP_REG_OR_PSEUDO_STRICT_P): Fix signed/unsigned warning.
(ASM_OUTPUT_BYTE): Fix format specifier warning.
From-SVN: r45258
2001-08-29 11:45:14 +00:00
GCC Administrator
e0e4041f3b
Daily bump.
...
From-SVN: r45257
2001-08-29 09:32:43 +00:00
Richard Henderson
a7b01a4bf1
bb-reorder.c (function_tail_eff_head): New.
...
* bb-reorder.c (function_tail_eff_head): New.
(record_effective_endpoints): Set it.
(fixup_reorder_chain): Use it.
From-SVN: r45255
2001-08-29 02:31:44 -07:00
Kaveh R. Ghazi
c43f84d7ce
* dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.
...
From-SVN: r45254
2001-08-29 03:16:12 +00:00
Dale Johannesen
c0cbc013a2
darwin.c (machopic_function_base_name): Add const qualifier to a string.
...
2001-08-28 Dale Johannesen <dalej@apple.com>
* config/darwin.c (machopic_function_base_name): Add const
qualifier to a string.
(darwin_encode_section_info): Ditto.
From-SVN: r45253
2001-08-29 02:43:26 +00:00
Alexandre Petit-Bianco
8dfa3e5380
Removing conflict indicators. Oops.
...
From-SVN: r45252
2001-08-28 19:31:55 -07:00
Alexandre Petit-Bianco
1ca09b4878
re PR java/4141 (GCJ compiles illegal code without complaining.)
...
2001-08-27 Alexandre Petit-Bianco <apbianco@redhat.com>
* parse.y (resolve_qualified_expression_name): Handle unresolved
qualified expressions, prevent numerical qualifiers, fixed typo.
Fixes PR java/4141
(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01644.html )
From-SVN: r45251
2001-08-28 19:22:52 -07:00
Alexandre Petit-Bianco
51a25585ff
re PR java/3949 (fastjar exits success if @file not found)
...
2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>
* jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
Fixes PR java/3949.
(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01641.html )
From-SVN: r45250
2001-08-28 18:35:32 -07:00
Loren J. Rittle
533ab4d1f3
Makefile.am: Use toplevel_srcdir to refer to src files outside this component.
...
* include/Makefile.am: Use toplevel_srcdir to refer to src files
outside this component.
* include/Makefile.in: Regenerate.
From-SVN: r45248
2001-08-29 00:32:49 +00:00
Kaveh R. Ghazi
252cf8126e
tree.c (default_valid_attribute_p): Don't use PARAMS on a function definition.
...
* tree.c (default_valid_attribute_p): Don't use PARAMS on a
function definition.
From-SVN: r45247
2001-08-28 23:44:42 +00:00
Daniel Berlin
d59c534651
df.h (struct df): Add rts_order variable.
...
2001-08-28 Daniel Berlin <dan@cgsoftware.com>
* df.h (struct df): Add rts_order variable.
* df.c (df_visit_next_rts): New function.
(df_visit_next): Renamed to df_visit_next_rc
(df_analyse_1): Allocate/compute/free rts_order as well.
(df_rd_global_compute): Use df_visit_next_rc instead of
df_visit_next.
(df_ru_global_compute): Use df_visit_next_rts instead of
df_visit_next.
* flow.c (flow_reverse_top_sort_order_compute): New function.
* basic-block.h: Add prototype.
From-SVN: r45246
2001-08-28 23:43:23 +00:00
Daniel Berlin
e0c39f1bd5
ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable blocks, the BB_REACHABLE is now set, rather than aux being non-NULL.
...
2001-08-28 Daniel Berlin <dan@cgsoftware.com>
* ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable
blocks, the BB_REACHABLE is now set, rather than aux being
non-NULL. Update the test to reflect this.
From-SVN: r45245
2001-08-28 23:38:12 +00:00
Eric Christopher
a098df27dd
crtn.asm: Add comment explaining 16 byte alignment.
...
2001-08-28 Eric Christopher <echristo@redhat.com>
* config/mips/crtn.asm: Add comment explaining 16 byte alignment.
config/mips/crti.asm: Ditto.
From-SVN: r45244
2001-08-28 23:23:37 +00:00
Eric Christopher
46f9491e74
c-pragma.h (add_weak): Move prototype from here...
...
2001-08-28 Eric Christopher <echristo@redhat.com>
Richard Henderson <rth@redhat.com>
* c-pragma.h (add_weak): Move prototype from here...
* output.h (add_weak): ... to here.
* varasm.c (add_weak): Fix typo.
* config/mips/crti.asm: New file.
* config/mips/crtn.asm: Ditto.
* config/mips/elf.h (SBSS_SECTION_ASM_OP) Add #undef.
(CTOR_LISTS_DEFINED_EXTERNALLY): Remove.
(INVOKE__main): Ditto.
(INIT_SECTION_ASM_OP): New.
(FINI_SECTION_ASM_OP): Ditto.
(STARTFILE_SPEC): Add crti.
(ENDFILE_SPEC): Add crtn.
* config/mips/elf64.h: Same.
* config/mips/rtems64.h (INVOKE__main, NAME__MAIN, SYMBOL__MAIN):
Remove.
* config/mips/vxworks.h: Ditto.
* config/mips/t-elf: Support crti and crtn.
Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r45243
2001-08-28 23:03:52 +00:00
Alexandre Oliva
5dde01439e
jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not INSN_LIST.
...
* jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not
INSN_LIST.
From-SVN: r45242
2001-08-28 22:20:40 +00:00
Per Bothner
1a27eec11a
jcf-write.c (generate_bytecode_insns): For increments and decrements just recurse to push constant.
...
* jcf-write.c (generate_bytecode_insns): For increments and
decrements just recurse to push constant. Improvement on Mark's patch.
From-SVN: r45241
2001-08-28 15:18:57 -07:00
Per Bothner
4046760603
BigInteger.java (init(int,Random)): New method.
...
* java/math/BigInteger.java (init(int,Random)): New method.
Move body of constructor <init>(int,Random)) here.
Re-write it to avoid constructing unneeded temporaries.
(<init>(int,int,Random)): Use new init method to avoid constructing
extra temporary BigIntegers.
From-SVN: r45240
2001-08-28 15:16:11 -07:00
Richard Henderson
967603efc9
ia64.md (andcmbi3, iorcmbi3): Fix typos.
...
* config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
(one_cmplbi2 splitter): Remove redundant test.
From-SVN: r45238
2001-08-28 14:48:24 -07:00
Joseph Myers
70f6603960
update_web_docs: Also check out texinfo.tex from gcc/doc/include.
...
* update_web_docs: Also check out texinfo.tex from
gcc/doc/include.
From-SVN: r45236
2001-08-28 22:11:02 +01:00
Dale Johannesen
4f400cf638
darwin.h (DEFAULT_SIGNED_CHAR): Define.
...
2001-08-28 Dale Johannesen <dalej@apple.com>
* config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.
From-SVN: r45235
2001-08-28 19:51:50 +00:00
Danny Smith
c976fa8847
* config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
...
From-SVN: r45234
2001-08-28 14:53:19 -04:00
Stan Shebs
1aef44a740
darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
...
* config/darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
(UNALIGNED_SHORT_ASM_OP): Define.
(UNALIGNED_INT_ASM_OP): Define.
From-SVN: r45232
2001-08-28 18:37:38 +00:00
Mark Mitchell
06657dcd6e
jcf-write.c (generate_bytecode_insns): Generate an integer to real conversion for increments and decrements of reals.
...
* jcf-write.c (generate_bytecode_insns): Generate an integer to
real conversion for increments and decrements of reals.
From-SVN: r45230
2001-08-28 17:55:10 +00:00
Will Cohen
68350f4f0f
rs6000.md (store_multiple): Correct RTL generation for first set.
...
2001-08-28 Will Cohen <wcohen@redhat.com>
* config/rs6000/rs6000.md (store_multiple): Correct RTL
generation for first set.
From-SVN: r45229
2001-08-28 17:26:14 +00:00
GCC Administrator
fce881ebee
Daily bump.
...
From-SVN: r45227
2001-08-28 07:17:02 +00:00
Benjamin Kosnik
72e2386f87
c_locale_gnu.cc: Move facet info to separate files...
...
2001-08-27 Benjamin Kosnik <bkoz@redhat.com>
* config/locale/c_locale_gnu.cc: Move facet info to separate files...
* config/locale/c_locale_generic.cc: Same.
* config/locale/moneypunct_members_gnu.cc: New file.
* config/locale/moneypunct_members_generic.cc: New file.
* config/locale/numpunct_members_gnu.cc: New file.
* config/locale/numpunct_members_generic.cc: New file.
* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Add moneypunct, numpunct
options.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* src/Makefile.am (sources): And here.
* src/Makefile.in: Regenerate.
Rename for consistency with rest of testsuite.
* testsuite/22_locale/codecvt.cc: New file.
* testsuite/22_locale/money_put.cc: New file.
* testsuite/22_locale/money_put_members_char.cc: New file.
From-SVN: r45224
2001-08-28 06:19:35 +00:00
Andreas Jaeger
79e8ec0eb2
(forgot in last checkin)
...
Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
From-SVN: r45223
2001-08-28 06:55:48 +02:00
Richard Henderson
c23bb84bd3
flow.c (redirect_edge_succ_nodup): Return new edge.
...
* flow.c (redirect_edge_succ_nodup): Return new edge.
(try_simplify_condjump): Use new edge.
* basic-block.h (redirect_edge_succ_nodup): Update prototype.
From-SVN: r45222
2001-08-27 18:32:10 -07:00
Roman Zippel
b5a696fb77
* cse.c (cse_basic_block): Skip note instructions.
...
From-SVN: r45221
2001-08-27 18:29:48 -07:00
Richard Henderson
fa4e13e035
combine.c (combine_simplify_rtx): Don't reverse condition if there is no reverse for the condition.
...
* combine.c (combine_simplify_rtx): Don't reverse condition
if there is no reverse for the condition.
(simplify_comparison): Don't simplify subregs from INT to FP.
* gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
* gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
From-SVN: r45220
2001-08-27 17:59:33 -07:00
Richard Henderson
c05148e841
m68k.md (sordered, [...]): New patterns.
...
* config/m68k/m68k.md (sordered, sordered_1, sunordered, sunordered_1,
suneq, suneq_1, sunge, sunge_1, sungt, sungt_1, sunle, sunle_1,
sunlt, sunlt_1, sltgt, sltgt_1, fsogt_1, fsoge_1, fsolt_1, fsole_1,
bordered, bunordered, buneq, bunge, bungt, bunle, bunlt, bltgt,
bordered_rev, bunordered_rev, buneq_rev, bunge_rev, bungt_rev,
bunle_rev, bunlt_rev, bltgt_rev): New patterns.
From-SVN: r45219
2001-08-27 17:51:40 -07:00
Tom Tromey
83e7315b5f
Activatable.java, [...]: RMI implementation from Kaffe.
...
* java/rmi/activation/Activatable.java,
java/rmi/activation/ActivateFailedException.java,
java/rmi/activation/ActivationDesc.java,
java/rmi/activation/ActivationException.java,
java/rmi/activation/ActivationGroup.java,
java/rmi/activation/ActivationGroupDesc.java,
java/rmi/activation/ActivationGroupID.java,
java/rmi/activation/ActivationID.java,
java/rmi/activation/ActivationInstantiator.java,
java/rmi/activation/ActivationMonitor.java,
java/rmi/activation/ActivationSystem.java,
java/rmi/activation/Activator.java,
java/rmi/activation/UnknownGroupException.java,
java/rmi/activation/UnknownObjectException.java,
java/rmi/AccessException.java,
java/rmi/AlreadyBoundException.java,
java/rmi/ConnectException.java, java/rmi/ConnectIOException.java,
java/rmi/MarshalException.java, java/rmi/MarshalledObject.java,
java/rmi/Naming.java, java/rmi/NoSuchObjectException.java,
java/rmi/NotBoundException.java,
java/rmi/RMISecurityException.java,
java/rmi/RMISecurityManager.java, java/rmi/Remote.java,
java/rmi/RemoteException.java, java/rmi/ServerError.java,
java/rmi/ServerException.java,
java/rmi/ServerRuntimeException.java,
java/rmi/StubNotFoundException.java,
java/rmi/UnexpectedException.java,
java/rmi/UnknownHostException.java,
java/rmi/UnmarshalException.java, java/rmi/dgc/DGC.java,
java/rmi/dgc/Lease.java, java/rmi/dgc/VMID.java,
java/rmi/registry/LocateRegistry.java,
java/rmi/registry/Registry.java,
java/rmi/registry/RegistryHandler.java,
java/rmi/server/ExportException.java,
java/rmi/server/LoaderHandler.java,
java/rmi/server/LogStream.java, java/rmi/server/ObjID.java,
java/rmi/server/Operation.java,
java/rmi/server/RMIClassLoader.java,
java/rmi/server/RMIClientSocketFactory.java,
java/rmi/server/RMIFailureHandler.java,
java/rmi/server/RMIServerSocketFactory.java,
java/rmi/server/RMISocketFactory.java,
java/rmi/server/RemoteCall.java,
java/rmi/server/RemoteObject.java, java/rmi/server/RemoteRef.java,
java/rmi/server/RemoteServer.java,
java/rmi/server/RemoteStub.java,
java/rmi/server/ServerCloneException.java,
java/rmi/server/ServerNotActiveException.java,
java/rmi/server/ServerRef.java, java/rmi/server/Skeleton.java,
java/rmi/server/SkeletonMismatchException.java,
java/rmi/server/SkeletonNotFoundException.java,
java/rmi/server/SocketSecurityException.java,
java/rmi/server/UID.java,
java/rmi/server/UnicastRemoteObject.java,
java/rmi/server/Unreferenced.java, gnu/java/rmi/dgc/DGCImpl.java,
gnu/java/rmi/dgc/DGCImpl_Skel.java,
gnu/java/rmi/dgc/DGCImpl_Stub.java,
gnu/java/rmi/registry/RegistryImpl.java,
gnu/java/rmi/registry/RegistryImpl_Skel.java,
gnu/java/rmi/registry/RegistryImpl_Stub.java,
gnu/java/rmi/rmic/RMIC.java, gnu/java/rmi/rmic/TabbedWriter.java,
gnu/java/rmi/server/ProtocolConstants.java,
gnu/java/rmi/server/RMIDefaultSocketFactory.java,
gnu/java/rmi/server/RMIHashes.java,
gnu/java/rmi/server/RMIObjectInputStream.java,
gnu/java/rmi/server/RMIObjectOutputStream.java,
gnu/java/rmi/server/UnicastConnection.java,
gnu/java/rmi/server/UnicastConnectionManager.java,
gnu/java/rmi/server/UnicastRef.java,
gnu/java/rmi/server/UnicastRemoteCall.java,
gnu/java/rmi/server/UnicastRemoteStub.java,
gnu/java/rmi/server/UnicastServer.java,
gnu/java/rmi/server/UnicastServerRef.java: RMI implementation from
Kaffe. Relabelled classes to fit into Classpath tree.
* Makefile.in: Rebuilt.
* Makefile.am (rmi_java_source_files): New macro.
(ordinary_java_source_files): Reference it.
(bin_PROGRAMS): Added rmic and rmiregistry.
(rmic_SOURCES): New macro.
(EXTRA_rmic_SOURCES): Likewise.
(rmic_LDFLAGS): Likewise.
(rmic_LINK): Likewise.
(rmic_LDADD): Likewise.
(rmic_DEPENDENCIES): Likewise.
(rmiregistry_SOURCES): New macro.
(EXTRA_rmiregistry_SOURCES): Likewise.
(rmiregistry_LDFLAGS): Likewise.
(rmiregistry_LINK): Likewise.
(rmiregistry_LDADD): Likewise.
(rmiregistry_DEPENDENCIES): Likewise.
From-SVN: r45218
2001-08-28 00:03:35 +00:00
Tom Tromey
c5bb59c118
jartool.c (jarfile): Remove length limitation.
...
* jartool.c (jarfile): Remove length limitation.
(main): Use jt_strdup when initializing jarfile.
From-SVN: r45217
2001-08-27 23:09:37 +00:00
Roman Zippel
b7b59ff4ec
m68k.md (subreghi1ashrdi_const32, [...]): Fix SUBREG_BYTE offset.
...
* config/m68k/m68k.md (subreghi1ashrdi_const32, bsetmemqi,
bsetmemqi+1, strict_low_part peephole): Fix SUBREG_BYTE offset.
(pushqi1): New.
(adddi_dilshr32, adddi_dishl32): Only data register can be
source for mem destination.
From-SVN: r45216
2001-08-27 15:55:21 -07:00
Roman Zippel
f21bdd05bd
expmed.c (store_bit_field): Ignore adjustment to bitpos and use bitnum to decide about register move.
...
* expmed.c (store_bit_field): Ignore adjustment to bitpos
and use bitnum to decide about register move.
From-SVN: r45215
2001-08-27 15:43:37 -07:00
Richard Henderson
a224278b11
* genattr.c (main): Emit state_t even when not doing scheduling.
...
From-SVN: r45214
2001-08-27 15:35:41 -07:00
Roman Zippel
80c29cc437
gcse.c (reg_first_set, [...]): Replace with ...
...
* gcse.c (reg_first_set, reg_last_set): Replace with ...
(reg_avail_info, current_bb): ... these.
(oprs_unchanged_p, record_last_reg_set_info): Use them.
(compute_hash_table): Likewise.
Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r45213
2001-08-27 15:01:07 -07:00
Roman Zippel
bce7bfe835
* flow.c (verify_flow_info): Use checksums to verify edges.
...
From-SVN: r45212
2001-08-27 14:29:15 -07:00
Richard Henderson
ce4a5723b6
* genautomata.c (expand_automata): Always create a description.
...
From-SVN: r45211
2001-08-27 13:48:57 -07:00
Geoffrey Keating
859cb4d84e
optabs.c (expand_binop): Correctly handle the carry in multiword add/subtract operations.
...
* optabs.c (expand_binop): Correctly handle the carry in multiword
add/subtract operations.
From-SVN: r45210
2001-08-27 20:35:37 +00:00
Fred Fish
b7a0c86f58
* ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be __SIZE_TYPE__.
...
From-SVN: r45209
2001-08-27 20:23:37 +00:00