OSDN Git Service

pf3gnuchains/gcc-fork.git
29 years ago(default_compilers): Pass -I to gnat1.
kenner [Fri, 21 Apr 1995 12:23:45 +0000 (12:23 +0000)]
(default_compilers): Pass -I to gnat1.

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

29 years ago(lang_options): Add -I for GNAT.
kenner [Fri, 21 Apr 1995 12:22:39 +0000 (12:22 +0000)]
(lang_options): Add -I for GNAT.

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

29 years ago(integer_all_onesp): Test to size of mode, not TYPE_PRECISION.
kenner [Fri, 21 Apr 1995 12:11:06 +0000 (12:11 +0000)]
(integer_all_onesp): Test to size of mode, not TYPE_PRECISION.

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

29 years ago(main): Turn on -fforce-mem for -O2.
kenner [Fri, 21 Apr 1995 12:08:07 +0000 (12:08 +0000)]
(main): Turn on -fforce-mem for -O2.

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

29 years ago([lr]rotate_double): Replace; old versions were bogus.
kenner [Fri, 21 Apr 1995 12:03:23 +0000 (12:03 +0000)]
([lr]rotate_double): Replace; old versions were bogus.
(fold, shift and rotate): Don't call tree_int_cst_sgn on non-integer.
(fold, case LROTATE_EXPR): If constant count, convert to RROTATE_EXPR.
(fold, case RROTATE_EXPR): Sometimes commute logical op with rotate.
Delete pair of counteracting shifts.

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

29 years ago(simplify_logical, case AND): If still an AND, get new values for op0
kenner [Fri, 21 Apr 1995 11:57:42 +0000 (11:57 +0000)]
(simplify_logical, case AND): If still an AND, get new values for op0
and op1.

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

29 years agoCompletely rewritten.
wilson [Fri, 21 Apr 1995 01:19:27 +0000 (01:19 +0000)]
Completely rewritten.

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

29 years ago(FAST_BIT, CONSTLEN_2_BIT, CONSTLEN_3_BIT, CONSTLEN_0_BIT,
wilson [Fri, 21 Apr 1995 01:19:03 +0000 (01:19 +0000)]
(FAST_BIT, CONSTLEN_2_BIT, CONSTLEN_3_BIT, CONSTLEN_0_BIT,
TARGET_FASTCODE, TARGET_CLEN3, TARGET_CLEN0, TARGET_OPTIONS): Delete.
(TARGET_SWITCHES): Delete -mclen3 and -mclen0 options.
(TARGET_DEFAULT): Is zero.
(OVERRIDE_OPTIONS): Delete code to set max_count_si and max_count_hi.
(SPECIAL_REG): New macro.
(HARD_REGNO_MODE_OK): Allow any mode in any general register.
(GO_IF_LEGITIMATE_ADDRESS): Delete constant + reg address case.
(MOVE_RATIO): Define to 2 when TARGET_SMALLCODE.
(max_si, max_hi, max_count_si, max_count_hi): Delete.

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

29 years agoDelete spurious constraints from all define_expands.
wilson [Fri, 21 Apr 1995 01:18:26 +0000 (01:18 +0000)]
Delete spurious constraints from all define_expands.
(rotlsi3_1): Set T reg instead of clobbering it.
(ashrsi3): Use expand_ashiftrt instead of gen_shifty_op.
(movsi_i, movhi_i, movsf_i): Add conditions to reject patterns
needing a reload.
(movdi-2, movdf_k): Correct conditions to reject patterns needing
a reload.
([inverse_]branch_{true,false}): Pass operands to output_branch.
(jump): Delete unnecessary braces.
(call, call_value): Don't use expand_acall.  Force operand0 into
a register.

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

29 years agoUse TREE_ADDRESSABLE rather than
merrill [Thu, 20 Apr 1995 22:26:30 +0000 (22:26 +0000)]
Use TREE_ADDRESSABLE rather than
|        TYPE_NEEDS_CONSTRUCTING to decide whether a parameter needs to be
|        passed by invisible reference.

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

29 years ago(TARGET_SWITCHES): Fix typo.
tege [Wed, 19 Apr 1995 21:49:24 +0000 (21:49 +0000)]
(TARGET_SWITCHES): Fix typo.

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

29 years ago66th Cygnus<->FSF merge
mrs [Wed, 19 Apr 1995 17:08:54 +0000 (17:08 +0000)]
66th Cygnus<->FSF merge

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

29 years ago(get_set_constructor_bytes): Fix BITS_BIG_ENDIAN -> BYTES_BIG_ENDIAN.
bothner [Wed, 19 Apr 1995 01:09:38 +0000 (01:09 +0000)]
(get_set_constructor_bytes):  Fix BITS_BIG_ENDIAN -> BYTES_BIG_ENDIAN.

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

29 years ago(store_constructor): Fix BITS_BIG_ENDIAN -> BYTES_BIG_ENDIAN for SET_TYPE.
bothner [Wed, 19 Apr 1995 01:07:59 +0000 (01:07 +0000)]
(store_constructor):  Fix BITS_BIG_ENDIAN -> BYTES_BIG_ENDIAN for SET_TYPE.

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

29 years ago(FIXPROTO_DEFINES): Define _HPUX_SOURCE so putenv gets seen.
bothner [Wed, 19 Apr 1995 00:23:29 +0000 (00:23 +0000)]
(FIXPROTO_DEFINES): Define _HPUX_SOURCE so putenv gets seen.

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

29 years agoAlways define handle_pragma_weak, but don't do anything unless
meissner [Tue, 18 Apr 1995 20:51:03 +0000 (20:51 +0000)]
Always define handle_pragma_weak, but don't do anything unless
HANDLE_PRAGMA_WEAK is defined.

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

29 years agoDo not put enclose within HANDLE_SYSV_PRAGMA
meissner [Tue, 18 Apr 1995 20:06:17 +0000 (20:06 +0000)]
Do not put enclose within HANDLE_SYSV_PRAGMA

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

29 years ago65th Cygnus<->FSF merge
mrs [Tue, 18 Apr 1995 19:23:38 +0000 (19:23 +0000)]
65th Cygnus<->FSF merge

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

29 years agoDo not give an error for __attribute__((weak)) on systems that do not support it.
meissner [Tue, 18 Apr 1995 18:59:29 +0000 (18:59 +0000)]
Do not give an error for __attribute__((weak)) on systems that do not support it.

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

29 years agoMove pragma interface support to c-pragma.h
meissner [Tue, 18 Apr 1995 18:16:51 +0000 (18:16 +0000)]
Move pragma interface support to c-pragma.h

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

29 years agoInitial revision
meissner [Tue, 18 Apr 1995 18:10:45 +0000 (18:10 +0000)]
Initial revision

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

29 years agoDo not generate mem->mem SF moves if -msoft-float
meissner [Tue, 18 Apr 1995 18:08:17 +0000 (18:08 +0000)]
Do not generate mem->mem SF moves if -msoft-float

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

29 years agoMake weak symbols work again.
meissner [Tue, 18 Apr 1995 10:56:20 +0000 (10:56 +0000)]
Make weak symbols work again.

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

29 years ago(size_int): Arg is unsigned HOST_WIDE_INT.
kenner [Tue, 18 Apr 1995 10:19:35 +0000 (10:19 +0000)]
(size_int): Arg is unsigned HOST_WIDE_INT.

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

29 years ago(size_int): Likewise.
kenner [Tue, 18 Apr 1995 10:19:10 +0000 (10:19 +0000)]
(size_int): Likewise.

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

29 years agoASM_OUTPUT_EXTERNAL revisited
merrill [Tue, 18 Apr 1995 06:35:02 +0000 (06:35 +0000)]
ASM_OUTPUT_EXTERNAL revisited

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

29 years ago* cpplib.c: Rename make_definition to cpp_define.
bothner [Mon, 17 Apr 1995 23:43:46 +0000 (23:43 +0000)]
* cpplib.c:  Rename  make_definition to cpp_define.
* cpplib.c (special_symbol):  For T_SPECLINE, calculate __LINE__
in enclosing file buffer, not current buffer (if macro expanding).
(cpp_get_token):  Fix thinko (in code for chopping unneeded space).

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

29 years ago* cpplib.h (cpp_define): New declaration.
bothner [Mon, 17 Apr 1995 23:43:30 +0000 (23:43 +0000)]
* cpplib.h (cpp_define):  New declaration.

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

29 years ago* config/mips/x-iris6 (FIXPROTO_DEFINES): Add -D_LANGUAGE_C_PLUS_PLUS.
bothner [Mon, 17 Apr 1995 23:30:56 +0000 (23:30 +0000)]
* config/mips/x-iris6 (FIXPROTO_DEFINES):  Add -D_LANGUAGE_C_PLUS_PLUS.

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

29 years ago* config/mips/x-iris (FIXPROTO_DEFINES): Add -D_LANGUAGE_C_PLUS_PLUS.
bothner [Mon, 17 Apr 1995 23:30:38 +0000 (23:30 +0000)]
* config/mips/x-iris (FIXPROTO_DEFINES):  Add -D_LANGUAGE_C_PLUS_PLUS.

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

29 years ago(ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Define.
wilson [Mon, 17 Apr 1995 21:06:01 +0000 (21:06 +0000)]
(ASM_IDENTIFY_GCC, ASM_IDENTIFY_LANGUAGE): Define.

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

29 years ago(CPP_SPECS): Define and use _ABI64 instead of
wilson [Mon, 17 Apr 1995 21:05:40 +0000 (21:05 +0000)]
(CPP_SPECS): Define and use _ABI64 instead of
_MIPS_SIM_ABI64.
(SETUP_INCOMING_VARARGS): Set MEM_IN_STRUCT_P if big endian target.

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

29 years ago(get_last_value): Ignore BARRIER when scanning backwards.
wilson [Mon, 17 Apr 1995 20:55:26 +0000 (20:55 +0000)]
(get_last_value): Ignore BARRIER when scanning backwards.
(move_deaths): New variables before_dead and after_dead.  Set them
to instructions that have valid INSN_CUID values and use in test.

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

29 years ago(subst_prev_insn): New variable.
wilson [Mon, 17 Apr 1995 20:49:59 +0000 (20:49 +0000)]
(subst_prev_insn): New variable.
(try_combine): Set it.
(get_last_value): Use it.

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

29 years ago(find_reloads): Recompute reg_equiv_address from
wilson [Mon, 17 Apr 1995 19:46:50 +0000 (19:46 +0000)]
(find_reloads): Recompute reg_equiv_address from
reg_equiv_memory_loc before using it.
(find_reloads_toplev, make_memloc): Likewise.

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

29 years ago(instantiate_decls): Use temporary allocation if
wilson [Mon, 17 Apr 1995 19:23:52 +0000 (19:23 +0000)]
(instantiate_decls): Use temporary allocation if
DECL_DEFER_OUTPUT is set.

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

29 years ago(expand_builtin, case BUILT_IN_MEMCPY): Call force_operand
wilson [Mon, 17 Apr 1995 19:19:48 +0000 (19:19 +0000)]
(expand_builtin, case BUILT_IN_MEMCPY): Call force_operand
on dest_rtx before returning it.

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

29 years agoweaken C++ free-store functions
merrill [Sun, 16 Apr 1995 06:17:34 +0000 (06:17 +0000)]
weaken C++ free-store functions

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

29 years agoattributes weak and alias
merrill [Sun, 16 Apr 1995 06:14:00 +0000 (06:14 +0000)]
attributes weak and alias

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

29 years ago(expand_call): Call preserve_temp_slots on temps made for BLKmode args
kenner [Sat, 15 Apr 1995 17:52:45 +0000 (17:52 +0000)]
(expand_call): Call preserve_temp_slots on temps made for BLKmode args
returned in registers.

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

29 years ago(override_options): Fix typo.
kenner [Sat, 15 Apr 1995 17:26:23 +0000 (17:26 +0000)]
(override_options): Fix typo.

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

29 years ago * alpha/alpha.c (output_epilog): Initialize fp_offset to 0, and
brendan [Sat, 15 Apr 1995 16:12:24 +0000 (16:12 +0000)]
    * alpha/alpha.c (output_epilog): Initialize fp_offset to 0, and

        make sure it's non-zero before we try to use it to restore the

        frame pointer.

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

29 years agoReorganize va_arg
merrill [Fri, 14 Apr 1995 23:44:01 +0000 (23:44 +0000)]
Reorganize va_arg

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

29 years ago(ASM_OUTPUT_SECTION_NAME): Make the section read-only executable "ax"
roland [Fri, 14 Apr 1995 23:31:05 +0000 (23:31 +0000)]
(ASM_OUTPUT_SECTION_NAME): Make the section read-only executable "ax"
if DECL is a FUNCTION_DECL; read-only "a" (previously the case always)
if DECL is TREE_READONLY; otherwise writable "aw".

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

29 years ago(output_prolog): Changed stack probe at function entry.
kenner [Fri, 14 Apr 1995 22:49:07 +0000 (22:49 +0000)]
(output_prolog): Changed stack probe at function entry.

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

29 years ago(probe_stack): Probe with write, not read.
kenner [Fri, 14 Apr 1995 22:48:49 +0000 (22:48 +0000)]
(probe_stack): Probe with write, not read.
(allocate_stack): Update and correct stack probe code.

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

29 years ago(delete_insn): When deleting after label, delete a BARRIER as well.
kenner [Fri, 14 Apr 1995 22:42:15 +0000 (22:42 +0000)]
(delete_insn): When deleting after label, delete a BARRIER as well.

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

29 years agoEmit eabi's main call to __eabi before setting up the minimal TOC, rather than after.
meissner [Fri, 14 Apr 1995 17:06:46 +0000 (17:06 +0000)]
Emit eabi's main call to __eabi before setting up the minimal TOC, rather than after.

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

29 years ago(call_operand): Any reg is valid for NT.
kenner [Fri, 14 Apr 1995 13:08:58 +0000 (13:08 +0000)]
(call_operand): Any reg is valid for NT.
(output_prologue): Never need GP for Windows/NT.
Set SYMBOL_REF_FLAG in current function decl.

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

29 years agoFix typo with comment.
kenner [Fri, 14 Apr 1995 13:05:11 +0000 (13:05 +0000)]
Fix typo with comment.

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

29 years agoAdd defines.
merrill [Fri, 14 Apr 1995 00:28:13 +0000 (00:28 +0000)]
Add defines.

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

29 years ago(gen_sequence): If the insn has a non-null
dje [Fri, 14 Apr 1995 00:26:46 +0000 (00:26 +0000)]
(gen_sequence): If the insn has a non-null
CALL_INSN_FUNCTION_USAGE field, output it as a sequence so the
latter isn't discarded.

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

29 years ago(update expected conflict count)
dje [Thu, 13 Apr 1995 23:57:25 +0000 (23:57 +0000)]
(update expected conflict count)

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

29 years agoClean up code that defines *DEFINED* symbols.
kenner [Thu, 13 Apr 1995 12:50:20 +0000 (12:50 +0000)]
Clean up code that defines *DEFINED* symbols.

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

29 years agoAdjust for deletion of config.run in Makefile.in
kenner [Thu, 13 Apr 1995 12:49:33 +0000 (12:49 +0000)]
Adjust for deletion of config.run in Makefile.in
Change version to 2.6.3.

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

29 years ago(OBJECT_SUFFIX): Define.
kenner [Thu, 13 Apr 1995 12:48:51 +0000 (12:48 +0000)]
(OBJECT_SUFFIX): Define.

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

29 years ago(TARGET_MEM_FUNCTIONS): Define.
kenner [Thu, 13 Apr 1995 12:48:34 +0000 (12:48 +0000)]
(TARGET_MEM_FUNCTIONS): Define.
(LINK_SPEC): Delete "align:0x1000".

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

29 years agoInitial revision
kenner [Thu, 13 Apr 1995 12:47:43 +0000 (12:47 +0000)]
Initial revision

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

29 years ago(calll, tablejump, movsi): New variants for NT.
kenner [Thu, 13 Apr 1995 12:46:37 +0000 (12:46 +0000)]
(calll, tablejump, movsi): New variants for NT.

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

29 years ago(WINDOWS_NT): Provide default definition.
kenner [Thu, 13 Apr 1995 12:45:41 +0000 (12:45 +0000)]
(WINDOWS_NT): Provide default definition.
(ASM_OUTPUT_INT): Use output_addr_const.
(ASM_OUTPUT_ADDR_DIFF_ELT): Use .long for NT.

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

29 years agoDon't #include stamp.h for WINNT.
kenner [Thu, 13 Apr 1995 12:45:11 +0000 (12:45 +0000)]
Don't #include stamp.h for WINNT.
(input_operand, case CONST): Allow ptr_mode and DImode.

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

29 years agoArg 2 is which machine (i386 or alpha).
kenner [Thu, 13 Apr 1995 12:39:06 +0000 (12:39 +0000)]
Arg 2 is which machine (i386 or alpha).

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

29 years ago(ASM_OUTPUT_SECTION_NAME): New macro.
kenner [Thu, 13 Apr 1995 12:10:12 +0000 (12:10 +0000)]
(ASM_OUTPUT_SECTION_NAME): New macro.

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

29 years ago(dbxout_type_fields): Correct arguments to CHARS macro
wilson [Wed, 12 Apr 1995 18:35:39 +0000 (18:35 +0000)]
(dbxout_type_fields): Correct arguments to CHARS macro
in flag_minimal_debug case.
(dbxout_symbol_name): Use DECL_ASSEMBLER_NAME unconditionally.

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

29 years ago(sdbout_record_type_name): Correct indentation.
wilson [Wed, 12 Apr 1995 18:35:15 +0000 (18:35 +0000)]
(sdbout_record_type_name): Correct indentation.
(sdbout_symbol): Use DECL_ASSEMBLER_NAME unconditionally.
(sdbout_one_type): Likewise.

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

29 years ago* fix-header.c (main): Fix loop over required_functions_list
bothner [Wed, 12 Apr 1995 06:34:50 +0000 (06:34 +0000)]
* fix-header.c (main):  Fix loop over required_functions_list
(fatal):  Also print inc_filename.

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

29 years ago(shiftby_operand): Delete.
wilson [Tue, 11 Apr 1995 21:02:20 +0000 (21:02 +0000)]
(shiftby_operand): Delete.

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

29 years ago(TARGET_SWITCHES): -m3 and -m3l also set SH2_BIT.
wilson [Tue, 11 Apr 1995 21:01:12 +0000 (21:01 +0000)]
(TARGET_SWITCHES): -m3 and -m3l also set SH2_BIT.
(OVERRIDE_OPTIONS): Don't add CPU_SH2 to CPU_SH3 when TARGET_SH3.

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

29 years ago(ashlsi3): Use nonmemory_operand as a predicate instead of
wilson [Tue, 11 Apr 1995 20:59:16 +0000 (20:59 +0000)]
(ashlsi3): Use nonmemory_operand as a predicate instead of
shiftby_operand.  Don't use shiftby_operand in the output statement.
(lshrsi3): Likewise.

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

29 years agoBunch of little fixes. See ChangeLog.
bothner [Tue, 11 Apr 1995 20:43:19 +0000 (20:43 +0000)]
Bunch of little fixes.  See ChangeLog.

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

29 years ago(poplevel): Do output inline function if
wilson [Tue, 11 Apr 1995 17:41:27 +0000 (17:41 +0000)]
(poplevel): Do output inline function if
DECL_ABSTRACT_ORIGIN points to itself.

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

29 years ago(output_constant): Cast assemble_string argument to char *.
wilson [Tue, 11 Apr 1995 17:36:18 +0000 (17:36 +0000)]
(output_constant): Cast assemble_string argument to char *.

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

29 years ago(constrain_operands, case 'E'): Make this work like
tege [Mon, 10 Apr 1995 21:39:56 +0000 (21:39 +0000)]
(constrain_operands, case 'E'): Make this work like
constraint character `F' when REAL_ARITHMETIC is defined.

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

29 years ago(find_reloads, case 'E'): : Make this work like
tege [Mon, 10 Apr 1995 21:39:56 +0000 (21:39 +0000)]
(find_reloads, case 'E'): : Make this work like
constraint character `F' when REAL_ARITHMETIC is defined.

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

29 years ago(record_reg_classes, case 'E'): Make this work like
tege [Mon, 10 Apr 1995 21:39:56 +0000 (21:39 +0000)]
(record_reg_classes, case 'E'): Make this work like
constraint character `F' when REAL_ARITHMETIC is defined.

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

29 years agoUndo Match 11th changes.
meissner [Mon, 10 Apr 1995 19:06:40 +0000 (19:06 +0000)]
Undo Match 11th changes.

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

29 years agoUndo March 11th changes.
meissner [Mon, 10 Apr 1995 19:06:10 +0000 (19:06 +0000)]
Undo March 11th changes.

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

29 years ago(init_parse_options, cpp_reader): Cast args to bcopy, bcmp, and bzero to
kenner [Mon, 10 Apr 1995 13:23:06 +0000 (13:23 +0000)]
(init_parse_options, cpp_reader): Cast args to bcopy, bcmp, and bzero to
char *.
(add_import, push_parse_file, init_parse_file): Likewise.

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

29 years agoAdd declaration of xmalloc.
kenner [Mon, 10 Apr 1995 13:22:43 +0000 (13:22 +0000)]
Add declaration of xmalloc.

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

29 years agoAdd declarations of xmalloc and xrealloc.
kenner [Mon, 10 Apr 1995 13:22:19 +0000 (13:22 +0000)]
Add declarations of xmalloc and xrealloc.
(cpp_parse_expr): Cast args to bcopy to char *.

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

29 years ago#include config.h.
kenner [Mon, 10 Apr 1995 13:22:01 +0000 (13:22 +0000)]
#include config.h.

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

29 years ago(make_decl_rtl): Allow section attribute if -fno-common or variable is
kenner [Mon, 10 Apr 1995 12:20:36 +0000 (12:20 +0000)]
(make_decl_rtl): Allow section attribute if -fno-common or variable is
not to be placed in common for some other reason.

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

29 years ago(enum attrs): New attribute, A_NOCOMMON.
kenner [Mon, 10 Apr 1995 12:20:09 +0000 (12:20 +0000)]
(enum attrs): New attribute, A_NOCOMMON.
(init_attribute): Initialize it.
(decl_attributes): Implement it.

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

29 years ago(simplify_set): Don't move a SUBREG to dest if it is changing the size
kenner [Mon, 10 Apr 1995 11:57:09 +0000 (11:57 +0000)]
(simplify_set): Don't move a SUBREG to dest if it is changing the size
of a hard reg in CLASS_CANNOT_CHANGE_SIZE.

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

29 years ago(reload_as_needed): Call forget_old_reloads_1 on pattern before reg
kenner [Mon, 10 Apr 1995 11:17:17 +0000 (11:17 +0000)]
(reload_as_needed): Call forget_old_reloads_1 on pattern before reg
elimination.

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

29 years ago(find_equiv_reg): If goal is a pseudo that got memory, a store into
kenner [Mon, 10 Apr 1995 11:16:13 +0000 (11:16 +0000)]
(find_equiv_reg): If goal is a pseudo that got memory, a store into
memory makes it invalid.

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

29 years ago * pa.c (pa_reorg): Bump label use count for each entry in an
law [Mon, 10 Apr 1995 04:26:01 +0000 (04:26 +0000)]
* pa.c (pa_reorg): Bump label use count for each entry in an
exploded ADDR_VEC

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

29 years ago(adddi3, subdi3): Need scratch reg whenever operand 0 in mem and operands 1
kenner [Sun, 9 Apr 1995 13:22:42 +0000 (13:22 +0000)]
(adddi3, subdi3): Need scratch reg whenever operand 0 in mem and operands 1
not '0'.
(subdi3): Don't treat two non-equal MEMs as non-aliasing.

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

29 years ago64th Cygnus<->FSF merge
mrs [Sun, 9 Apr 1995 11:41:24 +0000 (11:41 +0000)]
64th Cygnus<->FSF merge

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

29 years ago * pa.c (pa_reorg): Fix typo.
law [Sun, 9 Apr 1995 02:53:09 +0000 (02:53 +0000)]
* pa.c (pa_reorg): Fix typo.

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

29 years agoCorrect SELECT_SECTION.
meissner [Sat, 8 Apr 1995 23:42:29 +0000 (23:42 +0000)]
Correct SELECT_SECTION.

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

29 years ago * cpphash.c: Don't use const on compilers that don't support it.
mrs [Sat, 8 Apr 1995 20:38:16 +0000 (20:38 +0000)]
* cpphash.c: Don't use const on compilers that don't support it.

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

29 years ago(expand_increment): Handle case where INCREMENTED has a non-trivial
kenner [Sat, 8 Apr 1995 20:32:01 +0000 (20:32 +0000)]
(expand_increment): Handle case where INCREMENTED has a non-trivial
conversion.

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

29 years ago(TRAMPOLINE_TEMPLATE, TRANSFER_FROM_TRAMPOLINE): Fix assembler syntax
kenner [Fri, 7 Apr 1995 23:33:16 +0000 (23:33 +0000)]
(TRAMPOLINE_TEMPLATE, TRANSFER_FROM_TRAMPOLINE): Fix assembler syntax
errors.

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

29 years ago(VMS_fstat, VMS_stat): New functions.
kenner [Fri, 7 Apr 1995 23:27:05 +0000 (23:27 +0000)]
(VMS_fstat, VMS_stat):  New functions.

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

29 years ago(collect_expansion): If traditional, set stringify member to
kenner [Fri, 7 Apr 1995 23:18:58 +0000 (23:18 +0000)]
(collect_expansion): If traditional, set stringify member to
SHARP_TOKEN regardless of the value of stringify_sharp_token_type.

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

29 years ago(simplify_unary_operation): #ifdef POINTERS_EXTEND_UNSIGNED, handle
kenner [Fri, 7 Apr 1995 20:04:38 +0000 (20:04 +0000)]
(simplify_unary_operation): #ifdef POINTERS_EXTEND_UNSIGNED, handle
sign- or zero-extending addresses.

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

29 years ago(init{,_integral,_floating,_complex}_libfuncs):
kenner [Fri, 7 Apr 1995 18:03:52 +0000 (18:03 +0000)]
(init{,_integral,_floating,_complex}_libfuncs):
Change SUFFIX to "char" to avoid confusion with prototype.

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

29 years ago(expand_computed_goto): Convert from ptr_mode to Pmode.
kenner [Fri, 7 Apr 1995 16:36:39 +0000 (16:36 +0000)]
(expand_computed_goto): Convert from ptr_mode to Pmode.

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

29 years ago(convert_memory_address): Add extra arg.
kenner [Fri, 7 Apr 1995 16:36:20 +0000 (16:36 +0000)]
(convert_memory_address): Add extra arg.

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