]> gcc.gnu.org Git - gcc.git/log
gcc.git
31 years ago(TOOLDIR_PREFIX): Define if not defined.
Richard Stallman [Sat, 2 Jan 1993 09:53:53 +0000 (09:53 +0000)]
(TOOLDIR_PREFIX): Define if not defined.

(tooldir_prefix, tooldir_base_prefix): New variables.
(main): Set tooldir_prefix.  Add it (plus `bin' or `lib') to search paths.

From-SVN: r3057

31 years ago(STARTFILE_SPEC): Removed -L"TOOLDIR"/lib.
Richard Stallman [Sat, 2 Jan 1993 09:51:39 +0000 (09:51 +0000)]
(STARTFILE_SPEC): Removed -L"TOOLDIR"/lib.

From-SVN: r3056

31 years ago(cccp.o, protoize.o, unprotoize.o):
Richard Stallman [Sat, 2 Jan 1993 09:05:01 +0000 (09:05 +0000)]
(cccp.o, protoize.o, unprotoize.o):

Define TOOL_INCLUDE_DIR as $(tooldir)/include.
(test-protoize-simple): Define TOOL_INCLUDE_DIR as 0.

From-SVN: r3055

31 years ago(default_include): Look directly in TOOL_INCLUDE_DIR.
Richard Stallman [Sat, 2 Jan 1993 09:03:50 +0000 (09:03 +0000)]
(default_include): Look directly in TOOL_INCLUDE_DIR.

From-SVN: r3054

31 years ago(REAL_LD_NAME): New variable.
Richard Stallman [Sat, 2 Jan 1993 08:33:03 +0000 (08:33 +0000)]
(REAL_LD_NAME): New variable.

(collect2.o): Don't need STANDARD_STARTFILE_PREFIX, etc.
(install-cross-tools): Use REAL_LD_NAME instead of `ld' when linking
files from tooldir to libsubdir.

From-SVN: r3053

31 years ago(main): Look for `real-ld' after `gld', before `ld'.
Richard Stallman [Sat, 2 Jan 1993 08:32:09 +0000 (08:32 +0000)]
(main): Look for `real-ld' after `gld', before `ld'.

Fix typo in -debug part of previous change.

Look for tools using paths rather than a single prefix.
(struct prefix_list, struct path_prefix): New structures.
(cpath, path): New variables.
(find_a_file, add_prefix): New functions; simplified versions of
functions from gcc.c.
(prefix_from_env): New function.
(main): Get path to search for binaries from COMPILER_PATH
environment variable always set by gcc.c and from PATH.
Qualify names with target machine in cross-environment unless
using compiler directories.
Use find_a_file to find our binaries.
Remove use of single prefix.
If -debug, print strip_file_name.
(fork_execute): Print program we are trying to execute if -debug and
we can't find the file.
(scan_prog_file): Complain if can't find nm.

From-SVN: r3052

31 years ago(stmt, FOR case): Do call position_after_white_space
Richard Stallman [Sat, 2 Jan 1993 04:27:50 +0000 (04:27 +0000)]
(stmt, FOR case): Do call position_after_white_space
after recording the current lineno for the increment.

From-SVN: r3051

31 years ago(dbxout_symbol, TYPE_DECL case): Don't output tag which
Jim Wilson [Sat, 2 Jan 1993 00:50:19 +0000 (16:50 -0800)]
(dbxout_symbol, TYPE_DECL case): Don't output tag which
references incomplete type.

From-SVN: r3050

31 years ago(sunwindow/{win_cursor.h,win_lock.h}): Change invalid
Jim Wilson [Sat, 2 Jan 1993 00:48:41 +0000 (16:48 -0800)]
(sunwindow/{win_cursor.h,win_lock.h}): Change invalid
#ifdef identifier `ecd.cursor' to `ecd_cursor'.

From-SVN: r3049

31 years ago(build_binary_op): Add 'right' and 'left' to shift
Jim Wilson [Sat, 2 Jan 1993 00:44:24 +0000 (16:44 -0800)]
(build_binary_op): Add 'right' and 'left' to shift
count warnings to distinguish them from each other.

From-SVN: r3048

31 years ago(fixup_var_regs_insn): Update last_parm_insn when
Jim Wilson [Sat, 2 Jan 1993 00:41:53 +0000 (16:41 -0800)]
(fixup_var_regs_insn):  Update last_parm_insn when
insns are output after it to fix it up.

From-SVN: r3047

31 years ago(plain_type_1): Distinguish some C integer types by name.
Jim Wilson [Sat, 2 Jan 1993 00:39:33 +0000 (16:39 -0800)]
(plain_type_1): Distinguish some C integer types by name.

From-SVN: r3046

31 years ago(MAKEINFO): New variable, defined to `makeinfo'.
Jim Wilson [Sat, 2 Jan 1993 00:35:53 +0000 (16:35 -0800)]
(MAKEINFO): New variable, defined to `makeinfo'.

From-SVN: r3045

31 years ago(ASM_FILE_START): Switch to text section at end.
Richard Kenner [Fri, 1 Jan 1993 22:50:33 +0000 (17:50 -0500)]
(ASM_FILE_START): Switch to text section at end.

Output declaration for .mcount when profiling.

From-SVN: r3044

31 years agopa.md (movqi, [...]): Fix attributes which involve fp<->gr copies to match current...
Jeff Law [Fri, 1 Jan 1993 17:20:36 +0000 (10:20 -0700)]
pa.md (movqi, [...]): Fix attributes which involve fp<->gr copies to match current reality.

        * pa.md (movqi, movhi, movsi, movdi, movsf, movdf): Fix attributes
        which involve fp<->gr copies to match current reality.
        (indexed loads): These should have "load" attributes, not "move".

From-SVN: r3043

31 years agopa.md (movdf const_double): Fix lengths.
Jeff Law [Fri, 1 Jan 1993 17:19:41 +0000 (10:19 -0700)]
pa.md (movdf const_double): Fix lengths.

        * pa.md (movdf const_double): Fix lengths.
        (floatsisf patterns): Likewise.
        (floatsidf patterns): Likewise.

From-SVN: r3042

31 years agopa.c (output_floatsisf, [...]): Abort if presented with a general register -- this...
Jeff Law [Fri, 1 Jan 1993 17:19:34 +0000 (10:19 -0700)]
pa.c (output_floatsisf, [...]): Abort if presented with a general register -- this should not happen anymore.

        * pa.c (output_floatsisf, output_floatsidf): Abort if presented
        with a general register -- this should not happen anymore.

From-SVN: r3041

31 years agopa.h (REGISTER_MOVE_COST): Make moving between FP and non-FP register more expensive.
Jeff Law [Fri, 1 Jan 1993 17:17:26 +0000 (10:17 -0700)]
pa.h (REGISTER_MOVE_COST): Make moving between FP and non-FP register more expensive.

* pa.h (REGISTER_MOVE_COST): Make moving between FP and non-FP
register more expensive.

From-SVN: r3040

31 years ago* pa.h (TARGET_NO_BSS): Delete target switch. Delete all references.
Jeff Law [Fri, 1 Jan 1993 17:16:13 +0000 (10:16 -0700)]
* pa.h (TARGET_NO_BSS): Delete target switch.  Delete all references.

From-SVN: r3039

31 years agoUse m88k/m88k-move.sh
Tom Wood [Fri, 1 Jan 1993 12:39:21 +0000 (12:39 +0000)]
Use m88k/m88k-move.sh

From-SVN: r3038

31 years agoInclude files in m88k.
Tom Wood [Fri, 1 Jan 1993 12:38:34 +0000 (12:38 +0000)]
Include files in m88k.

From-SVN: r3037

31 years ago(sched_analyze_1, sched_analyze_2): If before reloading,
Jim Wilson [Thu, 31 Dec 1992 22:44:22 +0000 (14:44 -0800)]
(sched_analyze_1, sched_analyze_2): If before reloading,

record dependences that may be introduced by reload substituting
equivalents for pseudo registers.

From-SVN: r3036

31 years ago(sched_analyze_2): Use REG_NOTE_KIND not GET_MODE in add_dependence call.
Jim Wilson [Thu, 31 Dec 1992 22:42:35 +0000 (14:42 -0800)]
(sched_analyze_2): Use REG_NOTE_KIND not GET_MODE in add_dependence call.

(sched_analyze_insn): Likewise.

From-SVN: r3035

31 years ago(LIB_SPEC): When -a, include bb_link.o.
Jim Wilson [Thu, 31 Dec 1992 22:39:17 +0000 (14:39 -0800)]
(LIB_SPEC): When -a, include bb_link.o.

From-SVN: r3034

31 years ago(do_spec_1): Propagate failure from recursive calls.
Richard Stallman [Thu, 31 Dec 1992 22:38:58 +0000 (22:38 +0000)]
(do_spec_1): Propagate failure from recursive calls.

From-SVN: r3033

31 years ago(gmon.o, crt*.o): Change config to $(srcdir)/config.
Jim Wilson [Thu, 31 Dec 1992 22:34:56 +0000 (14:34 -0800)]
(gmon.o, crt*.o): Change config to $(srcdir)/config.

From-SVN: r3032

31 years ago(emit_reload_insns): Use gen_lowpart_common to change mode of reloadreg.
Jim Wilson [Thu, 31 Dec 1992 22:32:16 +0000 (14:32 -0800)]
(emit_reload_insns): Use gen_lowpart_common to change mode of reloadreg.

From-SVN: r3031

31 years ago(operands_match_p): For WORDS_BIG_ENDIAN machines,
Jim Wilson [Thu, 31 Dec 1992 22:31:24 +0000 (14:31 -0800)]
(operands_match_p): For WORDS_BIG_ENDIAN machines,

make multiple register operands equivalent if the last register of
the groups are the same.
(subst_reloads): Use gen_lowpart_common to change mode of
reloadreg.

From-SVN: r3030

31 years ago(gen_input_reload): Also handle PLUS of a MEM and CONSTANT specially.
Jim Wilson [Thu, 31 Dec 1992 22:28:54 +0000 (14:28 -0800)]
(gen_input_reload):  Also handle PLUS of a MEM and CONSTANT specially.

From-SVN: r3029

31 years ago(CPP_SPEC, CC1_SPEC, ASM_SPEC, LINK_SPEC,
Jim Wilson [Thu, 31 Dec 1992 22:27:02 +0000 (14:27 -0800)]
(CPP_SPEC, CC1_SPEC, ASM_SPEC, LINK_SPEC,

TARGET_SWITCHES): Delete support for non-existent CPU variations.
(ASM_SPEC, LINK_SPEC, TARGET_SWITCHES): Add support for -mlink-relax.
(SELECT_CC_MODE): Correct typo.

From-SVN: r3028

31 years ago(print_operand): For invalid operands, call
Jim Wilson [Thu, 31 Dec 1992 22:24:49 +0000 (14:24 -0800)]
(print_operand): For invalid operands, call
output_operand_lossage instead of aborting.

From-SVN: r3027

31 years ago(call_internal, call_value_internal): Use 'l' for
Jim Wilson [Thu, 31 Dec 1992 22:23:00 +0000 (14:23 -0800)]
(call_internal, call_value_internal): Use 'l' for
match_scratch constraint not 'd'.

From-SVN: r3026

31 years ago(assign_parms): Emit conversions into a sequence, and
Jim Wilson [Thu, 31 Dec 1992 22:21:06 +0000 (14:21 -0800)]
(assign_parms): Emit conversions into a sequence, and
then output the sequence after all parameters have been moved.

From-SVN: r3025

31 years ago(expand_binop): Correct indentation of doubleword multiply picture.
Jim Wilson [Thu, 31 Dec 1992 22:18:00 +0000 (14:18 -0800)]
(expand_binop): Correct indentation of doubleword multiply picture.

From-SVN: r3024

31 years ago(TARGET_SWITCHES): Have -msparclite also clear TARGET_FPU.
Jim Wilson [Thu, 31 Dec 1992 21:15:29 +0000 (13:15 -0800)]
(TARGET_SWITCHES): Have -msparclite also clear TARGET_FPU.

From-SVN: r3023

31 years agoDefine away __extension__ if compiled by GCC v1.
Jim Wilson [Thu, 31 Dec 1992 21:12:34 +0000 (13:12 -0800)]
Define away __extension__ if compiled by GCC v1.

From-SVN: r3022

31 years ago(L_builtin_new): Change to L_op_new.
Jim Wilson [Thu, 31 Dec 1992 21:10:50 +0000 (13:10 -0800)]
(L_builtin_new): Change to L_op_new.

(L_builtin_new): Change to L_op_new.  Use new style
definition for __builtin_new.
(L_caps_New): Change to L_new_handler.  Delete unused function
builtin_vec_new.
(L_builtin_del): Change to L_op_delete.  Delete vfp declaration.
Use new style definition for __builtin_delete.  Delete unused
function __builtin_vec_delete.

From-SVN: r3021

31 years ago(LIB2FUNCS): Change _builtin_new to _op_new.
Jim Wilson [Thu, 31 Dec 1992 21:10:22 +0000 (13:10 -0800)]
(LIB2FUNCS): Change _builtin_new to _op_new.

(LIB2FUNCS): Change _builtin_new to _op_new.  Change
_caps_New to _new_handler.  Change _buildin_del to _op_delete.

From-SVN: r3020

31 years ago(TARGET_SWITCHES): -m68030 does not imply -m68881.
Jim Wilson [Thu, 31 Dec 1992 21:07:59 +0000 (13:07 -0800)]
(TARGET_SWITCHES): -m68030 does not imply -m68881.

From-SVN: r3019

31 years ago(input_from_pipe): New variable.
Jim Wilson [Thu, 31 Dec 1992 21:05:40 +0000 (13:05 -0800)]
(input_from_pipe): New variable.

(do_spec): Set/clear input_from_pipe as appropriate.  Translate %|
to "-" if input_from_pipe is true.

From-SVN: r3018

31 years ago(ASM_SPEC): Use %|.
Jim Wilson [Thu, 31 Dec 1992 21:05:07 +0000 (13:05 -0800)]
(ASM_SPEC): Use %|.

From-SVN: r3017

31 years ago(strict_low_part_peephole_ok): New function.
Jim Wilson [Thu, 31 Dec 1992 20:56:04 +0000 (12:56 -0800)]
(strict_low_part_peephole_ok): New function.

From-SVN: r3016

31 years agoAdd peephole to eliminate unecessary clear instructions
Jim Wilson [Thu, 31 Dec 1992 20:55:33 +0000 (12:55 -0800)]
Add peephole to eliminate unecessary clear instructions
in strict_low_part insn sequences.

From-SVN: r3015

31 years ago(copy_loop_body...
Jim Wilson [Thu, 31 Dec 1992 20:47:49 +0000 (12:47 -0800)]
(copy_loop_body...

(copy_loop_body, JUMP_INSN case): Do map the body of
the loop branch back, then rewrite it to jump past the end of the
unrolled loop.

From-SVN: r3014

31 years ago(pushdecl): Check TREE_PUBLIC in addition to
Jim Wilson [Thu, 31 Dec 1992 20:44:20 +0000 (12:44 -0800)]
(pushdecl): Check TREE_PUBLIC in addition to
DECL_EXTERNAL decls when looking for duplicate external declarations.

From-SVN: r3013

31 years ago(multiline_string_line): New file scope static variable.
Jim Wilson [Thu, 31 Dec 1992 20:42:07 +0000 (12:42 -0800)]
(multiline_string_line): New file scope static variable.

(rescan): Delete multiline_string_line variable definition.
(skip_quoted_string): Print start line number of unterminated
string and character constants.  When see a newline: warn if
pedantic; delete unreachable duplicate code for traditional case;
set multiline_string_line.

From-SVN: r3012

31 years agopa-hpux.h (LIB_SPEC): Fix so that one can link in profiled libraries under HPUX.
Jeff Law [Thu, 31 Dec 1992 16:11:11 +0000 (09:11 -0700)]
pa-hpux.h (LIB_SPEC): Fix so that one can link in profiled libraries under HPUX.

* pa-hpux.h (LIB_SPEC): Fix so that one can link in profiled
libraries under HPUX.
* pa-ghpux.h, pa-hpux7.h, pa-gux7.h (LIB_SPEC): Likewise.

From-SVN: r3011

31 years ago(OBJECT_FORMAT_COFF): Add definition.
Richard Kenner [Thu, 31 Dec 1992 13:56:12 +0000 (08:56 -0500)]
(OBJECT_FORMAT_COFF): Add definition.

From-SVN: r3010

31 years ago(REAL_NM_FILE_NAME): Delete from here.
Richard Kenner [Thu, 31 Dec 1992 13:52:40 +0000 (08:52 -0500)]
(REAL_NM_FILE_NAME): Delete from here.

From-SVN: r3009

31 years ago(REAL_NM_FILE_NAME): Put it here.
Richard Kenner [Thu, 31 Dec 1992 13:52:21 +0000 (08:52 -0500)]
(REAL_NM_FILE_NAME): Put it here.

From-SVN: r3008

31 years ago(layout_record): Avoid overflow in const_size by adding into var_size instead.
Richard Stallman [Thu, 31 Dec 1992 08:33:11 +0000 (08:33 +0000)]
(layout_record): Avoid overflow in const_size by adding into var_size instead.

From-SVN: r3007

31 years ago(build_index_type): Leave TYPE_MAX_VALUE as -1 if it was;
Richard Stallman [Thu, 31 Dec 1992 08:32:47 +0000 (08:32 +0000)]
(build_index_type): Leave TYPE_MAX_VALUE as -1 if it was;

don't truncate the high bits.

(size_in_bytes): Call force_fit_type with end result.
(int_size_in_bytes): Avoid overflow as long as result fits.
Return type is now unsigned int.

From-SVN: r3006

31 years ago(distdir): New target broken out from gcc.xtar.
Richard Stallman [Thu, 31 Dec 1992 06:54:03 +0000 (06:54 +0000)]
(distdir): New target broken out from gcc.xtar.

Depend on $(srcdir)/INSTALL.
(gcc.xtar): Depend on distdir.
(doc): Delete dep $(srcdir)/INSTALL.

From-SVN: r3005

31 years ago(movsf,movdf): Change constraints to use integer regs for mem-mem copies.
James Van Artsdalen [Thu, 31 Dec 1992 06:22:03 +0000 (06:22 +0000)]
(movsf,movdf): Change constraints to use integer regs for mem-mem copies.

From-SVN: r3004

31 years ago(PREFERRED_RELOAD_CLASS): Don't reload CONST_DOUBLE into integer regs.
James Van Artsdalen [Thu, 31 Dec 1992 06:20:59 +0000 (06:20 +0000)]
(PREFERRED_RELOAD_CLASS): Don't reload CONST_DOUBLE into integer regs.

From-SVN: r3003

31 years ago(output_fp_cc0_set): Abort if cc0 user not found.
James Van Artsdalen [Wed, 30 Dec 1992 22:18:12 +0000 (22:18 +0000)]
(output_fp_cc0_set): Abort if cc0 user not found.

From-SVN: r3002

31 years ago(delete_computation): reg_referenced_p wants body, not insn.
Richard Stallman [Wed, 30 Dec 1992 21:14:30 +0000 (21:14 +0000)]
(delete_computation): reg_referenced_p wants body, not insn.

From-SVN: r3001

31 years ago(setup_save_areas): Don't assign save area for a group if some
Richard Kenner [Wed, 30 Dec 1992 12:02:45 +0000 (07:02 -0500)]
(setup_save_areas): Don't assign save area for a group if some
register in the group has already been assigned an area.

From-SVN: r3000

31 years ago(expand_return): Handle TRUTH_XOR_EXPR.
Richard Kenner [Wed, 30 Dec 1992 11:51:18 +0000 (06:51 -0500)]
(expand_return): Handle TRUTH_XOR_EXPR.

From-SVN: r2999

31 years ago(build_binary_op): Handle TRUTH_XOR_EXPR.
Richard Kenner [Wed, 30 Dec 1992 11:14:08 +0000 (06:14 -0500)]
(build_binary_op): Handle TRUTH_XOR_EXPR.

From-SVN: r2998

31 years ago(invert_truthvalue, case TRUTH_XOR_EXPR): New case.
Richard Kenner [Wed, 30 Dec 1992 11:13:24 +0000 (06:13 -0500)]
(invert_truthvalue, case TRUTH_XOR_EXPR): New case.

(fold, case TRUTH_XOR_EXPR): New case.
(fold, case TRUTH_OR_EXPR, TRUTH_AND_EXPR): Check for second operand
of appropriate value to determine result whether or not first operand
is a constant.

From-SVN: r2997

31 years ago(c_sizeof, c_sizeof_nowarn, c_size_in_bytes): Call force_fit_type with
Richard Stallman [Wed, 30 Dec 1992 11:09:58 +0000 (11:09 +0000)]
(c_sizeof, c_sizeof_nowarn, c_size_in_bytes): Call force_fit_type with
end result.

From-SVN: r2996

31 years ago(const_binop): New arg NOTRUNC. All calls changed.
Richard Stallman [Wed, 30 Dec 1992 11:09:07 +0000 (11:09 +0000)]
(const_binop): New arg NOTRUNC.  All calls changed.

(size_binop): Pass 1 for NOTRUNC.
(force_fit_type): No longer static.

From-SVN: r2995

31 years ago(convert_to_integer): Handle TRUTH_XOR_EXPR.
Richard Kenner [Wed, 30 Dec 1992 11:02:43 +0000 (06:02 -0500)]
(convert_to_integer): Handle TRUTH_XOR_EXPR.

From-SVN: r2994

31 years ago(truthvalue_conversion): Handle TRUTH_XOR_EXPR.
Richard Kenner [Wed, 30 Dec 1992 11:01:57 +0000 (06:01 -0500)]
(truthvalue_conversion): Handle TRUTH_XOR_EXPR.

From-SVN: r2993

31 years ago(expand_expr, case TRUTH_XOR_EXPR): New case.
Richard Kenner [Wed, 30 Dec 1992 11:01:05 +0000 (06:01 -0500)]
(expand_expr, case TRUTH_XOR_EXPR): New case.

From-SVN: r2992

31 years ago(TRUTH_XOR_EXPR): New tree code.
Richard Kenner [Wed, 30 Dec 1992 11:00:39 +0000 (06:00 -0500)]
(TRUTH_XOR_EXPR): New tree code.

From-SVN: r2991

31 years ago(emit_reload_insns): Error instead of abort
Richard Stallman [Wed, 30 Dec 1992 07:29:06 +0000 (07:29 +0000)]
(emit_reload_insns): Error instead of abort
if an asm has a VOIDmode output operand.

From-SVN: r2990

31 years ago(push_reload): Move the NO_REGS abort after the error check for asms, to avoid crashi...
Richard Stallman [Wed, 30 Dec 1992 07:28:37 +0000 (07:28 +0000)]
(push_reload): Move the NO_REGS abort after the error check for asms, to avoid crashing for asms.

(push_reload): Move the NO_REGS abort after the
error check for asms, to avoid crashing for asms.
Fix inmode and outmode too, if they are VOID for an asm.

From-SVN: r2989

31 years agoChmod each copied file a+r.
Richard Stallman [Wed, 30 Dec 1992 07:19:45 +0000 (07:19 +0000)]
Chmod each copied file a+r.

From-SVN: r2988

31 years ago(expand_expr): In NOP_EXPR case, truncate and reextend integer constants.
Richard Stallman [Wed, 30 Dec 1992 07:08:14 +0000 (07:08 +0000)]
(expand_expr): In NOP_EXPR case, truncate and reextend integer constants.

From-SVN: r2987

31 years ago(extraclean): Quote the sharps.
Richard Stallman [Wed, 30 Dec 1992 06:48:57 +0000 (06:48 +0000)]
(extraclean): Quote the sharps.

From-SVN: r2986

31 years agoFix typo in last include change.
James Van Artsdalen [Wed, 30 Dec 1992 05:25:10 +0000 (05:25 +0000)]
Fix typo in last include change.

From-SVN: r2985

31 years ago(bit complement): Constrain inputs and outputs to match,
James Van Artsdalen [Wed, 30 Dec 1992 03:37:29 +0000 (03:37 +0000)]
(bit complement): Constrain inputs and outputs to match,

instead of using match_dup.
(zero_extract test): Reenable with separate patterns to match
QImode and SImode zero_extract.

From-SVN: r2984

31 years agoUse new file names for included 386 files.
James Van Artsdalen [Wed, 30 Dec 1992 03:25:14 +0000 (03:25 +0000)]
Use new file names for included 386 files.

From-SVN: r2979

31 years ago(gen_split): Initialize _val in generated function.
Richard Kenner [Tue, 29 Dec 1992 11:56:33 +0000 (06:56 -0500)]
(gen_split): Initialize _val in generated function.

From-SVN: r2978

31 years ago(make_definition): Pass NULL as 3rd arg to do_define.
Richard Stallman [Tue, 29 Dec 1992 07:28:26 +0000 (07:28 +0000)]
(make_definition): Pass NULL as 3rd arg to do_define.

From-SVN: r2977

31 years agoDefault to bsd for *-sequent.
Richard Stallman [Mon, 28 Dec 1992 19:57:15 +0000 (19:57 +0000)]
Default to bsd for *-sequent.

From-SVN: r2976

31 years agoAdd a few missing HOST_WIDE_INT casts.
Richard Kenner [Mon, 28 Dec 1992 12:44:42 +0000 (07:44 -0500)]
Add a few missing HOST_WIDE_INT casts.

Rename references to `significant' bits to be `nonzero' bits;
specifically the following, but also local vars and comments:
(reg_nonzero_bits): Renamed from reg_significant.
(nonzero_bits): Renamed from significant_bits.
(nonzero_sign_valid): Renamed from significant_valid.
(set_nonzero_bits_and_sign_copies): Renamed from set_significant.

From-SVN: r2975

31 years ago(build_indirect_ref): See volatility from flag_volatile.
Richard Kenner [Mon, 28 Dec 1992 11:10:05 +0000 (06:10 -0500)]
(build_indirect_ref): See volatility from flag_volatile.

From-SVN: r2974

31 years ago(get_inner_reference): Don't look at flag_volatile.
Richard Kenner [Mon, 28 Dec 1992 11:09:13 +0000 (06:09 -0500)]
(get_inner_reference): Don't look at flag_volatile.

(expand_expr, case INDIRECT_REF, OFFSET_REF): Likewise.

From-SVN: r2973

31 years ago(simplify_comparison, case NEG): Replace large block of code with
Richard Kenner [Mon, 28 Dec 1992 11:08:28 +0000 (06:08 -0500)]
(simplify_comparison, case NEG): Replace large block of code with
equivalent call to num_sign_bit_copies.

From-SVN: r2972

31 years ago(expand_shift): If rotating by a constant, try both directions of rotate...
Richard Kenner [Mon, 28 Dec 1992 11:07:52 +0000 (06:07 -0500)]
(expand_shift): If rotating by a constant, try both directions of rotate...

(expand_shift): If rotating by a constant, try both directions of
rotate; if can't open-code a rotate, do it as a pair of shifts
followed by an IOR.

From-SVN: r2971

31 years ago(fold, case BIT_IOR_EXPR): Convert the IOR of a pair of shifts into a
Richard Kenner [Mon, 28 Dec 1992 11:07:05 +0000 (06:07 -0500)]
(fold, case BIT_IOR_EXPR): Convert the IOR of a pair of shifts into a
rotate when it is equivalent.

From-SVN: r2970

31 years ago(OPTIMIZATION_OPTIONS): Delete; we don't want to set
Richard Kenner [Mon, 28 Dec 1992 11:04:58 +0000 (06:04 -0500)]
(OPTIMIZATION_OPTIONS): Delete; we don't want to set
-finline-functions for -O3 and this does nothing else useful.

From-SVN: r2969

31 years ago(gcc.o): Add $(MAYBE_TARGET_DEFAULT).
Richard Stallman [Mon, 28 Dec 1992 07:33:51 +0000 (07:33 +0000)]
(gcc.o): Add $(MAYBE_TARGET_DEFAULT).

From-SVN: r2968

31 years ago(CPP_SPEC): Define -D__i486__ if compile for i486.
Richard Stallman [Mon, 28 Dec 1992 07:33:39 +0000 (07:33 +0000)]
(CPP_SPEC): Define -D__i486__ if compile for i486.

(ASM_OUTPUT_ADDR_DIFF_ELT, JUMP_TABLES_IN_TEXT_SECTION):
Copy definitions from i386v4.h to get PIC code correct.
(FUNCTION_PROFILER): Copy definition from i386bsd.h.
(COMMENT_BEGIN, ASM_APP_ON, ASM_APP_OFF): Copy from i386bsd.h
to prepare for new GAS.

From-SVN: r2967

31 years ago386 configuration fdiles moved to new directory.
James Van Artsdalen [Mon, 28 Dec 1992 05:25:24 +0000 (05:25 +0000)]
386 configuration fdiles moved to new directory.

From-SVN: r2966

31 years ago(ASM_OUTPUT_DOUBLE_OPERAND): Delete spurious space after \.
Richard Stallman [Mon, 28 Dec 1992 04:31:52 +0000 (04:31 +0000)]
(ASM_OUTPUT_DOUBLE_OPERAND): Delete spurious space after \.

From-SVN: r2965

31 years agoRenamed from xm-i38v4.h.
James Van Artsdalen [Mon, 28 Dec 1992 02:30:13 +0000 (02:30 +0000)]
Renamed from xm-i38v4.h.

Use new file names for included 386 files.

From-SVN: r2964

31 years agoRenamed from xm-i386sco.h.
James Van Artsdalen [Mon, 28 Dec 1992 02:30:06 +0000 (02:30 +0000)]
Renamed from xm-i386sco.h.

Use new file names for included 386 files.

From-SVN: r2963

31 years agoRenamed from xm-i386isc.h.
James Van Artsdalen [Mon, 28 Dec 1992 02:30:02 +0000 (02:30 +0000)]
Renamed from xm-i386isc.h.

Use new file names for included 386 files.

From-SVN: r2962

31 years agoRenamed from xm-i386dos.h.
James Van Artsdalen [Mon, 28 Dec 1992 02:29:59 +0000 (02:29 +0000)]
Renamed from xm-i386dos.h.

Use new file names for included 386 files.

From-SVN: r2961

31 years agoRenamed from i386v4.h.
James Van Artsdalen [Mon, 28 Dec 1992 02:29:26 +0000 (02:29 +0000)]
Renamed from i386v4.h.

Use new file names for included 386 files.

From-SVN: r2952

31 years agoRenamed from i386v.h.
James Van Artsdalen [Mon, 28 Dec 1992 02:29:23 +0000 (02:29 +0000)]
Renamed from i386v.h.

Use new file names for included 386 files.

From-SVN: r2951

31 years agoUse new file names for included 386 files.
James Van Artsdalen [Mon, 28 Dec 1992 02:29:21 +0000 (02:29 +0000)]
Use new file names for included 386 files.

From-SVN: r2950

31 years agoRenamed from i386sun.h.
James Van Artsdalen [Mon, 28 Dec 1992 02:29:19 +0000 (02:29 +0000)]
Renamed from i386sun.h.

Use new file names for included 386 files.

From-SVN: r2949

31 years agoRenamed from seq386.h.
James Van Artsdalen [Mon, 28 Dec 1992 02:29:16 +0000 (02:29 +0000)]
Renamed from seq386.h.

Use new file names for included 386 files.

From-SVN: r2948

31 years agoRenamed from seq386gas.h.
James Van Artsdalen [Mon, 28 Dec 1992 02:29:15 +0000 (02:29 +0000)]
Renamed from seq386gas.h.

Use new file names for included 386 files.

From-SVN: r2947

31 years agoRenamed from i386sco4.h.
James Van Artsdalen [Mon, 28 Dec 1992 02:29:12 +0000 (02:29 +0000)]
Renamed from i386sco4.h.

Use new file names for included 386 files.

From-SVN: r2946

This page took 0.093441 seconds and 5 git commands to generate.