gcc.git
23 years agogcc.c (handle_braces): Add explaination for abort.
Eric Christopher [Sat, 1 Sep 2001 00:23:53 +0000 (00:23 +0000)]
gcc.c (handle_braces): Add explaination for abort.

2001-08-31  Eric Christopher  <echristo@redhat.com>

* gcc.c (handle_braces): Add explaination for abort.

From-SVN: r45340

23 years agoieee.exp: Add -ffloat-store for m68k.
Roman Zippel [Fri, 31 Aug 2001 23:09:11 +0000 (23:09 +0000)]
ieee.exp: Add -ffloat-store for m68k.

        * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
        for m68k.

From-SVN: r45339

23 years agoexpmed.c (store_bit_field): Update to patch from 2001-08-27: move adjustment of bitpo...
Roman Zippel [Fri, 31 Aug 2001 22:54:19 +0000 (22:54 +0000)]
expmed.c (store_bit_field): Update to patch from 2001-08-27: move adjustment of bitpos instead.

        * expmed.c (store_bit_field): Update to patch from 2001-08-27:
        move adjustment of bitpos instead.

From-SVN: r45338

23 years agoRe-merge with Classpath:
Tom Tromey [Fri, 31 Aug 2001 22:31:40 +0000 (22:31 +0000)]
Re-merge with Classpath:

* java/util/Comparator (equals): Added.
* java/io/PipedWriter.java (write): Changed argument to `int'.

* java/io/FileDescriptor.java (FileDescriptor()): New
constructor.
* java/io/File.java (getAbsoluteFile): Doesn't throw IOException.

From-SVN: r45337

23 years agofunction.c: Remove all_functions.
Zack Weinberg [Fri, 31 Aug 2001 22:22:02 +0000 (22:22 +0000)]
function.c: Remove all_functions.

* function.c: Remove all_functions.  Make outer_function_chain
static.
(init_function_start): Don't add new function structure to
all_functions.
(find_function_data, push_function_context_to,
pop_function_context_from, put_var_into_stack,
trampoline_address): Update for changed structure element names.
(push_function_context_to): Disentangle.
(free_after_compilation): Also free F.
(expand_dummy_function_end): Don't free cfun here.
(put_var_into_stack): Comment why we can't use find_function_data here.
(fix_lexical_addr, trampoline_address, ): Use find_function_data.
(mark_function_chain): Split into maybe_mark_struct_function and
ggc_mark_struct_function.  Export the latter.
(init_function_once): Mark from cfun and outer_function_chain;
not all_functions.

* function.h (struct function): Kill next_global.  Rename next
to outer.  All users updated to match.
(all_functions, outer_function_chain): Don't declare.

* ggc-common.c (ggc_mark_trees): Mark DECL_SAVED_INSNS.
* integrate.c (output_inline_function): Clear DECL_SAVED_INSNS,
don't touch f->inlinable, after calling rest_of_compilation.

* tree.h: Forward-declare struct function.  Prototype
ggc_mark_struct_function.

From-SVN: r45336

23 years agoMakefile.in: Rebuilt.
Tom Tromey [Fri, 31 Aug 2001 21:31:20 +0000 (21:31 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (ordinary_java_source_files): Removed
EnumerationChain, added DoubleEnumeration.
(nat_source_files): Added natResourceBundle.cc.
* java/util/natResourceBundle.cc: New file.
* gnu/java/util/DoubleEnumeration.java: New file.
* gnu/gcj/util/EnumerationChain.java: Removed.
* java/beans/VetoableChangeSupport.java: Merged with Classpath.
* java/util/ResourceBundle.java: Merged with Classpath.
* java/util/StringTokenizer.java: Merged with Classpath.
* java/util/Locale.java: Merged with Classpath.
* java/util/Random.java: Merged with Classpath.
* java/util/PropertyResourceBundle.java: Merged with Classpath.
* java/util/ListResourceBundle.java: Merged with Classpath.
* java/util/ConcurrentModificationException.java: Re-merged with
Classpath.
* java/util/EmptyStackException.java: Likewise.
* java/util/MissingResourceException.java: Likewise.
* java/util/NoSuchElementException.java: Likewise.
* java/util/TooManyListenersException.java: Likewise.

From-SVN: r45335

23 years ago* config/h8300/h8300.md (*andorhi3): Fix typos.
Kazu Hirata [Fri, 31 Aug 2001 20:13:38 +0000 (20:13 +0000)]
* config/h8300/h8300.md (*andorhi3): Fix typos.

From-SVN: r45334

23 years agoclass.c (set_constant_value): When not emiting class files, then a String ConstantVal...
Per Bothner [Fri, 31 Aug 2001 20:07:31 +0000 (13:07 -0700)]
class.c (set_constant_value): When not emiting class files, then a String ConstantValue is a utf8const_ptr_type.

* class.c (set_constant_value):  When not emiting class files, then a
String ConstantValue is a utf8const_ptr_type.

From-SVN: r45333

23 years agocalls.c (emit_library_call_value): Don't use a fixed argument after VA_CLOSE, i.e.
Kaveh R. Ghazi [Fri, 31 Aug 2001 19:28:58 +0000 (19:28 +0000)]
calls.c (emit_library_call_value): Don't use a fixed argument after VA_CLOSE, i.e.

* calls.c (emit_library_call_value): Don't use a fixed
argument after VA_CLOSE, i.e. out of scope in traditional C.

* emit-rtl.c (gen_rtvec): Likewise.

From-SVN: r45332

23 years agoMakefile.in (c-pragma.o): Depend on output.h.
Kaveh R. Ghazi [Fri, 31 Aug 2001 19:27:12 +0000 (19:27 +0000)]
Makefile.in (c-pragma.o): Depend on output.h.

* Makefile.in (c-pragma.o): Depend on output.h.
(reorg.o): Depend on except.h.

* c-pragma.c: Include output.h.

* reorg.c: Include except.h.

* unwind-dw2.c: Call __builtin_alloca, not alloca.

From-SVN: r45331

23 years agosched-deps.c (add_dependence): Don't elide dependancy if the conditional used by...
Richard Henderson [Fri, 31 Aug 2001 18:01:08 +0000 (11:01 -0700)]
sched-deps.c (add_dependence): Don't elide dependancy if the conditional used by insn is modified in elem.

        * sched-deps.c (add_dependence): Don't elide dependancy if the
        conditional used by insn is modified in elem.

From-SVN: r45330

23 years agoerror.c (dump_template_decl): Output template parameters together with their specifiers.
Kriang Lerdsuwanakij [Fri, 31 Aug 2001 17:46:06 +0000 (17:46 +0000)]
error.c (dump_template_decl): Output template parameters together with their specifiers.

* error.c (dump_template_decl): Output template parameters
together with their specifiers.
Output `class' prefix for template template parameter.
(dump_decl): Fix formatting.

From-SVN: r45329

23 years agooops - omitted from previouys delta
Nick Clifton [Fri, 31 Aug 2001 17:15:20 +0000 (17:15 +0000)]
oops - omitted from previouys delta

From-SVN: r45328

23 years agoByteArrayOutputStream.java: Re-merged with Classpath.
Tom Tromey [Fri, 31 Aug 2001 17:11:27 +0000 (17:11 +0000)]
ByteArrayOutputStream.java: Re-merged with Classpath.

* java/io/ByteArrayOutputStream.java: Re-merged with Classpath.
* java/io/OptionalDataException.java: Merged with Classpath.

From-SVN: r45327

23 years agoSkip TRUNCATE operators in const pool addresses for v850 short switch tables
Nick Clifton [Fri, 31 Aug 2001 17:10:57 +0000 (17:10 +0000)]
Skip TRUNCATE operators in const pool addresses for v850 short switch tables

From-SVN: r45326

23 years agoAccount for FP registers saved to stack during prologue
Nick Clifton [Fri, 31 Aug 2001 17:09:58 +0000 (17:09 +0000)]
Account for FP registers saved to stack during prologue

From-SVN: r45325

23 years agoempty4.C: Allow for 16-bit ints.
Geoffrey Keating [Fri, 31 Aug 2001 16:59:43 +0000 (16:59 +0000)]
empty4.C: Allow for 16-bit ints.

* g++.dg/abi/empty4.C: Allow for 16-bit ints.

* g++.dg/special/initp1.C (X): Allow for 16-bit ints.

* gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.

From-SVN: r45324

23 years agoc-decl.c (c_decode_option): Skip '-f' prefix before calling dump_switch_p.
Diego Novillo [Fri, 31 Aug 2001 16:34:44 +0000 (16:34 +0000)]
c-decl.c (c_decode_option): Skip '-f' prefix before calling dump_switch_p.

* c-decl.c (c_decode_option): Skip '-f' prefix before calling
dump_switch_p.

From-SVN: r45323

23 years agostormy16.c (stormy16_asm_out_destructor): New function.
Geoffrey Keating [Fri, 31 Aug 2001 15:44:20 +0000 (15:44 +0000)]
stormy16.c (stormy16_asm_out_destructor): New function.

* config/stormy16/stormy16.c (stormy16_asm_out_destructor): New
function.
(stormy16_asm_out_constructor): New function.
(TARGET_ASM_CONSTRUCTOR): Define.
(TARGET_ASM_DESTRUCTOR): Define.

From-SVN: r45322

23 years agogcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
Andreas Jaeger [Fri, 31 Aug 2001 14:49:37 +0000 (16:49 +0200)]
gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.

* gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
* loop.c (add_label_notes): Likewise.
* reload.c (find_reloads): Likewise.
* config/sh/sh.c (machine_dependent_reorg): Likewise.

From-SVN: r45320

23 years agoexception.cc (PERSONALITY_FUNCTION): Simplify leb128 handling.
Jason Merrill [Fri, 31 Aug 2001 12:27:32 +0000 (08:27 -0400)]
exception.cc (PERSONALITY_FUNCTION): Simplify leb128 handling.

        * exception.cc (PERSONALITY_FUNCTION): Simplify
        leb128 handling.

From-SVN: r45317

23 years agotweak comment
Jason Merrill [Fri, 31 Aug 2001 10:24:46 +0000 (06:24 -0400)]
tweak comment

From-SVN: r45316

23 years agounwind-pe.h (read_uleb128, [...]): Move actual reading code here.
Jason Merrill [Fri, 31 Aug 2001 09:49:13 +0000 (05:49 -0400)]
unwind-pe.h (read_uleb128, [...]): Move actual reading code here.

        * unwind-pe.h (read_uleb128, read_sleb128): Move actual reading
        code here.  Take _Unwind_{W,Sw}ord*.
        (read_encoded_value_with_base): Use them.
        * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg
        words.
        (extract_cie_info): Simplify read_?leb128 handling.
        (execute_stack_op, execute_cfa_program): Likewise.
        * unwind-dw2-fde.c (get_cie_encoding): Likewise.

        * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Simplify
        leb128 handling.

From-SVN: r45315

23 years agostormy16.c (stormy16_expand_epilogue): Use the frame pointer to pop the stack if...
Geoffrey Keating [Fri, 31 Aug 2001 07:57:54 +0000 (07:57 +0000)]
stormy16.c (stormy16_expand_epilogue): Use the frame pointer to pop the stack if convenient.

* config/stormy16/stormy16.c (stormy16_expand_epilogue): Use
the frame pointer to pop the stack if convenient.

* config/stormy16/stormy16.c (stormy16_initialize_trampoline):
Don't use post-increment before combine.
* config/stormy16/stormy16.h (STATIC_CHAIN_REGNUM): Don't use
a call-saved register.

From-SVN: r45314

23 years agoDaily bump.
GCC Administrator [Fri, 31 Aug 2001 07:16:42 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45313

23 years agoTemporaily change error to wanring to hopefully allow boostrap.
Per Bothner [Fri, 31 Aug 2001 06:44:22 +0000 (23:44 -0700)]
Temporaily change error to wanring to hopefully allow boostrap.

From-SVN: r45311

23 years agoconfig.guess: Merge from master sources.
Eric Christopher [Fri, 31 Aug 2001 06:35:37 +0000 (06:35 +0000)]
config.guess: Merge from master sources.

2001-08-30  Eric Christopher  <echristo@redhat.com>
    Jason Eckhardt  <jle@redhat.com>

* config.guess: Merge from master sources.
* config.sub: Merge from master sources, add support for mipsisa32.

Co-Authored-By: Jason Eckhardt <jle@redhat.com>
From-SVN: r45310

23 years ago* java/io/ByteArrayInputStream.java: Merged with Classpath.
Tom Tromey [Fri, 31 Aug 2001 05:58:46 +0000 (05:58 +0000)]
* java/io/ByteArrayInputStream.java: Merged with Classpath.

From-SVN: r45309

23 years agojump.c (mark_jump_label): Revert patch from 2001-08-28, the code was correct.
Andreas Jaeger [Fri, 31 Aug 2001 05:55:56 +0000 (07:55 +0200)]
jump.c (mark_jump_label): Revert patch from 2001-08-28, the code was correct.

* jump.c (mark_jump_label): Revert patch from 2001-08-28, the
code was correct.

From-SVN: r45308

23 years ago* java/io/BufferedReader.java: Re-merged with Classpath.
Tom Tromey [Fri, 31 Aug 2001 05:00:12 +0000 (05:00 +0000)]
* java/io/BufferedReader.java: Re-merged with Classpath.

From-SVN: r45307

23 years agojcf-write.c (generate_classfile): Check that field is primitive or string before...
Per Bothner [Fri, 31 Aug 2001 04:14:44 +0000 (21:14 -0700)]
jcf-write.c (generate_classfile): Check that field is primitive or string before emitting ConstantValue attribute.

* jcf-write.c (generate_classfile):  Check that field is primitive
or string before emitting ConstantValue attribute.

From-SVN: r45306

23 years agoparse.y (resolve_qualified_expression_name): If creating a COMPOUND_EXPR, set it...
Per Bothner [Fri, 31 Aug 2001 03:07:12 +0000 (20:07 -0700)]
parse.y (resolve_qualified_expression_name): If creating a COMPOUND_EXPR, set it's type correctly.

* parse.y (resolve_qualified_expression_name):  If creating a
COMPOUND_EXPR, set it's type correctly.

From-SVN: r45305

23 years agolonglong.c (alpha_ep_extbl_i_eq_0): Allow for 16-bit 'unsigned int'.
Geoffrey Keating [Fri, 31 Aug 2001 02:02:42 +0000 (02:02 +0000)]
longlong.c (alpha_ep_extbl_i_eq_0): Allow for 16-bit 'unsigned int'.

* gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
for 16-bit 'unsigned int'.

From-SVN: r45304

23 years agostormy16.md (udivmodhi4): Express using UDIV/UMOD, not DIV/MOD, of course.
Geoffrey Keating [Fri, 31 Aug 2001 01:56:43 +0000 (01:56 +0000)]
stormy16.md (udivmodhi4): Express using UDIV/UMOD, not DIV/MOD, of course.

* config/stormy16/stormy16.md (udivmodhi4): Express using UDIV/UMOD,
not DIV/MOD, of course.

From-SVN: r45303

23 years agojcf-io.c (open_class): Set filename field.
Per Bothner [Thu, 30 Aug 2001 21:28:20 +0000 (14:28 -0700)]
jcf-io.c (open_class): Set filename field.

* jcf-io.c (open_class):  Set filename field.

* jcf-parse,c (parse_class_file):  Set current_function_decl
for better error message when Code attribute is missing.

* lang.c (put_decl_node, lang_print_error):  Re-arrange for
better diagnostics, especially for constructors.

From-SVN: r45299

23 years agojcf-write.c (generate_classfile): Don't write ConstantValue attribute if field is...
Per Bothner [Thu, 30 Aug 2001 21:08:32 +0000 (14:08 -0700)]
jcf-write.c (generate_classfile): Don't write ConstantValue attribute if field is not final...

* jcf-write.c (generate_classfile):  Don't write ConstantValue
attribute if field is not final, for compatibility with jdk.

* jcf-write.c (generate_classfile):  Convert ConstantValue values
to correct type.  Work-around for front-end bug.
* class.c (set_constant_value):  Error if constant has wrong type.

From-SVN: r45298

23 years agortl.def: Undo my patch commited 2001-08-27.
Vladimir Makarov [Thu, 30 Aug 2001 20:44:51 +0000 (20:44 +0000)]
rtl.def: Undo my patch commited 2001-08-27.

2001-08-30  Vladimir Makarov  <vmakarov@redhat.com>

* rtl.def: Undo my patch commited 2001-08-27.

* genattrtab.c: Ditto.

* rtl.h: Ditto.

* sched-int.h: Ditto.

* target-def.h: Ditto.

* target.h: Ditto.

* haifa-sched.c: Ditto.

* sched-rgn.c: Ditto.

* sched-vis.c: Ditto.

* Makefile.in: Ditto.

* doc/md.texi: Ditto.

* doc/tm.texi: Ditto.

* doc/contrib.texi: Ditto.

* doc/gcc.texi: Ditto.

* genattrtab.h: Remove it.

* genautomata.c: Remove it.

* genattr.c: Undo my patch and Richard Henderson's patch commited
2001-08-27.

From-SVN: r45297

23 years agojcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are printed...
Per Bothner [Thu, 30 Aug 2001 19:42:36 +0000 (12:42 -0700)]
jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are printed at verbosity 1.

* jcf-dump.c (print_constant):  Fix fencepost error so "Float" and
"Double" are printed at verbosity 1.

* jcf-dump.c (main):  Disable flag_print_attributes if --javap.

* jcf-dump.c (SPECIAL_IINC):  Remove unneeded casts to long.

From-SVN: r45296

23 years agoconfig.gcc (h8300-*-elf*): New case.
J"orn Rennecke [Thu, 30 Aug 2001 18:22:55 +0000 (18:22 +0000)]
config.gcc (h8300-*-elf*): New case.

* config.gcc (h8300-*-elf*): New case.
* h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
(SUBTARGET_CPP_SPEC): Define.
(EXTRA_SPECS): Define.
(SUBTARGET_EXTRA_SPECS): Define.
* config/h8300/crti.asm, config/h8300/crtn.asm: New files.
* config/h8300/elf.h, config/h8300/t-elf: Likewise.

From-SVN: r45294

23 years agoconfig.gcc (h8300-*-elf*): New case.
J"orn Rennecke [Thu, 30 Aug 2001 18:20:33 +0000 (18:20 +0000)]
config.gcc (h8300-*-elf*): New case.

* config.gcc (h8300-*-elf*): New case.
* h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
(SUBTARGET_CPP_SPEC): Define.
(EXTRA_SPECS): Define.
(SUBTARGET_EXTRA_SPECS): Define.
* config/h8300/crti.asm, config/h8300/crtn.asm: New files.
* config/h8300/elf.h, config/h8300/t-elf: Likewise.

From-SVN: r45293

23 years agot-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
J"orn Rennecke [Thu, 30 Aug 2001 17:51:04 +0000 (17:51 +0000)]
t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.

* t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
(LIB2FUNCS_EXTRA): Define.
config/h8300/lib1funcs.asm: New part: L_fixunssfsi_asm .
config/h8300/fixunssfsi.c: New file.

From-SVN: r45291

23 years agoh8300.md (zero_extendqihi2): Changes to define_expand to accomodate target-specific...
Kazu Hirata [Thu, 30 Aug 2001 17:17:17 +0000 (17:17 +0000)]
h8300.md (zero_extendqihi2): Changes to define_expand to accomodate target-specific attributes.

* config/h8300/h8300.md (zero_extendqihi2): Changes to
define_expand to accomodate target-specific attributes.
(anonymous zero_extendqihi2 patterns): New.

From-SVN: r45290

23 years ago* h8300.md (*andorhi3): New pattern.
J"orn Rennecke [Thu, 30 Aug 2001 17:11:39 +0000 (17:11 +0000)]
* h8300.md (*andorhi3): New pattern.

From-SVN: r45289

23 years ago* h8300.c (dosize): Fix test for "sub".
J"orn Rennecke [Thu, 30 Aug 2001 15:13:27 +0000 (15:13 +0000)]
* h8300.c (dosize): Fix test for "sub".

From-SVN: r45288

23 years agooptimize.c (inlinable_function_p): Allow only smaller single functions.
Kurt Garloff [Thu, 30 Aug 2001 13:55:17 +0000 (13:55 +0000)]
optimize.c (inlinable_function_p): Allow only smaller single functions.

* optimize.c (inlinable_function_p): Allow only smaller single
functions. Halve inline limit after reaching recursive limit.

From-SVN: r45286

23 years agoc-typeck.c (pointer_diff): Try to eliminate common term before doing conversions.
J"orn Rennecke [Thu, 30 Aug 2001 12:46:52 +0000 (12:46 +0000)]
c-typeck.c (pointer_diff): Try to eliminate common term before doing conversions.

* c-typeck.c (pointer_diff): Try to eliminate common term before
doing conversions.

From-SVN: r45285

23 years agoclass.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t.
Joern Rennecke [Thu, 30 Aug 2001 12:44:22 +0000 (12:44 +0000)]
class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t.

        * class.c (build_vtable_entry_ref): Subtract in char*, not
        ptrdiff_t.

Co-Authored-By: Jason Merrill <jason@redhat.com>
From-SVN: r45284

23 years agoDaily bump.
GCC Administrator [Thu, 30 Aug 2001 07:16:09 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45282

23 years agoreload1.c (move2add_note_store): Correct typo checking for argument pushes.
Geoffrey Keating [Wed, 29 Aug 2001 23:18:51 +0000 (23:18 +0000)]
reload1.c (move2add_note_store): Correct typo checking for argument pushes.

* reload1.c (move2add_note_store): Correct typo checking for
argument pushes.

From-SVN: r45279

23 years agomake x a long
Jason Merrill [Wed, 29 Aug 2001 22:36:26 +0000 (18:36 -0400)]
make x a long

From-SVN: r45278

23 years agomake BaseFunc virtual, too
Jason Merrill [Wed, 29 Aug 2001 22:35:39 +0000 (18:35 -0400)]
make BaseFunc virtual, too

From-SVN: r45277

23 years agogcse.c (compute_hash_table): The SRC part of an insn with a RETVAL note should not...
Andrew MacLeod [Wed, 29 Aug 2001 21:43:41 +0000 (21:43 +0000)]
gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL note should not be considered outside the...

2001-08-29  Andrew MacLeod  <amacleod@redhat.com>

* gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL
note should not be considered outside the libcall block.

From-SVN: r45276

23 years ago* ansidecl.h: Update comments reflecting previous change.
Kaveh R. Ghazi [Wed, 29 Aug 2001 19:44:39 +0000 (19:44 +0000)]
* ansidecl.h: Update comments reflecting previous change.

From-SVN: r45275

23 years ago* genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.
Kaveh R. Ghazi [Wed, 29 Aug 2001 18:26:31 +0000 (18:26 +0000)]
* genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.

From-SVN: r45274

23 years ago* config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.
Kazu Hirata [Wed, 29 Aug 2001 18:21:07 +0000 (18:21 +0000)]
* config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.

From-SVN: r45273

23 years agoh8300-protos.h: Add a prototype for emit_logical_op.
Kazu Hirata [Wed, 29 Aug 2001 18:18:15 +0000 (18:18 +0000)]
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

23 years agopa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for comparison with...
John David Anglin [Wed, 29 Aug 2001 17:57:47 +0000 (17:57 +0000)]
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

23 years agolib1funcs.asm: Update the copyright.
Kazu Hirata [Wed, 29 Aug 2001 16:37:13 +0000 (16:37 +0000)]
lib1funcs.asm: Update the copyright.

* config/h8300/lib1funcs.asm: Update the copyright.  Fix
comment typos.

From-SVN: r45269

23 years agoFix typos in ChangeLog.
Kazu Hirata [Wed, 29 Aug 2001 16:23:53 +0000 (16:23 +0000)]
Fix typos in ChangeLog.

From-SVN: r45268

23 years agoh8300.md (anonymous movhi pattern): Don't move (reg n) to (mem (pre_dec (reg n))...
Kazu Hirata [Wed, 29 Aug 2001 16:17:25 +0000 (16:17 +0000)]
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

23 years ago* gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
Kazu Hirata [Wed, 29 Aug 2001 16:10:41 +0000 (16:10 +0000)]
* gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.

From-SVN: r45264

23 years ago* h8300.h (RETURN_ADDR_RTX): New.
Kazu Hirata [Wed, 29 Aug 2001 16:04:13 +0000 (16:04 +0000)]
* h8300.h (RETURN_ADDR_RTX): New.

From-SVN: r45262

23 years agoh8300.md (movsi_h8300hs): Optimize loading of several special constants.
Kazu Hirata [Wed, 29 Aug 2001 16:01:59 +0000 (16:01 +0000)]
h8300.md (movsi_h8300hs): Optimize loading of several special constants.

* h8300.md (movsi_h8300hs): Optimize loading of several
special constants.

From-SVN: r45261

23 years ago* config/h8300/lib1funcs.asm: Fix comment typos.
Kazu Hirata [Wed, 29 Aug 2001 14:45:35 +0000 (14:45 +0000)]
* config/h8300/lib1funcs.asm: Fix comment typos.

From-SVN: r45259

23 years agoiris6.h (ASM_DECLARE_OBJECT_NAME, [...]): Fix format specifier warnings.
Kaveh R. Ghazi [Wed, 29 Aug 2001 11:45:14 +0000 (11:45 +0000)]
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

23 years agoDaily bump.
GCC Administrator [Wed, 29 Aug 2001 09:32:43 +0000 (09:32 +0000)]
Daily bump.

From-SVN: r45257

23 years agobb-reorder.c (function_tail_eff_head): New.
Richard Henderson [Wed, 29 Aug 2001 09:31:44 +0000 (02:31 -0700)]
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

23 years ago* dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.
Kaveh R. Ghazi [Wed, 29 Aug 2001 03:16:12 +0000 (03:16 +0000)]
* dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.

From-SVN: r45254

23 years agodarwin.c (machopic_function_base_name): Add const qualifier to a string.
Dale Johannesen [Wed, 29 Aug 2001 02:43:26 +0000 (02:43 +0000)]
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

23 years agoRemoving conflict indicators. Oops.
Alexandre Petit-Bianco [Wed, 29 Aug 2001 02:31:55 +0000 (19:31 -0700)]
Removing conflict indicators. Oops.

From-SVN: r45252

23 years agore PR java/4141 (GCJ compiles illegal code without complaining.)
Alexandre Petit-Bianco [Wed, 29 Aug 2001 02:22:52 +0000 (19:22 -0700)]
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

23 years agore PR java/3949 (fastjar exits success if @file not found)
Alexandre Petit-Bianco [Wed, 29 Aug 2001 01:35:32 +0000 (18:35 -0700)]
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

23 years agoMakefile.am: Use toplevel_srcdir to refer to src files outside this component.
Loren J. Rittle [Wed, 29 Aug 2001 00:32:49 +0000 (00:32 +0000)]
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

23 years agotree.c (default_valid_attribute_p): Don't use PARAMS on a function definition.
Kaveh R. Ghazi [Tue, 28 Aug 2001 23:44:42 +0000 (23:44 +0000)]
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

23 years agodf.h (struct df): Add rts_order variable.
Daniel Berlin [Tue, 28 Aug 2001 23:43:23 +0000 (23:43 +0000)]
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

23 years agossa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable blocks, the BB_REACH...
Daniel Berlin [Tue, 28 Aug 2001 23:38:12 +0000 (23:38 +0000)]
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

23 years agocrtn.asm: Add comment explaining 16 byte alignment.
Eric Christopher [Tue, 28 Aug 2001 23:23:37 +0000 (23:23 +0000)]
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

23 years agoc-pragma.h (add_weak): Move prototype from here...
Eric Christopher [Tue, 28 Aug 2001 23:03:52 +0000 (23:03 +0000)]
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

23 years agojump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not INSN_LIST.
Alexandre Oliva [Tue, 28 Aug 2001 22:20:40 +0000 (22:20 +0000)]
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

23 years agojcf-write.c (generate_bytecode_insns): For increments and decrements just recurse...
Per Bothner [Tue, 28 Aug 2001 22:18:57 +0000 (15:18 -0700)]
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

23 years agoBigInteger.java (init(int,Random)): New method.
Per Bothner [Tue, 28 Aug 2001 22:16:11 +0000 (15:16 -0700)]
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

23 years agoia64.md (andcmbi3, iorcmbi3): Fix typos.
Richard Henderson [Tue, 28 Aug 2001 21:48:24 +0000 (14:48 -0700)]
ia64.md (andcmbi3, iorcmbi3): Fix typos.

        * config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
        (one_cmplbi2 splitter): Remove redundant test.

From-SVN: r45238

23 years agoupdate_web_docs: Also check out texinfo.tex from gcc/doc/include.
Joseph Myers [Tue, 28 Aug 2001 21:11:02 +0000 (22:11 +0100)]
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

23 years agodarwin.h (DEFAULT_SIGNED_CHAR): Define.
Dale Johannesen [Tue, 28 Aug 2001 19:51:50 +0000 (19:51 +0000)]
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

23 years ago* config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
Danny Smith [Tue, 28 Aug 2001 18:53:19 +0000 (18:53 +0000)]
* config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.

From-SVN: r45234

23 years agodarwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
Stan Shebs [Tue, 28 Aug 2001 18:37:38 +0000 (18:37 +0000)]
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

23 years agojcf-write.c (generate_bytecode_insns): Generate an integer to real conversion for...
Mark Mitchell [Tue, 28 Aug 2001 17:55:10 +0000 (17:55 +0000)]
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

23 years agors6000.md (store_multiple): Correct RTL generation for first set.
Will Cohen [Tue, 28 Aug 2001 17:26:14 +0000 (17:26 +0000)]
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

23 years agoDaily bump.
GCC Administrator [Tue, 28 Aug 2001 07:17:02 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r45227

23 years agoc_locale_gnu.cc: Move facet info to separate files...
Benjamin Kosnik [Tue, 28 Aug 2001 06:19:35 +0000 (06:19 +0000)]
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

23 years ago(forgot in last checkin)
Andreas Jaeger [Tue, 28 Aug 2001 04:55:48 +0000 (06:55 +0200)]
(forgot in last checkin)
Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.

From-SVN: r45223

23 years agoflow.c (redirect_edge_succ_nodup): Return new edge.
Richard Henderson [Tue, 28 Aug 2001 01:32:10 +0000 (18:32 -0700)]
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

23 years ago* cse.c (cse_basic_block): Skip note instructions.
Roman Zippel [Tue, 28 Aug 2001 01:29:48 +0000 (01:29 +0000)]
* cse.c (cse_basic_block): Skip note instructions.

From-SVN: r45221

23 years agocombine.c (combine_simplify_rtx): Don't reverse condition if there is no reverse...
Richard Henderson [Tue, 28 Aug 2001 00:59:33 +0000 (17:59 -0700)]
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

23 years agom68k.md (sordered, [...]): New patterns.
Richard Henderson [Tue, 28 Aug 2001 00:51:40 +0000 (17:51 -0700)]
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

23 years agoActivatable.java, [...]: RMI implementation from Kaffe.
Tom Tromey [Tue, 28 Aug 2001 00:03:35 +0000 (00:03 +0000)]
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

23 years agojartool.c (jarfile): Remove length limitation.
Tom Tromey [Mon, 27 Aug 2001 23:09:37 +0000 (23:09 +0000)]
jartool.c (jarfile): Remove length limitation.

* jartool.c (jarfile): Remove length limitation.
(main): Use jt_strdup when initializing jarfile.

From-SVN: r45217

23 years agom68k.md (subreghi1ashrdi_const32, [...]): Fix SUBREG_BYTE offset.
Roman Zippel [Mon, 27 Aug 2001 22:55:21 +0000 (22:55 +0000)]
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

23 years agoexpmed.c (store_bit_field): Ignore adjustment to bitpos and use bitnum to decide...
Roman Zippel [Mon, 27 Aug 2001 22:43:37 +0000 (22:43 +0000)]
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

23 years ago* genattr.c (main): Emit state_t even when not doing scheduling.
Richard Henderson [Mon, 27 Aug 2001 22:35:41 +0000 (15:35 -0700)]
* genattr.c (main): Emit state_t even when not doing scheduling.

From-SVN: r45214