OSDN Git Service

pf3gnuchains/gcc-fork.git
28 years ago * sparc/sparc.c (sparc_cpu_string): Delete.
dje [Thu, 22 Feb 1996 02:49:00 +0000 (02:49 +0000)]
* sparc/sparc.c (sparc_cpu_string): Delete.
(sparc_select): New global.
(sparc_override_options): Handle -mtune=xxx.

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

28 years ago * sparc/sparc.h (enum processor_type): Declare.
dje [Thu, 22 Feb 1996 02:47:54 +0000 (02:47 +0000)]
* sparc/sparc.h (enum processor_type): Declare.
(sparc_cpu_attr): Define.
(TARGET_OPTIONS): Add -mtune=.
(sparc_select): Declare.
(sparc_cpu_string): Delete.
(FIRST_PSEUDO_REGISTER): Set to 100.
({FIXED,CALL_USED}_REGISTERS): Merge !v9/v9 cases.
(CONDITIONAL_REGISTER_USAGE): Mark %g5 as fixed if !v9.
Mark %g1 as fixed if v9.  Fix v9-only regs if !v9.
Mark fp{16..47} as call-saved if v9.
(enum reg_class): Merge !v9/v9 cases.
(REG_CLASS_NAMES,REG_CLASS_CONTENTS,REGNO_REG_CLASS): Likewise.
(REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER,LEAF_REGISTERS): Likewise.
(FP_REG_CLASS_P,SPARC_REGISTER_NAMES): Likewise.
(REG_CLASS_FROM_LETTER): Test TARGET_V9 at runtime.

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

28 years ago(consttable_end): Delete call to text_section.
dje [Thu, 22 Feb 1996 00:56:13 +0000 (00:56 +0000)]
(consttable_end): Delete call to text_section.
(align_4): Delete call to readonly_data_section.

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

28 years ago(demangle_template): Initialize is_bool. Correctly
merrill [Wed, 21 Feb 1996 19:28:20 +0000 (19:28 +0000)]
(demangle_template): Initialize is_bool.  Correctly
|        handle 0 as a pointer value parameter.

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

28 years ago(decl_function_context): Do decl_function_context right for
merrill [Wed, 21 Feb 1996 19:12:32 +0000 (19:12 +0000)]
(decl_function_context): Do decl_function_context right for
|       function-local classes.

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

28 years ago * c-typeck.c (initializer_constant_valid_p): Don't dereference
law [Wed, 21 Feb 1996 17:44:20 +0000 (17:44 +0000)]
    * c-typeck.c (initializer_constant_valid_p): Don't dereference
        a null pointer on partial structure initialization.

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

28 years agoremove verbatim symbol test
edelsohn [Wed, 21 Feb 1996 16:46:19 +0000 (16:46 +0000)]
remove verbatim symbol test

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

28 years agoremove verbatim symbol test for section descriptors of externals
edelsohn [Wed, 21 Feb 1996 16:43:24 +0000 (16:43 +0000)]
remove verbatim symbol test for section descriptors of externals

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

28 years ago(validate_else): Don't loop given `#endif /'.
eggert [Wed, 21 Feb 1996 03:55:32 +0000 (03:55 +0000)]
(validate_else): Don't loop given `#endif /'.
Handle multiple adjacent backslash-newlines correctly.
Accept a new parameter LIMIT to specify end of input;
this prevents confusion when the input contains '\0' characters.

(collect_expansion): Fix off-by-1 error when searching for `*/'
at end of a comment used for traditional token concatenation.

(macarg1): Fix off-by-1 error when skipping past `*/'
at end of comment.

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

28 years ago(twice unrolled GO_IF_HARD_REG_EQUAL): Add missing \.
dje [Tue, 20 Feb 1996 21:12:15 +0000 (21:12 +0000)]
(twice unrolled GO_IF_HARD_REG_EQUAL): Add missing \.

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

28 years ago82nd Cygnus<->FSF merge
mrs [Tue, 20 Feb 1996 20:35:10 +0000 (20:35 +0000)]
82nd Cygnus<->FSF merge

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

28 years ago * pa.h (DBX_CONTIN_LENGTH): Define to 4000 characters.
law [Tue, 20 Feb 1996 19:22:49 +0000 (19:22 +0000)]
    * pa.h (DBX_CONTIN_LENGTH): Define to 4000 characters.

        * pa.c (hppa_expand_epilogue): Always emit a blockage insn
        before cutting back the stack.

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

28 years ago(sparc_override_options): Error if -mcpu=v9 and v9 support not compiled in.
dje [Tue, 20 Feb 1996 05:37:36 +0000 (05:37 +0000)]
(sparc_override_options): Error if -mcpu=v9 and v9 support not compiled in.

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

28 years ago(CPP_PREDEFINES): Delete __GCC_NEW_VARARGS__.
dje [Tue, 20 Feb 1996 05:23:04 +0000 (05:23 +0000)]
(CPP_PREDEFINES): Delete __GCC_NEW_VARARGS__.
Add -Acpu(sparc) -Amachine(sparc).

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

28 years ago__sparc_v9__ renamed to __arch64__
dje [Tue, 20 Feb 1996 01:01:20 +0000 (01:01 +0000)]
__sparc_v9__ renamed to __arch64__

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

28 years ago(nonlocal_goto): No longer need USE of %o0.
kenner [Tue, 20 Feb 1996 00:19:52 +0000 (00:19 +0000)]
(nonlocal_goto): No longer need USE of %o0.
(goto_handler_and_restore): Show uses %o0.

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

28 years ago * sparc/sysv4.h (ASM_SPEC): Add %(asm_cpu).
dje [Tue, 20 Feb 1996 00:18:41 +0000 (00:18 +0000)]
* sparc/sysv4.h (ASM_SPEC): Add %(asm_cpu).

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

28 years ago * sparc/sparc.md (cpu attr): Add all cpu variants.
dje [Tue, 20 Feb 1996 00:17:54 +0000 (00:17 +0000)]
* sparc/sparc.md (cpu attr): Add all cpu variants.
(negtf2,negdf2,abstf2,absdf2): Use isa attr, not arch attr in
determining insn lengths.

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

28 years ago * sparc/sparc.h (TARGET_SWITCHES): Add -m{,no-}impure-text.
dje [Tue, 20 Feb 1996 00:17:04 +0000 (00:17 +0000)]
* sparc/sparc.h (TARGET_SWITCHES): Add -m{,no-}impure-text.
(MASK_IMPURE_TEXT, TARGET_IMPURE_TEXT): Define.
(LINK_SPEC): Only add `-assert pure-text' if -mimpure-text wasn't used.

* sparc/sparc.h (TARGET_CPU_sparc{,let,lite,64}): Define.
({CPP,ASM}_DEFAULT_SPEC): Set from TARGET_CPU_foo.
(SPARC_ARCH64 CPP_PREDEFINES): Define __arch64__.
(CPP_SPEC): Add %(cpp_cpu).
(CPP_CPU_SPEC): Define.
(CC1_SPEC): Convert -m<cpu> to -mcpu=<cpu>.
(ASM_SPEC): Add %(asm_cpu).
(ASM_CPU_SPEC): Define.
(EXTRA_SPECS,SUBTARGET_EXTRA_SPECS): Define.
(OVERRIDE_OPTIONS): Call SUBTARGET_OVERRIDE_OPTIONS after
sparc_override_options.
({MASK,TARGET}_SUPERSPARC): Delete.
({MASK,TARGET}_SPARCLET): Define.
(MASK_ISA): Renamed from MASK_CPUS.
({MASK,TARGET}_FRW): Delete.
(TARGET_SWITCHES): Delete no-{v8,sparclite}.
(sparc_cpu,sparc_cpu_string): Declare.
({SUB,}TARGET_OPTIONS): Define.
(FIXED_REGISTERS): Add definitions for sparc64 in 32 bit mode.
(CONDITIONAL_REGISTER_USAGE): Don't set fixed_regs[234] if sparc64.
Don't set call_used_regs[48..80] for sparc64 in 32 bit mode.
Don't clobber fixed_regs[234] if -ffixed- was passed.
(FRAME_POINTER_REQUIRED,INITIAL_FRAME_POINTER_OFFSET,
BASE_{INCOMING_ARG,OUTGOING_VALUE}_REG,INCOMING_REGNO,OUTGOING_REGNO,
FUNCTION_{PROLOGUE,EPILOGUE},DELAY_SLOTS_FOR_EPILOGUE): TARGET_FRW
renamed to TARGET_FLAT.
(ADJUST_COST): Change test for supersparc.

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

28 years agoUpdate copyright.
dje [Tue, 20 Feb 1996 00:15:02 +0000 (00:15 +0000)]
Update copyright.

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

28 years ago * sparc/sparc.c (sparc_cpu_string,sparc_cpu): New globals.
dje [Tue, 20 Feb 1996 00:14:03 +0000 (00:14 +0000)]
* sparc/sparc.c (sparc_cpu_string,sparc_cpu): New globals.
(sparc_override_options): Set ISA and CPU from sparc_cpu_string.
Delete tests for v9 switches if not v9.

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

28 years ago * sparc/sp64-elf.h (TARGET_DEFAULT): Add MASK_APP_REGS.
dje [Tue, 20 Feb 1996 00:12:28 +0000 (00:12 +0000)]
* sparc/sp64-elf.h (TARGET_DEFAULT): Add MASK_APP_REGS.
  (CPP_PREDEFINES): Define __arch64__.

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

28 years ago * sparc/sp64-aout.h: #include aoutos.h.
dje [Tue, 20 Feb 1996 00:11:32 +0000 (00:11 +0000)]
* sparc/sp64-aout.h: #include aoutos.h.
(TARGET_DEFAULT): Add MASK_APP_REGS.
(JUMP_TABLES_IN_TEXT_SECTION,READONLY_DATA_SECTION): Delete.

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

28 years ago * sparc/sol2.h (CPP_SPEC): Use %(cpp_cpu).
dje [Tue, 20 Feb 1996 00:10:42 +0000 (00:10 +0000)]
* sparc/sol2.h (CPP_SPEC): Use %(cpp_cpu).
(ASM_SPEC): Likewise.
(ASM_{DEFAULT,CPU}_SPEC): Use Solaris syntax for sparc64.

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

28 years ago * sparc/lite.h: #include aoutos.h.
dje [Tue, 20 Feb 1996 00:08:09 +0000 (00:08 +0000)]
* sparc/lite.h: #include aoutos.h.
(TARGET_DEFAULT): Use MASK_FOO values.

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

28 years ago(force_to_mode, case IOR): Fix typo in commuting IOR and LSHIFTRT.
kenner [Tue, 20 Feb 1996 00:02:54 +0000 (00:02 +0000)]
(force_to_mode, case IOR): Fix typo in commuting IOR and LSHIFTRT.

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

28 years ago * sparc/t-sparcbare (MULTILIB_*): -mv8 renamed to -mcpu=v8.
dje [Mon, 19 Feb 1996 23:56:30 +0000 (23:56 +0000)]
* sparc/t-sparcbare (MULTILIB_*): -mv8 renamed to -mcpu=v8.

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

28 years ago * sparc/t-sparclite (MULTILIB_*): Delete msoft-float and mno-flat,
dje [Mon, 19 Feb 1996 23:55:03 +0000 (23:55 +0000)]
* sparc/t-sparclite (MULTILIB_*): Delete msoft-float and mno-flat,
they're the defaults.  Add -mcpu=f934 as synonym for -mfpu.

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

28 years agoupdate movdf and movsf splits for 64-bits
edelsohn [Mon, 19 Feb 1996 22:45:01 +0000 (22:45 +0000)]
update movdf and movsf splits for 64-bits

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

28 years agoremove operand_subword from easy_fp_const
edelsohn [Mon, 19 Feb 1996 22:27:14 +0000 (22:27 +0000)]
remove operand_subword from easy_fp_const
support DImode const in TOC

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

28 years agoadd AIX assembler doubleword integer syntax
edelsohn [Mon, 19 Feb 1996 22:26:19 +0000 (22:26 +0000)]
add AIX assembler doubleword integer syntax

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

28 years ago(SWITCH_TAKES_ARG): Restore -R.
dje [Mon, 19 Feb 1996 18:37:21 +0000 (18:37 +0000)]
(SWITCH_TAKES_ARG): Restore -R.

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

28 years ago(EXTRA_CC_MODES, EXTRA_CC_NAMES): Add CC_Zmode.
erich [Mon, 19 Feb 1996 17:50:20 +0000 (17:50 +0000)]
(EXTRA_CC_MODES, EXTRA_CC_NAMES): Add CC_Zmode.
(SELECT_CC_MODE): return CC_Zmode if the operand is QImode.  Allow LT
and GE comparisons in CC_NOOVmode.
(PREDICATE_CODES): add offsettable_memory_operand and
alignable_memory_operand.

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

28 years ago(*zeroextract[qs]i_compare0_scratch): Use const_int_operand
erich [Mon, 19 Feb 1996 17:50:20 +0000 (17:50 +0000)]
(*zeroextract[qs]i_compare0_scratch): Use const_int_operand
for operands 1 and 2.
(split patterns for aligned memory half-word operations): New patterns.
(movhi): Handle memory accesses where the alignment is known in a more
efficient manner.
(*compareqi_eq0): Use CC_Zmode.

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

28 years ago(offsettable_memory_operand): New function.
erich [Mon, 19 Feb 1996 17:50:20 +0000 (17:50 +0000)]
(offsettable_memory_operand): New function.
(alignable_memory_operand): New function.
(gen_rotated_half_load): New function.
(get_arm_condition_code): Extract the mode of the comparison and
use it to generate the correct return value.

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

28 years agofix typo in nor.
meissner [Mon, 19 Feb 1996 13:31:24 +0000 (13:31 +0000)]
fix typo in nor.

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

28 years agoUnroll hard register loops if <= 4*HOST_BITS_PER_WIDE_INT registers
meissner [Mon, 19 Feb 1996 13:23:44 +0000 (13:23 +0000)]
Unroll hard register loops if <= 4*HOST_BITS_PER_WIDE_INT registers

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

28 years ago(call_operand): If in REG, only reg 27 valid.
kenner [Mon, 19 Feb 1996 12:17:19 +0000 (12:17 +0000)]
(call_operand): If in REG, only reg 27 valid.

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

28 years ago(operand_subword): For 32-bit targets, return
erich [Mon, 19 Feb 1996 11:57:13 +0000 (11:57 +0000)]
(operand_subword): For 32-bit targets, return
the appropriate subword of extended precision CONST_DOUBLEs.

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

28 years agowarn_sign_compare
merrill [Mon, 19 Feb 1996 10:32:37 +0000 (10:32 +0000)]
warn_sign_compare

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

28 years agowarn_sign_compare
merrill [Mon, 19 Feb 1996 10:22:57 +0000 (10:22 +0000)]
warn_sign_compare

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

28 years ago(yylex, case '0'..'9','.'): For cases '0' and '1', check for single
kenner [Mon, 19 Feb 1996 02:13:37 +0000 (02:13 +0000)]
(yylex, case '0'..'9','.'): For cases '0' and '1', check for single
digit constant before resorting to general number processing.

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

28 years ago(const_umulsi3_highpart): Disable for TARGET_M68060.
kenner [Mon, 19 Feb 1996 02:06:13 +0000 (02:06 +0000)]
(const_umulsi3_highpart): Disable for TARGET_M68060.
(ftruncdf2, ftruncsf2, muldf3, mulsidi3): Likewise.
(smulsi3_highpart, umulsi3_highpart, umulsidi3): Likewise.

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

28 years ago(TARGET_68060): New macro.
kenner [Mon, 19 Feb 1996 02:05:45 +0000 (02:05 +0000)]
(TARGET_68060): New macro.
(TARGET_SWITCHES): Add -m68060.

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

28 years ago(DBX_NO_XREFS): Removed.
kenner [Mon, 19 Feb 1996 00:29:36 +0000 (00:29 +0000)]
(DBX_NO_XREFS): Removed.

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

28 years agoInstall latest version of last patch.
kenner [Mon, 19 Feb 1996 00:26:39 +0000 (00:26 +0000)]
Install latest version of last patch.

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

28 years agoFix typo in comments.
kenner [Sun, 18 Feb 1996 18:44:00 +0000 (18:44 +0000)]
Fix typo in comments.

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

28 years ago(check_format_info): Warn about `L' if -pedantic.
kenner [Sun, 18 Feb 1996 18:29:45 +0000 (18:29 +0000)]
(check_format_info): Warn about `L' if -pedantic.

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

28 years ago* c-typeck.c (convert_for_assignment):
eggert [Fri, 16 Feb 1996 20:13:23 +0000 (20:13 +0000)]
* c-typeck.c (convert_for_assignment):
Bring back conversion to union without a cast,
undoing the Jan 16 change, but with the following differences:

* The union must have the transparent_union attribute.
* The conversion must be for a function argument.
* Warn consistently about such conversions if pedantic.
* Do not warn about an assignment incompatibility for one union member
  if another union member is compatible with no warning.

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

28 years ago(ix86_expand_binary_operator): Allow for operand1 of MINUS to be CONST_INT
coxs [Fri, 16 Feb 1996 16:59:27 +0000 (16:59 +0000)]
(ix86_expand_binary_operator): Allow for operand1 of MINUS to be CONST_INT

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

28 years ago(OPTIMIZATION_OPTIONS): call optimization_options
coxs [Fri, 16 Feb 1996 16:51:26 +0000 (16:51 +0000)]
(OPTIMIZATION_OPTIONS): call optimization_options

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

28 years ago(WCHAR_TYPE, WCHAR_TYPE_SIZE): Use short unsigned int.
kenner [Fri, 16 Feb 1996 13:39:42 +0000 (13:39 +0000)]
(WCHAR_TYPE, WCHAR_TYPE_SIZE): Use short unsigned int.

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

28 years agoDon't include alpha.h.
kenner [Fri, 16 Feb 1996 13:39:20 +0000 (13:39 +0000)]
Don't include alpha.h.
(WCHAR_TYPE, WCHAR_TYPE_SIZE): Use short unsigned int.

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

28 years ago(WCHAR_TYPE, WCHAR_TYPE_SIZE): Use unsigned int.
kenner [Fri, 16 Feb 1996 13:38:40 +0000 (13:38 +0000)]
(WCHAR_TYPE, WCHAR_TYPE_SIZE): Use unsigned int.

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

28 years agoDon't include a29k-udi.h.
kenner [Fri, 16 Feb 1996 13:37:51 +0000 (13:37 +0000)]
Don't include a29k-udi.h.

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

28 years agoDon't include a29k.h.
kenner [Fri, 16 Feb 1996 13:37:30 +0000 (13:37 +0000)]
Don't include a29k.h.

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

28 years agoRenamed from a29k-udi.h.
kenner [Fri, 16 Feb 1996 13:36:43 +0000 (13:36 +0000)]
Renamed from a29k-udi.h.
Don't include a29k.h or dbxcoff.h.

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

28 years agoRound size to 16 byte alignment
meissner [Fri, 16 Feb 1996 00:01:21 +0000 (00:01 +0000)]
Round size to 16 byte alignment

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

28 years agoFix alloca on NT
meissner [Thu, 15 Feb 1996 23:35:34 +0000 (23:35 +0000)]
Fix alloca on NT

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

28 years ago(save_for_inline_copying): Allocate reg_map with size
wilson [Thu, 15 Feb 1996 21:48:26 +0000 (21:48 +0000)]
(save_for_inline_copying): Allocate reg_map with size
based on regno_pointer_flag_length instead of max_reg+1.

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

28 years ago(rpc/types.h): Remove spurios "ls" command.
kenner [Thu, 15 Feb 1996 13:27:48 +0000 (13:27 +0000)]
(rpc/types.h): Remove spurios "ls" command.

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

28 years ago(eliminate_regs, case USE): If using a register that is source of
kenner [Thu, 15 Feb 1996 12:53:26 +0000 (12:53 +0000)]
(eliminate_regs, case USE): If using a register that is source of
elimination, show can't be eliminated.

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

28 years ago(expand_builtin, case BUILT_IN_SETJMP): Shows clobbers FP and all
kenner [Thu, 15 Feb 1996 12:48:12 +0000 (12:48 +0000)]
(expand_builtin, case BUILT_IN_SETJMP): Shows clobbers FP and all
caller-save registers.
Set current_function_has_nonlocal_goto.

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

28 years agoappend / to AIX import path if not present
edelsohn [Wed, 14 Feb 1996 19:35:33 +0000 (19:35 +0000)]
append / to AIX import path if not present

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

28 years agofix_truncdfsi2 SUBREG and movdi HOST_BITS_PER_WIDE_INT test
edelsohn [Wed, 14 Feb 1996 18:45:05 +0000 (18:45 +0000)]
fix_truncdfsi2 SUBREG and movdi HOST_BITS_PER_WIDE_INT test

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

28 years agoUse HOST_WIDE_INT, not long long
meissner [Wed, 14 Feb 1996 14:07:05 +0000 (14:07 +0000)]
Use HOST_WIDE_INT, not long long

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

28 years ago* expr.c (store_constructor): Fix flow control thinko (merge error).
bothner [Wed, 14 Feb 1996 00:58:09 +0000 (00:58 +0000)]
* expr.c (store_constructor):  Fix flow control thinko (merge error).
* expr.c (store_constructor):  Pass correct value to recursive call.

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

28 years ago * expr.c (expand_expr, case TARGET_EXPR): We must always store
mrs [Tue, 13 Feb 1996 23:46:51 +0000 (23:46 +0000)]
   * expr.c (expand_expr, case TARGET_EXPR): We must always store
       into the allocated slot for TAREGT_EXPRs.

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

28 years ago(memory.h): Fix it also on sysV68.
kenner [Tue, 13 Feb 1996 23:26:57 +0000 (23:26 +0000)]
(memory.h): Fix it also on sysV68.

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

28 years ago#include flags.h
kenner [Tue, 13 Feb 1996 23:19:26 +0000 (23:19 +0000)]
#include flags.h
(output_function_prologue, function_epilogue): Remove declarations
of call_used_regs and frame_pointer_needed.

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

28 years ago(overflow_warning): Fix typo in warning message.
kenner [Tue, 13 Feb 1996 23:16:06 +0000 (23:16 +0000)]
(overflow_warning): Fix typo in warning message.

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

28 years ago(convert_move): Fix typo in extendqfh2 case.
kenner [Tue, 13 Feb 1996 23:11:23 +0000 (23:11 +0000)]
(convert_move): Fix typo in extendqfh2 case.

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

28 years ago(SWITCH_TAKES_ARG): Use DEFAULT_SWITCH_TAKES_ARG.
kenner [Tue, 13 Feb 1996 22:58:57 +0000 (22:58 +0000)]
(SWITCH_TAKES_ARG): Use DEFAULT_SWITCH_TAKES_ARG.

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

28 years ago(DEFAULT_SWITCH_TAKES_ARG): New macro, from SWITCH_TAKES_ARG.
kenner [Tue, 13 Feb 1996 22:55:17 +0000 (22:55 +0000)]
(DEFAULT_SWITCH_TAKES_ARG): New macro, from SWITCH_TAKES_ARG.
(SWITCH_TAKES_ARG): Use it.

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

28 years ago(finish_decl): TREE_ASM_WRITTEN says if duplicate_decls modified
kenner [Tue, 13 Feb 1996 22:47:16 +0000 (22:47 +0000)]
(finish_decl): TREE_ASM_WRITTEN says if duplicate_decls modified
declaration to match an outside file scope declaration.

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

28 years ago(save_constants_in_decl_trees): New function.
wilson [Tue, 13 Feb 1996 22:43:08 +0000 (22:43 +0000)]
(save_constants_in_decl_trees): New function.
(save_for_inline_copying, save_for_inline_nocopy): Call it.

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

28 years ago(reload): Make some non-group code no longer conditional on
kenner [Tue, 13 Feb 1996 22:40:08 +0000 (22:40 +0000)]
(reload): Make some non-group code no longer conditional on
SMALL_REGISTER_CLASSES.

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

28 years ago(ASM_OUTPUT_ADDR_DIFF_ELT): Remove.
kenner [Tue, 13 Feb 1996 22:30:36 +0000 (22:30 +0000)]
(ASM_OUTPUT_ADDR_DIFF_ELT): Remove.

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

28 years ago(expand_end_case): Don't use ADDR_DIFF_VEC for PIC if
kenner [Tue, 13 Feb 1996 22:29:17 +0000 (22:29 +0000)]
(expand_end_case): Don't use ADDR_DIFF_VEC for PIC if
ASM_OUTPUT_ADDR_DIFF_ELT is not defined.

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

28 years agoCygwin32 support; Make eabi update stack first before doing stores in prolog
meissner [Tue, 13 Feb 1996 19:19:40 +0000 (19:19 +0000)]
Cygwin32 support; Make eabi update stack first before doing stores in prolog

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

28 years ago(store_constructor_field): Only call change_address if
wilson [Tue, 13 Feb 1996 18:28:57 +0000 (18:28 +0000)]
(store_constructor_field): Only call change_address if
bitpos is nonzero.

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

28 years ago(CPP_SPEC): Add '-trigraphs' because IBM's h files contain them.
kenner [Tue, 13 Feb 1996 13:20:56 +0000 (13:20 +0000)]
(CPP_SPEC): Add '-trigraphs' because IBM's h files contain them.

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

28 years ago(bc_pushcase): Fix precedence error.
kenner [Tue, 13 Feb 1996 13:17:39 +0000 (13:17 +0000)]
(bc_pushcase): Fix precedence error.

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

28 years ago(emit_reload_insns): Fix precedence errors.
kenner [Tue, 13 Feb 1996 13:17:02 +0000 (13:17 +0000)]
(emit_reload_insns): Fix precedence errors.

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

28 years ago(record_reg_life_pat): Fix precedence error.
kenner [Tue, 13 Feb 1996 13:16:30 +0000 (13:16 +0000)]
(record_reg_life_pat): Fix precedence error.

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

28 years ago(jump_optimize): Fix potential infinite loop.
kenner [Tue, 13 Feb 1996 13:15:42 +0000 (13:15 +0000)]
(jump_optimize): Fix potential infinite loop.

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

28 years ago(gen_lowpart): Could return without a value.
kenner [Tue, 13 Feb 1996 13:14:58 +0000 (13:14 +0000)]
(gen_lowpart): Could return without a value.

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

28 years ago(force_to_mode, num_sign_bit_copies, simplify_comparison): Fix
kenner [Tue, 13 Feb 1996 13:14:11 +0000 (13:14 +0000)]
(force_to_mode, num_sign_bit_copies, simplify_comparison): Fix
precedence errors.

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

28 years ago(quality_type prototype): Typo, rename as qualify_type.
kenner [Tue, 13 Feb 1996 13:13:14 +0000 (13:13 +0000)]
(quality_type prototype): Typo, rename as qualify_type.
(build_binary_op): Fix precedence error.

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

28 years ago(rest_of_compilation): Also set RTX_INTEGRATED_P when
merrill [Tue, 13 Feb 1996 04:20:49 +0000 (04:20 +0000)]
(rest_of_compilation): Also set RTX_INTEGRATED_P when
        we aren't going to emit the inline just yet.

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

28 years ago(INLINE_REGNO_POINTER_FLAG, INLINE_REGNO_POINTER_ALIGN):
wilson [Tue, 13 Feb 1996 02:30:39 +0000 (02:30 +0000)]
(INLINE_REGNO_POINTER_FLAG, INLINE_REGNO_POINTER_ALIGN):
Add one to array index.

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

28 years agoInitial revision
kenner [Tue, 13 Feb 1996 01:55:35 +0000 (01:55 +0000)]
Initial revision

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

28 years ago(STARTFILE_SPEC): Add crtbeginS.o if -shared.
kenner [Tue, 13 Feb 1996 01:55:24 +0000 (01:55 +0000)]
(STARTFILE_SPEC): Add crtbeginS.o if -shared.
(CC1_SPEC): New.
(LIB_SPEC): Remove %{mieee-fp:-lieee}; use -lc_p for -profile.

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

28 years ago(CC1, LIB_SPEC): Deleted.
kenner [Tue, 13 Feb 1996 01:55:05 +0000 (01:55 +0000)]
(CC1, LIB_SPEC): Deleted.

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

28 years agoDefine __GCC_FLOAT_NOT_NEEEDED.
kenner [Tue, 13 Feb 1996 01:41:35 +0000 (01:41 +0000)]
Define __GCC_FLOAT_NOT_NEEEDED.

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

28 years ago(TCFLAGS): New variable.
kenner [Tue, 13 Feb 1996 01:41:12 +0000 (01:41 +0000)]
(TCFLAGS): New variable.
(GCC_CFLAGS): Add $(TCFLAGS).
(LIBGCC2_CFLAGS): Add -D for __GCC_FLOAT_NOT_NEEDED.
(libgcc1-test): Remove -nostdlib.
(float.h-cross): Don't give error #ifdef __GCC_FLOAT_NOT_NEEDED.

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

28 years ago(STARTFILE_SPEC): Make gcc find crt0.o, not loader.
kenner [Tue, 13 Feb 1996 01:39:45 +0000 (01:39 +0000)]
(STARTFILE_SPEC): Make gcc find crt0.o, not loader.
(LIB_SPEC): Remove /usr/lib.

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

28 years agoInitial revision
kenner [Tue, 13 Feb 1996 01:39:02 +0000 (01:39 +0000)]
Initial revision

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

28 years ago(XCFLAGS{,_NODEBUG}): Remove $(SHLIB).
kenner [Tue, 13 Feb 1996 01:38:52 +0000 (01:38 +0000)]
(XCFLAGS{,_NODEBUG}): Remove $(SHLIB).
(XCFLAGS): New variable.
(libdir, mandir, bindir): Delete.

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

28 years ago(add_1_to_mem): Corrected.
kenner [Mon, 12 Feb 1996 23:43:48 +0000 (23:43 +0000)]
(add_1_to_mem): Corrected.

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