Jason Merrill
a9985a921e
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
2001-08-31 05:49:13 -04:00
Geoffrey Keating
e2470e1be7
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
2001-08-31 07:57:54 +00:00
GCC Administrator
06d2bb8002
Daily bump.
...
From-SVN: r45313
2001-08-31 07:16:42 +00:00
Per Bothner
b3ebe23057
Temporaily change error to wanring to hopefully allow boostrap.
...
From-SVN: r45311
2001-08-30 23:44:22 -07:00
Eric Christopher
8fa0a32ec7
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
2001-08-31 06:35:37 +00:00
Tom Tromey
35ddff9f08
* java/io/ByteArrayInputStream.java: Merged with Classpath.
...
From-SVN: r45309
2001-08-31 05:58:46 +00:00
Andreas Jaeger
f5dd47c4d4
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
2001-08-31 07:55:56 +02:00
Tom Tromey
599654283d
* java/io/BufferedReader.java: Re-merged with Classpath.
...
From-SVN: r45307
2001-08-31 05:00:12 +00:00
Per Bothner
be0c7ff405
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
2001-08-30 21:14:44 -07:00
Per Bothner
f0cdee96aa
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
2001-08-30 20:07:12 -07:00
Geoffrey Keating
2d107c59b4
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
2001-08-31 02:02:42 +00:00
Geoffrey Keating
ed09481d0d
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
2001-08-31 01:56:43 +00:00
Per Bothner
bc8a5e56c0
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
2001-08-30 14:28:20 -07:00
Per Bothner
1b9ee7233c
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
2001-08-30 14:08:32 -07:00
Vladimir Makarov
b8ec576419
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
2001-08-30 20:44:51 +00:00
Per Bothner
6e4302ec5b
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
2001-08-30 12:42:36 -07:00
J"orn Rennecke
9f5b774b11
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
2001-08-30 19:22:55 +01:00
J"orn Rennecke
f4926e194a
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
2001-08-30 19:20:33 +01:00
J"orn Rennecke
8c062645a6
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
2001-08-30 18:51:04 +01:00
Kazu Hirata
6f41623f03
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
2001-08-30 17:17:17 +00:00
J"orn Rennecke
ee43793268
* h8300.md (*andorhi3): New pattern.
...
From-SVN: r45289
2001-08-30 18:11:39 +01:00
J"orn Rennecke
63a57e0fb0
* h8300.c (dosize): Fix test for "sub".
...
From-SVN: r45288
2001-08-30 16:13:27 +01:00
Kurt Garloff
598e9ba5bd
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
2001-08-30 13:55:17 +00:00
J"orn Rennecke
95602da11c
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
2001-08-30 13:46:52 +01:00
Joern Rennecke
f232e4a500
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
2001-08-30 08:44:22 -04:00
GCC Administrator
c8cbefbb57
Daily bump.
...
From-SVN: r45282
2001-08-30 07:16:09 +00:00
Geoffrey Keating
52fdbf26b6
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
2001-08-29 23:18:51 +00:00
Jason Merrill
9500c9029d
make x a long
...
From-SVN: r45278
2001-08-29 18:36:26 -04:00
Jason Merrill
d0d19c87a6
make BaseFunc virtual, too
...
From-SVN: r45277
2001-08-29 18:35:39 -04:00
Andrew MacLeod
c63b1ae8a1
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
2001-08-29 21:43:41 +00:00
Kaveh R. Ghazi
c864312278
* ansidecl.h: Update comments reflecting previous change.
...
From-SVN: r45275
2001-08-29 19:44:39 +00:00
Kaveh R. Ghazi
ec83eb53a7
* genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.
...
From-SVN: r45274
2001-08-29 18:26:31 +00:00
Kazu Hirata
5965bbf846
* config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.
...
From-SVN: r45273
2001-08-29 18:21:07 +00:00
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