OSDN Git Service

pf3gnuchains/gcc-fork.git
30 years ago(dbxout_parms): Fix previous change.
rms [Thu, 11 Nov 1993 13:24:59 +0000 (13:24 +0000)]
(dbxout_parms): Fix previous change.

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

30 years ago(rel_source_subdir): Prune out redundant /subdir/../ to prevent recursion.
rms [Thu, 11 Nov 1993 11:01:01 +0000 (11:01 +0000)]
(rel_source_subdir): Prune out redundant /subdir/../ to prevent recursion.

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

30 years agoCopy files needed for other files at the very end.
rms [Thu, 11 Nov 1993 08:20:12 +0000 (08:20 +0000)]
Copy files needed for other files at the very end.

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

30 years ago(global_const_equiv_map_size): Declared.
rms [Thu, 11 Nov 1993 05:12:47 +0000 (05:12 +0000)]
(global_const_equiv_map_size): Declared.

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

30 years ago(dbxout_symbol): If it's C++, don't check the
rms [Thu, 11 Nov 1993 05:01:22 +0000 (05:01 +0000)]
(dbxout_symbol): If it's C++, don't check the
DECL_SOURCE_LINE of a typedef.

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

30 years ago(ASM_OUTPUT_ASCII): Declare i.
rms [Thu, 11 Nov 1993 03:30:32 +0000 (03:30 +0000)]
(ASM_OUTPUT_ASCII): Declare i.

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

30 years ago(subst_prev_insn): New variable.
kenner [Thu, 11 Nov 1993 02:34:55 +0000 (02:34 +0000)]
(subst_prev_insn): New variable.
(try_combine): Set it.
(get_last_value): Use subst_prev_insn if set instead of looking for the first
insn before SUBST_LOW_CUID.

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

30 years ago(unroll_loop): Set global_const_equiv_map_size.
wilson [Thu, 11 Nov 1993 00:47:19 +0000 (00:47 +0000)]
(unroll_loop): Set global_const_equiv_map_size.

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

30 years ago(global_const_equiv_map_size): New variable.
kenner [Thu, 11 Nov 1993 00:31:34 +0000 (00:31 +0000)]
(global_const_equiv_map_size): New variable.
(expand_inline_function): Set it.
(expand_inline_function, copy_rtx_and_substitute, try_constants):
Never access const_equiv_map without checking for out-of-range.
(mark_stores): Likewise.

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

30 years ago(reload patterns for mla instruction): New.
kenner [Wed, 10 Nov 1993 23:55:07 +0000 (23:55 +0000)]
(reload patterns for mla instruction): New.

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

30 years ago(smaxdi3): Was incorrectly called maxdi3.
kenner [Wed, 10 Nov 1993 23:49:56 +0000 (23:49 +0000)]
(smaxdi3): Was incorrectly called maxdi3.

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

30 years ago(LINK_SPEC): Don't pass -btextro if -r.
kenner [Wed, 10 Nov 1993 23:44:41 +0000 (23:44 +0000)]
(LINK_SPEC): Don't pass -btextro if -r.

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

30 years ago(dbxout_parms): For parms passed via invisible
wilson [Wed, 10 Nov 1993 23:17:28 +0000 (23:17 +0000)]
(dbxout_parms): For parms passed via invisible
reference, accept any reg except FP, SP, and AP.

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

30 years agoInitial revision
kenner [Wed, 10 Nov 1993 23:04:10 +0000 (23:04 +0000)]
Initial revision

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

30 years ago(sqrtdf2): Fix typo in extra condition.
kenner [Wed, 10 Nov 1993 22:52:16 +0000 (22:52 +0000)]
(sqrtdf2): Fix typo in extra condition.
(plus/eq pattern): Fix typo: "addze" was "adddze".

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

30 years ago(expand_expr): Use a smaller alignment when reading from a field
rms [Wed, 10 Nov 1993 21:31:41 +0000 (21:31 +0000)]
(expand_expr): Use a smaller alignment when reading from a field
with a variable offset.

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

30 years ago(expand_divmod): If rem_flag, always force op0 to a register.
rms [Wed, 10 Nov 1993 21:28:27 +0000 (21:28 +0000)]
(expand_divmod): If rem_flag, always force op0 to a register.

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

30 years agoAdd blank line in comment.
kenner [Wed, 10 Nov 1993 20:27:54 +0000 (20:27 +0000)]
Add blank line in comment.

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

30 years ago(expand_assignment): Use a smaller alignment when storing
rms [Wed, 10 Nov 1993 19:41:37 +0000 (19:41 +0000)]
(expand_assignment): Use a smaller alignment when storing
into a field with a variable offset.

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

30 years ago(math.h): Delete inline definitions for sqr.
rms [Wed, 10 Nov 1993 06:29:05 +0000 (06:29 +0000)]
(math.h): Delete inline definitions for sqr.

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

30 years ago(adddi3): Use DImode not SImode in force_reg call.
rms [Wed, 10 Nov 1993 04:41:46 +0000 (04:41 +0000)]
(adddi3): Use DImode not SImode in force_reg call.

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

30 years ago(PIC_OFFSET_TABLE_MASK): New macro.
rms [Wed, 10 Nov 1993 04:39:00 +0000 (04:39 +0000)]
(PIC_OFFSET_TABLE_MASK): New macro.
(function_epilogue): When -mabicalls, ignore
PIC_OFFSET_TABLE_REGNUM when calculating load_only_r31.

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

30 years ago(reload) [SMALL_REGISTER_CLASSES]: Try, at least,
rms [Wed, 10 Nov 1993 00:39:17 +0000 (00:39 +0000)]
(reload) [SMALL_REGISTER_CLASSES]: Try, at least,
to avoid 2-groups whose second register is explicitly used.

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

30 years ago(strength_reduce): Accept VOIDmode initial values.
wilson [Wed, 10 Nov 1993 00:08:15 +0000 (00:08 +0000)]
(strength_reduce): Accept VOIDmode initial values.

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

30 years ago(loop on $required): When a file is copied
rms [Tue, 9 Nov 1993 23:53:36 +0000 (23:53 +0000)]
(loop on $required): When a file is copied
because another file needs it, scan it for what files it needs.

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

30 years ago(negscc): Add mode for NEG.
rms [Tue, 9 Nov 1993 20:18:35 +0000 (20:18 +0000)]
(negscc): Add mode for NEG.

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

30 years ago("cmpsf" & "cmpdf"): Undo inadvertent change included with CCEVENmode change.
hassey [Tue, 9 Nov 1993 17:55:51 +0000 (17:55 +0000)]
("cmpsf" & "cmpdf"): Undo inadvertent change included with CCEVENmode change.

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

30 years ago(SIZE_TYPE): #undef it.
rms [Tue, 9 Nov 1993 05:01:21 +0000 (05:01 +0000)]
(SIZE_TYPE): #undef it.

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

30 years ago(ASM_FILE_START): Emit filename directive.
rms [Tue, 9 Nov 1993 00:03:33 +0000 (00:03 +0000)]
(ASM_FILE_START): Emit filename directive.

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

30 years ago(sdbout_init) [RMS_QUICK_HACK_1]: Call sdbout_symbol for __vtbl_ptr_type.
rms [Mon, 8 Nov 1993 22:57:28 +0000 (22:57 +0000)]
(sdbout_init) [RMS_QUICK_HACK_1]: Call sdbout_symbol for __vtbl_ptr_type.

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

30 years ago(build_binary_op): Warn for ordered compare of ptr with 0
rms [Mon, 8 Nov 1993 21:51:20 +0000 (21:51 +0000)]
(build_binary_op): Warn for ordered compare of ptr with 0
only if pedantic in both cases.

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

30 years ago(output_line_command): Handle NO_IMPLICIT_EXTERN_C here.
rms [Mon, 8 Nov 1993 07:56:19 +0000 (07:56 +0000)]
(output_line_command): Handle NO_IMPLICIT_EXTERN_C here.
(main): Not here.

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

30 years ago(scan_decls): After seeing an extern variable
rms [Mon, 8 Nov 1993 03:09:05 +0000 (03:09 +0000)]
(scan_decls):  After seeing an extern variable
declaration, goto new_statement to read a new token, rather
than going to handle_statement (which uses the current token).

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

30 years ago(__MAIN_NAME): Define as " main(" rather
rms [Sun, 7 Nov 1993 10:16:11 +0000 (10:16 +0000)]
(__MAIN_NAME): Define as " main(" rather
rather than " main (" to reflect current cc1plus.

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

30 years agoAdd __GNUC_MINOR__=5 to CPP_PREDEFINES.
rms [Sun, 7 Nov 1993 05:32:37 +0000 (05:32 +0000)]
Add __GNUC_MINOR__=5 to CPP_PREDEFINES.

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

30 years ago(mostlyclean): Delete fixhdr.ready here.
rms [Sun, 7 Nov 1993 05:25:36 +0000 (05:25 +0000)]
(mostlyclean): Delete fixhdr.ready here.
(clean): Not here.

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

30 years agoFix whitespace in previous change.
rms [Sun, 7 Nov 1993 04:34:39 +0000 (04:34 +0000)]
Fix whitespace in previous change.

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

30 years agoHandle CCEVENmode as a new mode. Logical operations
rms [Sun, 7 Nov 1993 04:31:48 +0000 (04:31 +0000)]
Handle CCEVENmode as a new mode.  Logical operations
on CCmode registers now results in CCEVENmode.
Add patterns for jumps and ext's for CCEVENmode.
(cmpsf, cmpdf): Use reg 65 and clobber reg 64.

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

30 years ago(EXTRA_CC_MODES, EXTRA_CC_NAMES, SELECT_CC_MODE):
rms [Sun, 7 Nov 1993 04:28:35 +0000 (04:28 +0000)]
(EXTRA_CC_MODES, EXTRA_CC_NAMES, SELECT_CC_MODE):
New macros to define CCEVENmode.

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

30 years ago(partial_ccmode_register_operand, even_relop)
rms [Sun, 7 Nov 1993 04:28:00 +0000 (04:28 +0000)]
(partial_ccmode_register_operand, even_relop)
(odd_relop): New functions, for support of CCEVENmode.
(print_operand, new case '!'): Revert following condition.

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

30 years ago(RMS_QUICK_HACK_1): Defined.
rms [Sat, 6 Nov 1993 22:13:04 +0000 (22:13 +0000)]
(RMS_QUICK_HACK_1): Defined.

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

30 years ago(unroll_loop): Don't unroll loop if jump has combined
rms [Sat, 6 Nov 1993 21:50:29 +0000 (21:50 +0000)]
(unroll_loop): Don't unroll loop if jump has combined
the original loop start label with another label.

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

30 years agoadd untyped_call
cks [Sat, 6 Nov 1993 10:00:05 +0000 (10:00 +0000)]
add untyped_call

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

30 years agoInstall gsyslimits.h if native limits.h didn't need fixing.
friedman [Sat, 6 Nov 1993 09:01:28 +0000 (09:01 +0000)]
Install gsyslimits.h if native limits.h didn't need fixing.

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

30 years agoRename fixed native limits.h to syslimits.h before renaming gcc's limits.h
friedman [Sat, 6 Nov 1993 08:15:36 +0000 (08:15 +0000)]
Rename fixed native limits.h to syslimits.h before renaming gcc's limits.h
from tmpfoo directory.

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

30 years ago(emit_move_insn_1): Push the components of a complex
rms [Sat, 6 Nov 1993 06:24:13 +0000 (06:24 +0000)]
(emit_move_insn_1): Push the components of a complex
in proper order: imag part has higher address.

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

30 years agoComment change.
rms [Sat, 6 Nov 1993 06:12:47 +0000 (06:12 +0000)]
Comment change.

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

30 years ago(abicalls): Use mips_abicalls_attr not mips_abicalls.
rms [Sat, 6 Nov 1993 03:34:43 +0000 (03:34 +0000)]
(abicalls): Use mips_abicalls_attr not mips_abicalls.

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

30 years ago(enum mips_abicalls_type): New type.
rms [Sat, 6 Nov 1993 03:34:21 +0000 (03:34 +0000)]
(enum mips_abicalls_type): New type.
(mips_abicalls_attr): New define.
(mips_abicalls): Change type to enum mips_abicalls_type.

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

30 years ago(mips_abicalls): Change type to enum mips_abicalls_type.
rms [Sat, 6 Nov 1993 03:33:54 +0000 (03:33 +0000)]
(mips_abicalls): Change type to enum mips_abicalls_type.
(override_options): Use MIPS_ABICALLS_{NO,YES} instead of ABICALLS_{NO,YES}.

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

30 years ago(stdio.h): Don't add protos for vprintf, vfprintf, vsprintf.
rms [Sat, 6 Nov 1993 01:34:55 +0000 (01:34 +0000)]
(stdio.h): Don't add protos for vprintf, vfprintf, vsprintf.

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

30 years ago(decrement_and_branch_until_zero): Add missing `return'.
tege [Sat, 6 Nov 1993 01:32:21 +0000 (01:32 +0000)]
(decrement_and_branch_until_zero): Add missing `return'.

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

30 years ago(safe_write): Return right away after safe_write.
rms [Fri, 5 Nov 1993 21:56:18 +0000 (21:56 +0000)]
(safe_write): Return right away after safe_write.

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

30 years ago(NO_IMPLICIT_EXTERN_C): Define.
rms [Fri, 5 Nov 1993 21:51:44 +0000 (21:51 +0000)]
(NO_IMPLICIT_EXTERN_C): Define.

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

30 years ago(safe_read, safe_write): Handle EINTR.
rms [Fri, 5 Nov 1993 21:43:08 +0000 (21:43 +0000)]
(safe_read, safe_write): Handle EINTR.

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

30 years ago(compare_strings): Check for null pointers.
rms [Fri, 5 Nov 1993 20:32:06 +0000 (20:32 +0000)]
(compare_strings): Check for null pointers.

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

30 years ago(objc_read_string): Allocate string properly.
rms [Fri, 5 Nov 1993 20:31:48 +0000 (20:31 +0000)]
(objc_read_string): Allocate string properly.

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

30 years ago(ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Use
rms [Fri, 5 Nov 1993 20:27:25 +0000 (20:27 +0000)]
(ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Use
REAL_ARITHMETIC macros including hex for special values.

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

30 years ago(fix-header, gen-protos): Link with HOST_LIBS.
rms [Fri, 5 Nov 1993 16:15:33 +0000 (16:15 +0000)]
(fix-header, gen-protos): Link with HOST_LIBS.
Depend on HOST_LIBDEPS.

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

30 years ago(LIB_SPEC): Handle -msvr4.
rms [Fri, 5 Nov 1993 12:31:30 +0000 (12:31 +0000)]
(LIB_SPEC): Handle -msvr4.
(GPLUSPLUS_INCLUDE_DIR): Definition and #undef deleted.

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

30 years ago(main): Handle NO_IMPLICIT_EXTERN_C.
rms [Fri, 5 Nov 1993 11:12:43 +0000 (11:12 +0000)]
(main): Handle NO_IMPLICIT_EXTERN_C.

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

30 years ago(RTX_COST): Return actual costs for multiplication, not costs for
tege [Fri, 5 Nov 1993 08:10:05 +0000 (08:10 +0000)]
(RTX_COST): Return actual costs for multiplication, not costs for
theoretical special cases that are not handled in the md.

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

30 years agoDon't scan sub-directories whose names end in CC
rms [Fri, 5 Nov 1993 07:51:14 +0000 (07:51 +0000)]
Don't scan sub-directories whose names end in CC
or contain ++ - these are probably C++ directories.

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

30 years ago(expand_inline_function): Handle CONCAT as rtl for parm.
rms [Fri, 5 Nov 1993 06:57:43 +0000 (06:57 +0000)]
(expand_inline_function): Handle CONCAT as rtl for parm.
(copy_rtx_and_substitute): For subreg, handle case where the reg
inside turns into a CONCAT.

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

30 years ago(gen_highpart): If arg is function value hard reg,
rms [Fri, 5 Nov 1993 06:56:12 +0000 (06:56 +0000)]
(gen_highpart): If arg is function value hard reg,
return a subreg of it (as in gen_lowpart_common).

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

30 years agoComment change.
rms [Fri, 5 Nov 1993 06:49:53 +0000 (06:49 +0000)]
Comment change.

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

30 years ago(expand_call): Discard __ prefix like _ or __x.
rms [Fri, 5 Nov 1993 06:41:10 +0000 (06:41 +0000)]
(expand_call): Discard __ prefix like _ or __x.

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

30 years ago(strength_reduce): Ignore initial value if it is the wrong mode.
kenner [Fri, 5 Nov 1993 00:05:02 +0000 (00:05 +0000)]
(strength_reduce): Ignore initial value if it is the wrong mode.
(record_initial): Don't ignore any set of the register.

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

30 years ago(movdf): Don't have reload choose alternative of loading a constant
kenner [Fri, 5 Nov 1993 00:02:52 +0000 (00:02 +0000)]
(movdf): Don't have reload choose alternative of loading a constant
into a GPR.

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

30 years ago(find_reloads, case 'o'): A pseudo is not always an offsettable memref.
kenner [Fri, 5 Nov 1993 00:00:08 +0000 (00:00 +0000)]
(find_reloads, case 'o'): A pseudo is not always an offsettable memref.
(find_reloads): If we reload a constant into a register via memory, count it
as two reloads.

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

30 years ago(expand_inline_function): Don't call
rms [Thu, 4 Nov 1993 23:12:17 +0000 (23:12 +0000)]
(expand_inline_function): Don't call
push_temp_slots, free_temp_slots, and pop_temp_slots when handling
parameters, because they might end up in a temp slot.

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

30 years agoInitial revision
kenner [Thu, 4 Nov 1993 20:00:34 +0000 (20:00 +0000)]
Initial revision

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

30 years ago(finish_enum): Undo previous change.
rms [Thu, 4 Nov 1993 19:39:42 +0000 (19:39 +0000)]
(finish_enum): Undo previous change.

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

30 years ago(finish_enum): Always make an enum signed if it will fit.
rms [Thu, 4 Nov 1993 19:38:34 +0000 (19:38 +0000)]
(finish_enum): Always make an enum signed if it will fit.

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

30 years ago(expand_function_start): If not optimizing, ensure we mark context
kenner [Thu, 4 Nov 1993 18:29:59 +0000 (18:29 +0000)]
(expand_function_start): If not optimizing, ensure we mark context
display regs as live for the entire function.

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

30 years ago(assemble_variable): Set DECL_IN_TEXT_SECTION somewhat earlier.
rms [Thu, 4 Nov 1993 18:21:23 +0000 (18:21 +0000)]
(assemble_variable): Set DECL_IN_TEXT_SECTION somewhat earlier.

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

30 years ago(cse_insn): Call `invalidate' also for STRICT_LOW_PART and
rms [Thu, 4 Nov 1993 08:30:30 +0000 (08:30 +0000)]
(cse_insn):  Call `invalidate' also for STRICT_LOW_PART and
ZERO_EXTRACT (three places).
(invalidate_from_clobbers): Likewise (two places).
(cse_around_loop): Likewise.
(invalidate_skipped_set): Likewise.
(cse_set_around_loop): Likewise.

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

30 years ago(DECL_IN_TEXT_SECTION): New macro.
rms [Thu, 4 Nov 1993 08:22:18 +0000 (08:22 +0000)]
(DECL_IN_TEXT_SECTION): New macro.

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

30 years ago(assemble_variable): Set DECL_IN_TEXT_SECTION.
rms [Thu, 4 Nov 1993 08:21:53 +0000 (08:21 +0000)]
(assemble_variable): Set DECL_IN_TEXT_SECTION.

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

30 years ago(dbxout_symbol_location): Test DECL_IN_TEXT_SECTION.
rms [Thu, 4 Nov 1993 08:21:35 +0000 (08:21 +0000)]
(dbxout_symbol_location): Test DECL_IN_TEXT_SECTION.

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

30 years ago(build_function_call): Initialize fundecl to 0.
rms [Thu, 4 Nov 1993 05:00:24 +0000 (05:00 +0000)]
(build_function_call): Initialize fundecl to 0.

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

30 years ago(output_move_double): More of previous change.
rms [Wed, 3 Nov 1993 21:18:49 +0000 (21:18 +0000)]
(output_move_double): More of previous change.

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

30 years ago(output_move_double): Fix up the test for overlap
rms [Wed, 3 Nov 1993 21:16:16 +0000 (21:16 +0000)]
(output_move_double): Fix up the test for overlap
of source address with operands[0].

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

30 years ago(REGISTER_MOVE_COST): Decrease cost for move from
tege [Wed, 3 Nov 1993 21:09:55 +0000 (21:09 +0000)]
(REGISTER_MOVE_COST): Decrease cost for move from
SHIFT_REGS to avoid regclass overflow.

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

30 years ago(regclass): Consider commutativity even when
rms [Wed, 3 Nov 1993 20:36:59 +0000 (20:36 +0000)]
(regclass): Consider commutativity even when
one arg is a constant.

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

30 years ago(expand_divmod): Use target as copy_to_suggested_reg
rms [Wed, 3 Nov 1993 20:24:18 +0000 (20:24 +0000)]
(expand_divmod): Use target as copy_to_suggested_reg
argument only if it has the same mode as op0.

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

30 years ago(safe_write, safe_read): Really use arg DESC.
rms [Wed, 3 Nov 1993 20:11:16 +0000 (20:11 +0000)]
(safe_write, safe_read): Really use arg DESC.

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

30 years ago(safe_read): New function.
rms [Wed, 3 Nov 1993 20:09:56 +0000 (20:09 +0000)]
(safe_read): New function.
(main, finclude, check_precompiled): Use safe_read.

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

30 years ago(check_format_info): Make warning nicer for mismatch of int vs long, etc.
rms [Wed, 3 Nov 1993 20:09:12 +0000 (20:09 +0000)]
(check_format_info): Make warning nicer for mismatch of int vs long, etc.
Don't warn if field width is an unsigned int.

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

30 years ago(exit): Fix declaration of _exit.
rms [Wed, 3 Nov 1993 20:08:08 +0000 (20:08 +0000)]
(exit): Fix declaration of _exit.

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

30 years ago(dbxout_type): Print `-2' instead of `0037777777776'
rms [Wed, 3 Nov 1993 09:48:51 +0000 (09:48 +0000)]
(dbxout_type): Print `-2' instead of `0037777777776'
for an enumeration constant whose value is -2;
otherwise, GDB 4.11 rejects the type.

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

30 years agoMake more robust in two places.
bothner [Wed, 3 Nov 1993 08:14:02 +0000 (08:14 +0000)]
Make more robust in two places.

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

30 years ago(safe_read): New function.
rms [Tue, 2 Nov 1993 23:06:29 +0000 (23:06 +0000)]
(safe_read): New function.
(process_aux_info_file, edit_file): Use safe_read.

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

30 years ago(do_spec_1): Use spec_version for %v, not version_string.
rms [Tue, 2 Nov 1993 23:05:13 +0000 (23:05 +0000)]
(do_spec_1): Use spec_version for %v, not version_string.
Distinguish %v1 and %v2.
(default_compilers): For __GNUC_MINOR__, use %v2.
For __GNUC__ and __GNUG__, use %v1.

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

30 years agoDon't fix /**/ in X11 files; unnecessary
ian [Tue, 2 Nov 1993 19:33:52 +0000 (19:33 +0000)]
Don't fix /**/ in X11 files; unnecessary

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

30 years ago(sys/stat.h) Fix fchmod prototype, first arg is int, not char * [AIX 3.2.4].
rms [Tue, 2 Nov 1993 19:26:16 +0000 (19:26 +0000)]
(sys/stat.h) Fix fchmod prototype, first arg is int, not char * [AIX 3.2.4].
(rpc/svc.h): Avoid nested comments [Ultrix 4.3].
(stdio.h, stdlib.h): Fixed getopt prototypes to match POSIX.2
[DEC Alpha OSF/1 1.3].

Fix <sys/limits.h> like <limits.h>.

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

30 years ago(init_optabs): Function `ffs' takes `int', not mode that is
kenner [Tue, 2 Nov 1993 12:19:58 +0000 (12:19 +0000)]
(init_optabs): Function `ffs' takes `int', not mode that is
BITS_PER_WORD wide.

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

30 years ago(edit_file): Use safe_write.
rms [Tue, 2 Nov 1993 08:30:37 +0000 (08:30 +0000)]
(edit_file): Use safe_write.
(safe_write): New subroutine.

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

30 years agoInclude tconfig.h.
rms [Tue, 2 Nov 1993 07:53:45 +0000 (07:53 +0000)]
Include tconfig.h.

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

30 years agoUnquote 'f' in #define _IO. Fix elf.h like
rms [Tue, 2 Nov 1993 04:15:40 +0000 (04:15 +0000)]
Unquote 'f' in #define _IO.  Fix elf.h like
elf_abi.h.  For Irix 5.

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