platform/upstream/gcc.git
30 years ago(math.h): Put #ifndef around HUGE_VAL define.
Jim Wilson [Tue, 28 Sep 1993 22:41:21 +0000 (15:41 -0700)]
(math.h): Put #ifndef around HUGE_VAL define.

From-SVN: r5509

30 years ago(HUGE_VAL): Add #undef before HUGE_VAL
Jim Wilson [Tue, 28 Sep 1993 22:40:30 +0000 (15:40 -0700)]
(HUGE_VAL): Add #undef before HUGE_VAL
define, instead of surrounding it with #ifndef/#endif.

From-SVN: r5508

30 years agoNew file.
Jim Wilson [Tue, 28 Sep 1993 22:35:19 +0000 (15:35 -0700)]
New file.

From-SVN: r5507

30 years ago(form_sum): Change the way that form_sum canonicalizes addresses...
Jim Wilson [Tue, 28 Sep 1993 22:22:08 +0000 (15:22 -0700)]
(form_sum): Change the way that form_sum canonicalizes addresses...

(form_sum): Change the way that form_sum canonicalizes
addresses, so that it never creates (PLUS (PLUS MEM CONST_INT) REG)
but instead canonicallizes this to (PLUS (PLUS REG CONST_INT) MEM).

From-SVN: r5506

30 years agoInclude gvarargs.h, not varargs.h.
Richard Stallman [Tue, 28 Sep 1993 20:02:35 +0000 (20:02 +0000)]
Include gvarargs.h, not varargs.h.

Don't include string.h.
(seg_align): Use bzero, not memset.

From-SVN: r5505

30 years ago(init_decl_processing): Use signed_type and unsigned_type
Richard Stallman [Tue, 28 Sep 1993 02:01:48 +0000 (02:01 +0000)]
(init_decl_processing): Use signed_type and unsigned_type
to set signed_wchar_type_node and unsigned_wchar_type_node.

From-SVN: r5504

30 years ago(pop_init_level): Add special case for nonincremental scalar initializers.
Richard Stallman [Tue, 28 Sep 1993 02:01:14 +0000 (02:01 +0000)]
(pop_init_level): Add special case for nonincremental scalar initializers.

From-SVN: r5503

30 years agoDeclare rindex unconditionally.
Richard Stallman [Tue, 28 Sep 1993 01:28:00 +0000 (01:28 +0000)]
Declare rindex unconditionally.

From-SVN: r5502

30 years ago(yylex): Handle i together with f or l in float constant.
Richard Stallman [Tue, 28 Sep 1993 01:02:31 +0000 (01:02 +0000)]
(yylex): Handle i together with f or l in float constant.

From-SVN: r5501

30 years ago(stamp-bcopname, stamp-bcopcode, stamp-bcarity): Don't rm the .h files.
Richard Stallman [Tue, 28 Sep 1993 00:55:51 +0000 (00:55 +0000)]
(stamp-bcopname, stamp-bcopcode, stamp-bcarity): Don't rm the .h files.

(STAGESTUFF): Add some bc and bi files.

From-SVN: r5500

30 years ago(output_quoted_string): New function.
Paul Eggert [Tue, 28 Sep 1993 00:23:58 +0000 (00:23 +0000)]
(output_quoted_string): New function.

(output_file_directive): Quote special characters in file names.

From-SVN: r5499

30 years ago(DBX_OUTPUT_MAIN_SOURCE_DIRECTORY, DBX_OUTPUT_MAIN_SOURCE_FILENAME):
Paul Eggert [Tue, 28 Sep 1993 00:23:58 +0000 (00:23 +0000)]
(DBX_OUTPUT_MAIN_SOURCE_DIRECTORY, DBX_OUTPUT_MAIN_SOURCE_FILENAME):

Quote special characters in file names.
(DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.

From-SVN: r5498

30 years ago(ASM_FILE_START): Quote special characters in file names.
Paul Eggert [Tue, 28 Sep 1993 00:23:58 +0000 (00:23 +0000)]
(ASM_FILE_START): Quote special characters in file names.

From-SVN: r5497

30 years ago(DBX_OUTPUT_MAIN_SOURCE_DIRECTORY, DBX_OUTPUT_MAIN_SOURCE_FILENAME):
Paul Eggert [Tue, 28 Sep 1993 00:23:58 +0000 (00:23 +0000)]
(DBX_OUTPUT_MAIN_SOURCE_DIRECTORY, DBX_OUTPUT_MAIN_SOURCE_FILENAME):

Quote special characters in file names.

From-SVN: r5496

30 years ago(FILE_NAME_JOINER): Default is "/".
Paul Eggert [Tue, 28 Sep 1993 00:23:58 +0000 (00:23 +0000)]
(FILE_NAME_JOINER): Default is "/".

(dbxout_init, dbxout_source_file): Quote special characters in file names.

From-SVN: r5495

30 years ago(mips_output_filename): Quote special characters in file names.
Paul Eggert [Tue, 28 Sep 1993 00:23:58 +0000 (00:23 +0000)]
(mips_output_filename): Quote special characters in file names.

From-SVN: r5494

30 years ago(ASM_OUTPUT_SOURCE_FILENAME): Quote special characters in file names.
Paul Eggert [Tue, 28 Sep 1993 00:23:58 +0000 (00:23 +0000)]
(ASM_OUTPUT_SOURCE_FILENAME): Quote special characters in file names.

From-SVN: r5493

30 years ago(xrealloc): Handle 0 passed as BLOCK.
Richard Stallman [Mon, 27 Sep 1993 23:56:36 +0000 (23:56 +0000)]
(xrealloc): Handle 0 passed as BLOCK.

From-SVN: r5492

30 years ago(stamp-bcopname, stamp-bcopcode, stamp-bcarity):
Richard Stallman [Mon, 27 Sep 1993 23:53:27 +0000 (23:53 +0000)]
(stamp-bcopname, stamp-bcopcode, stamp-bcarity):

Renamed from stamp-bc-... to fit in 14 chars.

From-SVN: r5491

30 years agoIf NO_BUILTIN_SIZE_TYPE defined, don't refer to SIZE_TYPE.
Ian Lance Taylor [Mon, 27 Sep 1993 23:01:26 +0000 (23:01 +0000)]
If NO_BUILTIN_SIZE_TYPE defined, don't refer to SIZE_TYPE.

Likewise for PTRDIFF_TYPE

From-SVN: r5490

30 years ago(eliminate_regs, SET case): Check for INSN_LIST along with EXPR_LIST.
Richard Stallman [Mon, 27 Sep 1993 22:59:53 +0000 (22:59 +0000)]
(eliminate_regs, SET case): Check for INSN_LIST along with EXPR_LIST.

From-SVN: r5489

30 years ago(objc_read_object): Added declaration.
Kresten Krab Thorup [Mon, 27 Sep 1993 21:28:23 +0000 (21:28 +0000)]
(objc_read_object): Added declaration.

From-SVN: r5488

30 years ago(bc_expand_constructor): Delete cast of argument to bc_emit_instruction to HOST_WIDE_INT.
Jan Brittenson [Mon, 27 Sep 1993 18:21:32 +0000 (11:21 -0700)]
(bc_expand_constructor): Delete cast of argument to bc_emit_instruction to HOST_WIDE_INT.

(bc_expand_constructor): Delete cast of argument to
bc_emit_instruction to HOST_WIDE_INT. Move assignment of ptroffs to
separate line.

From-SVN: r5487

30 years agoMakefile.in (stmt.o, [...]): Add missing dependency on bc-typecd.def.
Doug Evans [Mon, 27 Sep 1993 14:32:08 +0000 (14:32 +0000)]
Makefile.in (stmt.o, [...]): Add missing dependency on bc-typecd.def.

* Makefile.in (stmt.o, expr.o, emit-rtl.o): Add missing dependency
on bc-typecd.def.
(bi-run.o): Fix formatting.

From-SVN: r5486

30 years ago(bi-arity.h, bc-opcode.h, bc-opname.h): Use move-if-changed.
Jan Brittenson [Mon, 27 Sep 1993 14:26:19 +0000 (07:26 -0700)]
(bi-arity.h, bc-opcode.h, bc-opname.h): Use move-if-changed.

(stamp-bc-arity, stamp-bc-opcode, stamp-bc-opname): New targets.

From-SVN: r5485

30 years agopa.h (ASM_FILE_START): Remove last change for $LIT$ subspace, not all HPUX linkers...
Jeff Law [Mon, 27 Sep 1993 03:10:56 +0000 (21:10 -0600)]
pa.h (ASM_FILE_START): Remove last change for $LIT$ subspace, not all HPUX linkers handle it correctly.

* pa.h (ASM_FILE_START): Remove last change for $LIT$ subspace,
not all HPUX linkers handle it correctly.

From-SVN: r5484

30 years ago(expand_exit_loop_if_false, bc_expand_start_cond):
Richard Stallman [Mon, 27 Sep 1993 02:52:15 +0000 (02:52 +0000)]
(expand_exit_loop_if_false, bc_expand_start_cond):

Use xjumpifnot, not jumpifnot.

From-SVN: r5483

30 years ago(bc_gen_rtx): Call gen_rtx.
Richard Stallman [Mon, 27 Sep 1993 01:37:21 +0000 (01:37 +0000)]
(bc_gen_rtx): Call gen_rtx.

(bc_print_rtl): #if 0 the contents.

From-SVN: r5482

30 years ago(expand_expr, case COND_EXPR): Set MEM_IN_STRUCT_P properly for TEMP.
Richard Stallman [Mon, 27 Sep 1993 01:25:54 +0000 (01:25 +0000)]
(expand_expr, case COND_EXPR): Set MEM_IN_STRUCT_P properly for TEMP.

From-SVN: r5481

30 years ago(bi-arity, bi-opcode, bi-opname): Delete $(LEXLIB).
Richard Stallman [Mon, 27 Sep 1993 01:07:59 +0000 (01:07 +0000)]
(bi-arity, bi-opcode, bi-opname): Delete $(LEXLIB).

From-SVN: r5480

30 years ago(assemble_string): Put braces around ASM_OUTPUT_ASCII.
Richard Stallman [Mon, 27 Sep 1993 00:51:55 +0000 (00:51 +0000)]
(assemble_string): Put braces around ASM_OUTPUT_ASCII.

From-SVN: r5479

30 years agoAdd space before opening paren in function calls.
Jan Brittenson [Sun, 26 Sep 1993 20:59:41 +0000 (13:59 -0700)]
Add space before opening paren in function calls.

From-SVN: r5478

30 years agoUse WORD_REGISTER_OPERATION and LOAD_EXTEND_OP and delete
Richard Kenner [Sat, 25 Sep 1993 12:29:59 +0000 (08:29 -0400)]
Use WORD_REGISTER_OPERATION and LOAD_EXTEND_OP and delete
BYTE_LOADS_{SIGN,ZERO}_EXTEND.

From-SVN: r5477

30 years ago(eliminate_regs): Use new macros LOAD_EXTEND_OP and WORD_REGISTER_OPERATION...
Richard Kenner [Sat, 25 Sep 1993 12:23:21 +0000 (08:23 -0400)]
(eliminate_regs): Use new macros LOAD_EXTEND_OP and WORD_REGISTER_OPERATION...

(eliminate_regs): Use new macros LOAD_EXTEND_OP and
WORD_REGISTER_OPERATION instead of BYTE_LOADS_*_EXTEND and
LOAD_EXTEND.

From-SVN: r5476

30 years ago(push_reload...
Richard Kenner [Sat, 25 Sep 1993 12:22:29 +0000 (08:22 -0400)]
(push_reload...

(push_reload, find_reloads): Use new macros LOAD_EXTEND_OP and
WORD_REGISTER_OPERATION instead of BYTE_LOADS_*_EXTEND and
LOAD_EXTEND.

From-SVN: r5475

30 years ago(do_store_flag): Use new macros LOAD_EXTEND_OP and WORD_REGISTER_OPERATION...
Richard Kenner [Sat, 25 Sep 1993 12:21:34 +0000 (08:21 -0400)]
(do_store_flag): Use new macros LOAD_EXTEND_OP and WORD_REGISTER_OPERATION...

(do_store_flag): Use new macros LOAD_EXTEND_OP and
WORD_REGISTER_OPERATION instead of BYTE_LOADS_*_EXTEND and
LOAD_EXTEND.

From-SVN: r5474

30 years ago(BYTE_LOADS_EXTEND, LOAD_EXTEND): Deleted.
Richard Kenner [Sat, 25 Sep 1993 12:20:33 +0000 (08:20 -0400)]
(BYTE_LOADS_EXTEND, LOAD_EXTEND): Deleted.

(subst, force_to_mode, nonzero_bits, num_sign_bit_copies): Use new
macros LOAD_EXTEND_OP and WORD_REGISTER_OPERATION instead of
BYTE_LOADS_*_EXTEND and LOAD_EXTEND.

From-SVN: r5473

30 years agoFix typo in last change.
Richard Stallman [Sat, 25 Sep 1993 12:15:25 +0000 (12:15 +0000)]
Fix typo in last change.

From-SVN: r5472

30 years ago(bi-lexer): Deleted.
Jan Brittenson [Sat, 25 Sep 1993 10:22:53 +0000 (03:22 -0700)]
(bi-lexer): Deleted.

(bi-lexer.l): Deleted.

From-SVN: r5471

30 years agoInitial revision
Jan Brittenson [Sat, 25 Sep 1993 10:17:32 +0000 (03:17 -0700)]
Initial revision

From-SVN: r5470

30 years ago* stupid.c: (stupid_find_reg): never use HARD_FRAME_POINTER_REGNUM.
Doug Evans [Fri, 24 Sep 1993 19:56:27 +0000 (19:56 +0000)]
* stupid.c: (stupid_find_reg): never use HARD_FRAME_POINTER_REGNUM.

From-SVN: r5469

30 years agostmt.c: (expand_goto): Set hard_frame_pointer_rtx when restoring the frame.
Doug Evans [Fri, 24 Sep 1993 19:56:05 +0000 (19:56 +0000)]
stmt.c: (expand_goto): Set hard_frame_pointer_rtx when restoring the frame.

* stmt.c: (expand_goto): Set hard_frame_pointer_rtx when restoring
the frame.  Use it when restoring other registers.
(expand_end_bindings): ARG_POINTER_REGNUM will be eliminated into
HARD_FRAME_POINTER_REGNUM, not FRAME_POINTER_REGNUM; adjust code accordingly.

From-SVN: r5468

30 years agosdbout.c: (sdbout_symbol): Use HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.
Doug Evans [Fri, 24 Sep 1993 19:55:19 +0000 (19:55 +0000)]
sdbout.c: (sdbout_symbol): Use HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.

* sdbout.c: (sdbout_symbol): Use HARD_FRAME_POINTER_REGNUM instead of
FRAME_POINTER_REGNUM.

From-SVN: r5467

30 years agosched.c: (memrefs_conflict_p): We can work out whether references via...
Doug Evans [Fri, 24 Sep 1993 19:54:46 +0000 (19:54 +0000)]
sched.c: (memrefs_conflict_p): We can work out whether references via...

* sched.c: (memrefs_conflict_p): We can work out whether references
via hard_frame_pointer_rtx are likely to conflict.
(attach_deaths, case REG): Don't add death notes for
HARD_FRAME_POINTER_REGNUM.

From-SVN: r5466

30 years agortlanal.c: (rtx_unstable_p): HARD_FRAME_POINTER_REGNUM is not an unstable register.
Doug Evans [Fri, 24 Sep 1993 19:54:09 +0000 (19:54 +0000)]
rtlanal.c: (rtx_unstable_p): HARD_FRAME_POINTER_REGNUM is not an unstable register.

* rtlanal.c: (rtx_unstable_p): HARD_FRAME_POINTER_REGNUM is not
an unstable register.
(rtx_varies_p, case REG): hard_frame_pointer_rtx is invariant.
(rtx_addr_can_trap_p, case REG): hard_frame_pointer_rtx won't trap.

From-SVN: r5465

30 years agoreorg.c: (mark_referenced_resource): if frame_pointer_needed...
Doug Evans [Fri, 24 Sep 1993 19:53:15 +0000 (19:53 +0000)]
reorg.c: (mark_referenced_resource): if frame_pointer_needed...

* reorg.c: (mark_referenced_resource): if frame_pointer_needed,
HARD_FRAME_POINTER_REGNUM is also a referenced resource.
(mark_target_live_regs): value in HARD_FRAME_POINTER_REGNUM is not
call-clobbered.
(dbr_schedule): HARD_FRAME_POINTER_REGNUM should be valid at the
end of a function.

From-SVN: r5464

30 years agoreload1.c: (init_reload): use HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.
Doug Evans [Fri, 24 Sep 1993 19:51:49 +0000 (19:51 +0000)]
reload1.c: (init_reload): use HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.

* reload1.c: (init_reload): use HARD_FRAME_POINTER_REGNUM instead of
FRAME_POINTER_REGNUM.
(reload): Only prohibit elimination of HARD_FRAME_POINTER_REGNUM, not
FRAME_POINTER_REGNUM if frame_pointer_needed.  Never prohibit
elimination of FRAME_POINTER_REGNUM into HARD_FRAME_POINTER_REGNUM.
Mark HARD_FRAME_POINTER_REGNUM as live at the start of a block if
it is still needed after elimination.
(eliminate_regs): For non-local goto's, don't delete stores into the
hard frame pointer.
(eliminate_regs_in_insn): adjust comment.
(mark_not_eliminable): if frame_pointer_rtx and hard_frame_pointer_rtx
are not the same, then frame_pointer_rtx is eliminable;
hard_frame_pointer_rtx never is if it is set..
(order_regs_for_reload): HARD_FRAME_POINTER_REGNUM is a bad spill reg.
(choose_reload_regs): HARD_FRAME_POINTER_REGNUM is a bad choice.

From-SVN: r5463

30 years agoreload.c: (immune_p): Constants never overlap hard frame pointer references.
Doug Evans [Fri, 24 Sep 1993 19:50:44 +0000 (19:50 +0000)]
reload.c: (immune_p): Constants never overlap hard frame pointer references.

* reload.c: (immune_p): Constants never overlap hard frame pointer references.
(find_reloads_address): Compute invalid references to the hard
frame pointer in a register; also (reg + const)
and (reg + reg + const).

From-SVN: r5462

30 years ago* loop.c: (invariant_p, case REG): hard_frame_pointer_rtx is invariant.
Doug Evans [Fri, 24 Sep 1993 19:49:57 +0000 (19:49 +0000)]
* loop.c: (invariant_p, case REG): hard_frame_pointer_rtx is invariant.

From-SVN: r5461

30 years agolocal-alloc.c: (find_free_reg): Make sure we will always be able to eliminate...
Doug Evans [Fri, 24 Sep 1993 19:49:18 +0000 (19:49 +0000)]
local-alloc.c: (find_free_reg): Make sure we will always be able to eliminate...

* local-alloc.c: (find_free_reg): Make sure we will always be able
to eliminate FRAME_POINTER_REGNUM into HARD_FRAME_POINTER_REGNUM.

From-SVN: r5460

30 years agojump.c: (thread_jumps): Value in HARD_FRAME_POINTER_REGNUM is never modified by a...
Doug Evans [Fri, 24 Sep 1993 19:46:12 +0000 (19:46 +0000)]
jump.c: (thread_jumps): Value in HARD_FRAME_POINTER_REGNUM is never modified by a call.

* jump.c: (thread_jumps): Value in HARD_FRAME_POINTER_REGNUM is never
modified by a call.

From-SVN: r5459

30 years agoglobal.c: (global_alloc): Make sure that it is always possible to eliminate...
Doug Evans [Fri, 24 Sep 1993 19:45:44 +0000 (19:45 +0000)]
global.c: (global_alloc): Make sure that it is always possible to eliminate...

* global.c: (global_alloc): Make sure that it is always possible to
eliminate FRAME_POINTER_REGNUM into HARD_FRAME_POINTER_REGNUM.

From-SVN: r5458

30 years ago* genattrtab.c (hard_frame_pointer_rtx): New Dummy definition.
Doug Evans [Fri, 24 Sep 1993 19:43:43 +0000 (19:43 +0000)]
* genattrtab.c (hard_frame_pointer_rtx): New Dummy definition.

From-SVN: r5457

30 years agofunction.c: (instantiate_virtual_regs_1...
Doug Evans [Fri, 24 Sep 1993 19:42:16 +0000 (19:42 +0000)]
function.c: (instantiate_virtual_regs_1...

* function.c: (instantiate_virtual_regs_1, case MEM): references to
MEM via the hard frame pointer shouldn't be copied.

From-SVN: r5456

30 years agoflow.c: (life_analysis): Mark HARD_FRAME_POINTER_REGNUM as live at the end of the...
Doug Evans [Fri, 24 Sep 1993 19:40:36 +0000 (19:40 +0000)]
flow.c: (life_analysis): Mark HARD_FRAME_POINTER_REGNUM as live at the end of the function.

* flow.c: (life_analysis): Mark HARD_FRAME_POINTER_REGNUM as live at
the end of the function.
(insn_dead_p): Don't delete insns that set the hard frame pointer.
(mark_set_1): Don't add death information about
HARD_FRAME_POINTER_REGNUM.
(mark_used_regs, case REG): Don't put HARD_FRAME_POINTER_REGNUM in
regs_ever_live.  Don't mark it as needed either.
* function.c: (instantiate_virtual_regs_1, case MEM): references to
MEM via the hard frame pointer shouldn't be copied.

From-SVN: r5455

30 years ago* explow.c: (copy_all_regs): Don't copy HARD_FRAME_POINTER_REGNUM.
Doug Evans [Fri, 24 Sep 1993 19:39:56 +0000 (19:39 +0000)]
* explow.c: (copy_all_regs): Don't copy HARD_FRAME_POINTER_REGNUM.

From-SVN: r5454

30 years agoemit-rtl.c: (hard_frame_pointer_rtx): New variable.
Doug Evans [Fri, 24 Sep 1993 19:39:25 +0000 (19:39 +0000)]
emit-rtl.c: (hard_frame_pointer_rtx): New variable.

* emit-rtl.c: (hard_frame_pointer_rtx): New variable.
(gen_rtx): return hard_frame_pointer_rtx if generating rtl
for HARD_FRAME_POINTER_REGNUM.
(enit_emit_once): Generate initial rtl for hard_frame_pointer_rtx.

From-SVN: r5453

30 years agodbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated by now...
Doug Evans [Fri, 24 Sep 1993 19:38:51 +0000 (19:38 +0000)]
dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated by now...

* dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated
by now, use HARD_FRAME_POINTER_REGNUM.

From-SVN: r5452

30 years agocse.c: (FIXED_REGNO_P): HARD_FRAME_POINTER_REGNUM is fixed.
Doug Evans [Fri, 24 Sep 1993 19:38:20 +0000 (19:38 +0000)]
cse.c: (FIXED_REGNO_P): HARD_FRAME_POINTER_REGNUM is fixed.

* cse.c: (FIXED_REGNO_P): HARD_FRAME_POINTER_REGNUM is fixed.
(CHEAP_REG): HARD_FRAME_POINTER_REGNUM is cheap.
(FIXED_BASE_PLUS): Allow hard frame pointer as base.
(NONZERO_BASE_PLUS_P): Likewise.
(cannon_hash, case REG): Add HARD_FRAME_POINTER_REGNUM to list of
special registers for SMALL_REGISTER_CLASSES.
(find_best_addr): Addresses containing HARD_FRAME_POINTER_REGNUM
cannot be replaced.
(cse_main): value in HARD_FRAME_POINTER_REGNUM is preserved across calls.

From-SVN: r5451

30 years agocombine.c: (combinable_i3_pat): Don't add REG_DEAD notes for HARD_FRAME_POINTER_REGNUM.
Doug Evans [Fri, 24 Sep 1993 19:37:25 +0000 (19:37 +0000)]
combine.c: (combinable_i3_pat): Don't add REG_DEAD notes for HARD_FRAME_POINTER_REGNUM.

* combine.c: (combinable_i3_pat): Don't add REG_DEAD notes for
HARD_FRAME_POINTER_REGNUM.
(subst, case SUBREG): Don't change register number or mode if it
is HARD_FRAME_POINTER_REGNUM.

From-SVN: r5450

30 years agortl.h: (HARD_FRAME_POINTER_REGNUM): New macro.
Doug Evans [Fri, 24 Sep 1993 19:36:23 +0000 (19:36 +0000)]
rtl.h: (HARD_FRAME_POINTER_REGNUM): New macro.

* rtl.h: (HARD_FRAME_POINTER_REGNUM): New macro.
(hard_frame_pointer_rtx): New variable

From-SVN: r5449

30 years agoFix typo in previous change.
Richard Stallman [Fri, 24 Sep 1993 19:24:53 +0000 (19:24 +0000)]
Fix typo in previous change.

From-SVN: r5448

30 years ago(gen_label_rtx): If output_bytecode, make a CODE_LABEL
Richard Stallman [Fri, 24 Sep 1993 19:22:53 +0000 (19:22 +0000)]
(gen_label_rtx): If output_bytecode, make a CODE_LABEL
but with different contents.

From-SVN: r5447

30 years ago(BYTECODE_LABEL, BYTECODE_OFFSET, BYTECODE_BC_LABEL):
Richard Stallman [Fri, 24 Sep 1993 19:22:11 +0000 (19:22 +0000)]
(BYTECODE_LABEL, BYTECODE_OFFSET, BYTECODE_BC_LABEL):

(BYTECODE_UID): New macros.
(struct rtx_def): Delete elements label, offset, bc_label, uid.

From-SVN: r5446

30 years ago(eliminate_regs): Specially handle the case where INSN is a note (an EXPR_LIST or...
Richard Stallman [Fri, 24 Sep 1993 19:07:10 +0000 (19:07 +0000)]
(eliminate_regs): Specially handle the case where INSN is a note (an EXPR_LIST or INSN_LIST).

(eliminate_regs): Specially handle the case where INSN
is a note (an EXPR_LIST or INSN_LIST).
(eliminate_regs_in_insn): Pass the notes as INSN,
when calling eliminate_insn to process the notes.

From-SVN: r5445

30 years agoAdd SET_ASM_OP
Michael Meissner [Fri, 24 Sep 1993 15:26:41 +0000 (15:26 +0000)]
Add SET_ASM_OP

From-SVN: r5444

30 years ago(ASM_OUTPUT_ASCII): Enclose macro in "do { .. } while (0)".
James Van Artsdalen [Fri, 24 Sep 1993 05:00:25 +0000 (05:00 +0000)]
(ASM_OUTPUT_ASCII): Enclose macro in "do { .. } while (0)".

From-SVN: r5443

30 years ago(bi-parser.c): Supply explicit rule.
Richard Stallman [Thu, 23 Sep 1993 21:34:43 +0000 (21:34 +0000)]
(bi-parser.c): Supply explicit rule.

Add bi-parser.h as target.
Put these files in srcdir.

(bc-optab.o, bc-emit.o): Add missing deps.
(bi-parser.c, bi-lexer.c): Don't depend on .h files here.

From-SVN: r5442

30 years ago(lang_options): Add -fallow-single-precision.
Richard Stallman [Thu, 23 Sep 1993 21:19:56 +0000 (21:19 +0000)]
(lang_options): Add -fallow-single-precision.

From-SVN: r5441

30 years ago(bc_gen_rtx): Deleted.
Richard Stallman [Thu, 23 Sep 1993 18:57:49 +0000 (18:57 +0000)]
(bc_gen_rtx): Deleted.

From-SVN: r5440

30 years agodeclared yyerror before using it
Jan Brittenson [Thu, 23 Sep 1993 18:45:53 +0000 (11:45 -0700)]
declared yyerror before using it

From-SVN: r5439

30 years ago(handle_pragma_weak): Test HANDLE_PRAGMA_WEAK
Richard Stallman [Thu, 23 Sep 1993 17:25:13 +0000 (17:25 +0000)]
(handle_pragma_weak): Test HANDLE_PRAGMA_WEAK
and WEAK_ASM_OP and SET_ASM_OP.

From-SVN: r5438

30 years agochanged bytecode rtx structure references into macros
Jan Brittenson [Thu, 23 Sep 1993 17:15:31 +0000 (10:15 -0700)]
changed bytecode rtx structure references into macros

From-SVN: r5437

30 years agochange bytecode rtx structure references into macros
Jan Brittenson [Thu, 23 Sep 1993 17:08:59 +0000 (10:08 -0700)]
change bytecode rtx structure references into macros

From-SVN: r5436

30 years agochanged bytecode rtx structure references into macros
Jan Brittenson [Thu, 23 Sep 1993 17:08:13 +0000 (10:08 -0700)]
changed bytecode rtx structure references into macros

From-SVN: r5435

30 years ago(stmt.o): Fix typo.
Richard Stallman [Thu, 23 Sep 1993 17:06:17 +0000 (17:06 +0000)]
(stmt.o): Fix typo.

From-SVN: r5434

30 years ago(expand_increment): Don't store directly ito a subreg
Richard Stallman [Thu, 23 Sep 1993 16:56:28 +0000 (16:56 +0000)]
(expand_increment): Don't store directly ito a subreg
that is narrower than a word.

From-SVN: r5433

30 years agoadded bytecode dependencies
Jan Brittenson [Thu, 23 Sep 1993 16:48:35 +0000 (09:48 -0700)]
added bytecode dependencies

From-SVN: r5432

30 years agoFix typos in recent changes.
Richard Stallman [Thu, 23 Sep 1993 16:02:22 +0000 (16:02 +0000)]
Fix typos in recent changes.

(bc-arity.h, bc-opcode.h, bc-opname.h): Use `./'.

From-SVN: r5431

30 years ago(init_reg_last_arrays): New function.
Richard Stallman [Thu, 23 Sep 1993 06:11:30 +0000 (06:11 +0000)]
(init_reg_last_arrays): New function.

(combine_instructions): Use it.
(force_to_mode): Narrow mask to fit mode (except VOIDmode).
(record_value_for_reg): When zeroing reg_last_set_value, also
zero reg_last_set_{mode,nonzero_bits,sign_bit_copies}.
(record_dead_and_set_regs): Likewise.

From-SVN: r5430

30 years ago(record_label_references): Don't follow a null label reference chain.
James Van Artsdalen [Thu, 23 Sep 1993 06:07:19 +0000 (06:07 +0000)]
(record_label_references): Don't follow a null label reference chain.

From-SVN: r5429

30 years agoInclude bytetypes.h only if __GNUC__.
Richard Stallman [Thu, 23 Sep 1993 05:52:37 +0000 (05:52 +0000)]
Include bytetypes.h only if __GNUC__.

(bc_initialize): Add MODE arg to REAL_VALUE_ATOF calls.

From-SVN: r5428

30 years ago(bi-lexer.c): File is in $(srcdir).
Richard Stallman [Thu, 23 Sep 1993 04:32:46 +0000 (04:32 +0000)]
(bi-lexer.c): File is in $(srcdir).

From-SVN: r5427

30 years ago(flag_allow_single_precision): Declared.
Richard Stallman [Thu, 23 Sep 1993 02:05:43 +0000 (02:05 +0000)]
(flag_allow_single_precision): Declared.

From-SVN: r5426

30 years ago(flag_allow_single_precision): New variable.
Richard Stallman [Thu, 23 Sep 1993 02:04:32 +0000 (02:04 +0000)]
(flag_allow_single_precision): New variable.

(c_decode_option): Handle -fallow-single-precision.

From-SVN: r5425

30 years ago(set_init_index): Handle and allow CONST_DECL.
Richard Stallman [Thu, 23 Sep 1993 02:03:14 +0000 (02:03 +0000)]
(set_init_index): Handle and allow CONST_DECL.

(build_c_cast): When making a CONSTRUCTOR for a union cast,
specify its type.

(default_conversion): Implement -fallow-single-precision.

From-SVN: r5424

30 years ago(bi-arity, bi-opcode, bi-opname, bi-unparse, bi-lexer):
Richard Stallman [Wed, 22 Sep 1993 23:50:42 +0000 (23:50 +0000)]
(bi-arity, bi-opcode, bi-opname, bi-unparse, bi-lexer):

Make the rules explicit.  Don't use $^.
(bi-run.o, bi-parser.o, bi-lexer.o): Eliminate $<.
(bc-arity.h, bc-opcode.h, bc-opname.h): Eliminate $< and $@.

From-SVN: r5423

30 years agoInclude bytetypes.h.
Richard Stallman [Wed, 22 Sep 1993 22:26:59 +0000 (22:26 +0000)]
Include bytetypes.h.

(bc_emit_bytecode): Likewise.
(bc_emit_instruction) [! __GNUC__]: Don't really use bc-typecd.def.

From-SVN: r5422

30 years ago(bc_adjust_stack): Use VALIDATE_STACK_FOR_BC, not VALIDATE_STACK.
Richard Stallman [Wed, 22 Sep 1993 22:01:15 +0000 (22:01 +0000)]
(bc_adjust_stack): Use VALIDATE_STACK_FOR_BC, not VALIDATE_STACK.

From-SVN: r5421

30 years ago(bi-lexer.o, bi-parser.o): Use ALL_CFLAGS.
Richard Stallman [Wed, 22 Sep 1993 22:00:50 +0000 (22:00 +0000)]
(bi-lexer.o, bi-parser.o): Use ALL_CFLAGS.

From-SVN: r5420

30 years agoTypedefs deleted.
Richard Stallman [Wed, 22 Sep 1993 22:00:32 +0000 (22:00 +0000)]
Typedefs deleted.

From-SVN: r5419

30 years ago(union stacktype): Deleted.
Richard Stallman [Wed, 22 Sep 1993 20:45:04 +0000 (20:45 +0000)]
(union stacktype): Deleted.

(BI_PARAMS): Don't continue the parmlist.

From-SVN: r5418

30 years ago(main): Make sure there's some value within each pair of braces.
Richard Stallman [Wed, 22 Sep 1993 20:44:24 +0000 (20:44 +0000)]
(main): Make sure there's some value within each pair of braces.

From-SVN: r5417

30 years ago(union stacktype): Deleted.
Richard Stallman [Wed, 22 Sep 1993 20:26:02 +0000 (20:26 +0000)]
(union stacktype): Deleted.

From-SVN: r5416

30 years ago(bc_assemble_integer): Make definition static.
Richard Stallman [Wed, 22 Sep 1993 20:23:04 +0000 (20:23 +0000)]
(bc_assemble_integer): Make definition static.

From-SVN: r5415

30 years ago(bc_strdup): Don't use strcpy's value.
Richard Stallman [Wed, 22 Sep 1993 20:21:03 +0000 (20:21 +0000)]
(bc_strdup): Don't use strcpy's value.

From-SVN: r5414

30 years agomake sure cc1, cc1plus, and cc1obj targets always make all the bytecode stuff
Jan Brittenson [Wed, 22 Sep 1993 20:06:10 +0000 (13:06 -0700)]
make sure cc1, cc1plus, and cc1obj targets always make all the bytecode stuff

From-SVN: r5413

30 years ago(xsigned): New macro.
Richard Stallman [Wed, 22 Sep 1993 19:57:36 +0000 (19:57 +0000)]
(xsigned): New macro.

(QItype, HItype, SItype, DItype): Use that.

From-SVN: r5412

30 years agodeclared finalize_pic as void
Jan Brittenson [Wed, 22 Sep 1993 19:21:03 +0000 (12:21 -0700)]
declared finalize_pic as void

From-SVN: r5411

30 years ago(FPROP): Recognize 80387 or 68881 XFmode format.
Richard Stallman [Wed, 22 Sep 1993 19:15:37 +0000 (19:15 +0000)]
(FPROP): Recognize 80387 or 68881 XFmode format.

From-SVN: r5410