Commit Graph

7061 Commits

Author SHA1 Message Date
Richard Kenner 54bd7fd4f6 Avoid #ifdef HARD_REG_SET.
From-SVN: r6974
1994-04-06 07:07:02 -04:00
Richard Kenner b0ceea8c6d (DEBUG_PRINT_REG): Fix printing of coprocessor regs in QImode.
From-SVN: r6973
1994-04-06 07:03:07 -04:00
Richard Kenner e9de0fec0f Round to multiple of sizeof(short) on sysV68.
From-SVN: r6972
1994-04-06 06:51:28 -04:00
Richard Kenner a9d8c4de57 (update_headers): Copy stStatic symbols from the old local symbol table to the...
(update_headers): Copy stStatic symbols from the old local symbol
table to the new local symbol table if they did not get added via
debugging psuedo ops.

From-SVN: r6971
1994-04-06 06:42:38 -04:00
Richard Kenner 2d0933a252 (output_function_prologue): pea/move: Fix typos.
asm_fprintf("add%.[wl] ...): Undo previous change.

From-SVN: r6970
1994-04-06 06:35:56 -04:00
Doug Evans a78a8d589e (process_command): Minor white space cleanups to last patch.
From-SVN: r6969
1994-04-06 00:07:56 +00:00
Doug Evans ea694f2d44 (process_command): Add "include" prefix for [blah/]stageN.
From-SVN: r6968
1994-04-06 00:04:56 +00:00
Jeff Law 5625b0521d pa-ghiux.h (LIB_SPEC): Link in /usr/lib/end.o
* pa-ghiux.h (LIB_SPEC): Link in /usr/lib/end.o
        * pa-ghpux.h, pa-hiux.h, pa-hpux.h (LIB_SPEC): Likewise.

From-SVN: r6967
1994-04-04 23:21:29 -06:00
Jim Wilson 9f27ca8bff (sdbout_begin_block): Don't output block for function level scope unless MIPS_DEBUGGING_INFO is defined.
(sdbout_begin_block): Don't output block for function
level scope unless MIPS_DEBUGGING_INFO is defined.
(sdbout_end_block): Likewise.  Add new parameter n for the block
number.

From-SVN: r6966
1994-04-04 14:39:19 -07:00
Jim Wilson bdbc824c46 (final_scan_insn): Pass new arg, block num, to sdbout_end_block.
From-SVN: r6965
1994-04-04 14:38:54 -07:00
Jim Wilson 0dd532dced (expand_call): If PCC_STATIC_STRUCT_RETURN defined, mark
function as addressable same time as we clear is_integrable.

From-SVN: r6964
1994-04-04 14:36:19 -07:00
Jason Merrill 2babb33b57 scan-types.sh: Use __WCHAR_TYPE__, __PTRDIFF_TYPE__, and __SIZE_TYPE__.
* scan-types.sh: Use __WCHAR_TYPE__, __PTRDIFF_TYPE__, and
        __SIZE_TYPE__.  Still deduce size_t so that it can be used for
        ssize_t if necessary.

From-SVN: r6963
1994-04-04 21:21:02 +00:00
Jason Merrill 3ff2f6ea9b * gstddef.h (wchar_t): Always define as __WCHAR_TYPE__.
From-SVN: r6962
1994-04-04 21:21:02 +00:00
Jason Merrill cf78b2a7bc Undefine __*_TYPE when preprocessing fixtmp.c
From-SVN: r6961
1994-04-04 21:21:02 +00:00
Jason Merrill 6c8ceeae0e fixincludes: Fix ptrdiff_t and wchar_t in system headers like we do size_t.
* fixincludes: Fix ptrdiff_t and wchar_t in system headers like we
        do size_t.

From-SVN: r6960
1994-04-04 21:21:02 +00:00
Jason Merrill f98e603e09 cccp.c (special_symbol, [...]): Output "__wchar_t" for C++.
* cccp.c (special_symbol, case T_WCHAR_TYPE): Output "__wchar_t"
        for C++.

From-SVN: r6959
1994-04-04 21:21:02 +00:00
Michael Meissner 4563275aa6 Correct -fpic ELF -pg code
From-SVN: r6958
1994-04-02 13:15:24 +00:00
Jason Merrill b6083bc9f8 Add missing fns to required list for string.h
From-SVN: r6957
1994-04-01 22:36:00 +00:00
Jim Wilson 6b98c8f4db Modify all uses of __attribute__ mode to use new syntax.
From-SVN: r6956
1994-04-01 09:06:56 -08:00
Jim Wilson eea77e5fef (USER_H): Files in ginclude now. Add stdarg.h,
stddef.h, varargs.h.
(all.cross, rest.encap): Move LIBGCC after stmp-headers.  Add
objc-runtime, and SYSCALLS.c.X.
(for-bootstrap): Delete.
(OBJC, OBJECTIVE-C): Delete objc-runtime.
(proto): Delete SYSCALLS.c.X.
(*.o): Delete gvarargs.h dependencies.
(stmp-int-hdrs): Delete gvarargs.h, gstdarg.h, gstddef.h deps, and
code to copy them.

From-SVN: r6955
1994-03-31 22:19:45 -08:00
Jeff Law 2822d96ec1 pa.h (ASM_OUTPUT_LABEL): TARGET_GAS no longer needs trailing colons.
* pa.h (ASM_OUTPUT_LABEL): TARGET_GAS no longer needs trailing colons.
        (ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_COMMON): Likewise.

        * pa.h (TARGET_PORTABLE_RUNTIME): Define.
        (TARGET_SWITCHES): Add -mportable-runtime and -mno-portable-runtime.
        (CUMULATIVE_ARGS): Now a "struct hppa_args" rathern than an int.
        All references changed.
        (INIT_CUMULATIVE_ARGS): Also initialize nargs_prototype.
        (INIT_CUMULATIVE_INCOMING_ARGS): Define.
        (FUNCTION_ARG_ADVANCE): Decrement nargs_prototype for each arg seen.
        (FUNCTION_ARG): Handle TARGET_PORTABLE_RUNTIME.
        (ASM_DECLARE_FUNCTION_NAME): Explicitly disallow argument relocations
        for TARGET_PORTABLE_RUNTIME.
        (ASM_OUTPUT_INT): Do not use a P% prefix for function references
        if TARGET_PORTABLE_RUNTIME.

        * pa.md (high and lo_sum for function addresses): Provide alternate
        definitions for TARGET_PORTABLE_RUNTIME.

        * pa.c (output_arg_descriptor): Explicitly disallow argument
        relocations for TARGET_PORTABLE_RUNTIME.

From-SVN: r6954
1994-03-31 23:09:25 -07:00
Jim Wilson 7848c2783d Modify comments that refer to gvarargs.h and gstddef.h.
From-SVN: r6953
1994-03-31 21:59:59 -08:00
Jim Wilson 5560c9b3d7 Modify comment referring to gvarargs.h.
From-SVN: r6952
1994-03-31 21:58:23 -08:00
Jim Wilson 6bf56493b8 (libgcc2.a, stdarg.h): Delete rules.
From-SVN: r6951
1994-03-31 21:56:20 -08:00
Jim Wilson 9cfda00055 (CPP_PREDEFINES): Update GCC_NEW_VARARGS comment.
From-SVN: r6950
1994-03-31 21:54:43 -08:00
Jim Wilson 39d05dae1b (pcfinclude): Modify comment referring to gstddef.h.
From-SVN: r6949
1994-03-31 21:52:18 -08:00
Jim Wilson d2a1b32f57 Delete use of IN_GCC to control stddef.h/gstddef.h include.
From-SVN: r6948
1994-03-31 21:50:23 -08:00
Jim Wilson dd96f41cc7 Change "gstddef.h" to <stddef.h>.
From-SVN: r6947
1994-03-31 21:45:49 -08:00
Jim Wilson cbd40acb39 Change "gstddef.h" to <stddef.h>. Change "gstdarg.h" to <stdarg.h>.
From-SVN: r6946
1994-03-31 21:44:11 -08:00
Jim Wilson c2ab36e655 Change "gstddef.h" to <stddef.h>. Change "gstdarg.h" to <stdarg.h>.
From-SVN: r6945
1994-03-31 21:33:24 -08:00
Jim Wilson cb55fc67b7 Change "gstdarg.h" to <stdarg.h>.
From-SVN: r6944
1994-03-31 21:31:21 -08:00
Jim Wilson 8717efcef1 Change "gstddef.h" to <stddef.h>.
From-SVN: r6943
1994-03-31 21:28:27 -08:00
Jim Wilson f62a12d07d Change "gstdarg.h" to <stdarg.h> and "gvarargs.h" to <varargs.h>.
From-SVN: r6942
1994-03-31 21:25:31 -08:00
Jim Wilson 367ac69d7e Change "gstddef.h" to <stddef.h>.
From-SVN: r6941
1994-03-31 21:23:12 -08:00
Jim Wilson c1758a9cde Change <gvarargs.h> to <varargs.h>.
From-SVN: r6940
1994-03-31 21:17:26 -08:00
Jim Wilson ea236c904b (SPARC_STACK_ALIGN): Use ~7 not 0xfffffff8 for portability.
From-SVN: r6939
1994-03-31 19:01:00 -08:00
Jim Wilson 117323d441 (DBX_OUTPUT_MAIN_SOURCE_FILENAME): Disable.
From-SVN: r6938
1994-03-31 18:58:11 -08:00
Jim Wilson 2fdd0d6b62 (INIT_SECTION_ASM_OP): Don't set the alloc flag.
({CTORS,DTORS}_SECTION_ASM_OP): Set execinstr flag.

From-SVN: r6937
1994-03-31 18:56:15 -08:00
Jim Wilson 210e5f2df7 Delete ifdefed out section defining *_SECTION_ASM_OP macros.
({CTORS,DTORS}_SECTION_ASM_OP) Delete definitions.

From-SVN: r6936
1994-03-31 18:55:55 -08:00
Jim Wilson e8fca6ce38 (dbxout_type): Re-enable debugging output for anonymous structures.
(dbxout_type): Re-enable debugging output for anonymous
structures.  Change all three places that refer to xrefs to use
exactly the same condition.

From-SVN: r6935
1994-03-31 18:40:16 -08:00
Jim Wilson 45ce961e2f (pop_init_level): Correct typo in use of tree_int_cst_sgn.
From-SVN: r6934
1994-03-31 16:53:32 -08:00
Jim Wilson 9b190d1c88 (addsi3_internal): Don't output subtract.
(subsi3_internal): Don't output add.
(smulsi3_highpart, umulsi3_highpart): Add missing third operand to
mips_move_1word call.

From-SVN: r6933
1994-03-31 16:48:54 -08:00
Jim Wilson 850980198a (mips_rtx_classify, md_register_operand,
fpsw_register_operand, cmp2_op, uns_cmp_op, fcmp_op): Delete.
(mips_const_double_ok, mips_fill_delay_slot, output_block_move,
print_operand, function_epilogue): Don't treat gas differently
than native assembler.
(equality_op, cmp_op): Delete use of classify_op.
(override_options): Delete uses of mips_rtx_classify.
(final_prescan_insn): Simplify based on other changes.

From-SVN: r6932
1994-03-31 16:48:24 -08:00
Jim Wilson 9a863c83a4 (mips_rtx_classify, cmp2_op, fcmp_op,
fpsw_register_operand, md_register_operand, uns_cmp_op,
classify_op, additive_op, divmod_op, unsigned_op, CLASS_*_OP,
NOTICE_UPDATE_CC): Delete.
(RTX_COSTS): Use different numbers for R3000/R6000/R4000.
(REGISTER_MOVE_COST): Use cost of 2 within same register class, 4
for FP to GR copy, 6 otherwise.
(ADJUST_COST): Give anti and output dependencies zero cost.
(PREDICATE_CODES): Delete obsolete functions from list.

From-SVN: r6931
1994-03-31 16:47:52 -08:00
Ian Lance Taylor 4a3b7dbedd Change R/S 6000 macros to use new mnemonics under -mnew-mnemonics
From-SVN: r6930
1994-03-31 17:10:42 +00:00
Richard Kenner 255cf280a5 (reload): Fix typo in previous change.
From-SVN: r6929
1994-03-30 20:36:58 -05:00
Richard Kenner a5d54cc570 (standard_68881_constant_p): Return 0 if NO_ASM_FMOVECR defined.
From-SVN: r6928
1994-03-30 17:37:08 -05:00
Richard Kenner ffc991ac54 (NO_ASM_FMOVECR): Defined.
From-SVN: r6927
1994-03-30 17:36:47 -05:00
Richard Kenner 1ed37bfd37 (FUNCTION_PROLOGUE): use __GLOBAL_OFFSET_TABLE_, not _GLOBAL_OFFSET_TABLE_.
(LEGITIMATE_CONSTANT_P, LEGITIMATE_PIC_OPERAND_P): Use
LEGITIMATE_PIC_OPERAND_P, not LEGITIMATE_CONSTANT_P,
to set current_function_uses_pic_offset_table.
(INDIRECTABLE_1_ADDRESS_P): Baseregisters are not legal
for {LABEL,SYMBOL}_REFS when emitting pic.
(GO_IF_INDEXABLE_ADDRESS): INDIRECTABLE_1_ADDRESSes are indexable too.

From-SVN: r6926
1994-03-30 17:30:32 -05:00
Richard Kenner 4fa6668b45 (global_symbolic_reference_mentioned_p): New parameter F.
(print_operand_address): When generating pic baseregisters are only
allowed if offset is CONST_INT. For {SYMBOL,LABEL}_REF a indexregister
has to be used instead. (sb) is no longer emitted for constant
absolute addresses.  (output_move_double): Use CONSTANT_P instead of
CONSTANT_ADDRESS_P.

From-SVN: r6925
1994-03-30 17:30:05 -05:00