OSDN Git Service

pf3gnuchains/gcc-fork.git
29 years ago(sectname): Reverse Init and Normal.
kenner [Fri, 10 Mar 1995 10:58:28 +0000 (10:58 +0000)]
(sectname): Reverse Init and Normal.
(print_operand_address, case PLUS): Add case for LABEL_REF.
(print_operand_address, case LABEL_REF): Split fom SYMBOL_REF.
(print_operand_address, case CODE_LABEL): New case.
(ASM_FILE_END): Delete.

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

29 years ago(FUNCTION_EPILOGUE): Restore stack before freeing local vars.
kenner [Fri, 10 Mar 1995 10:50:02 +0000 (10:50 +0000)]
(FUNCTION_EPILOGUE): Restore stack before freeing local vars.
(DEFAULT_SIGNED_CHAR): Now 1.
(DATA_SECTION_ASM_OP): Use pseudo-op for read-only data (later copied).
(JUMP_TABLES_IN_TEXT_SECTION): Define.
(ASM_OUTPUT_ASCII): Split into multiple lines if long.
(ASM_OUTPUT_{CHAR,SHORT,INT,LONG_INT}): Split up.
(ASM_OUTPUT_COMMON): Call check_section.

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

29 years agoUpdate copyrights for files modified or added in 1995.
law [Fri, 10 Mar 1995 03:40:38 +0000 (03:40 +0000)]
Update copyrights for files modified or added in 1995.

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

29 years ago(decl_attributes): Handle prefix and suffix attributes the same way.
kenner [Fri, 10 Mar 1995 02:33:58 +0000 (02:33 +0000)]
(decl_attributes): Handle prefix and suffix attributes the same way.

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

29 years ago(fndef, nested_function): Pass prefix_attributes to start_function.
kenner [Fri, 10 Mar 1995 02:33:33 +0000 (02:33 +0000)]
(fndef, nested_function): Pass prefix_attributes to start_function.
(setspecs): Save prefix_attributes in declspec_stack.
(decl rules): Restore prefix_attributes along with current_declspecs.
(setattrs): Concatenate prefix_attributes to previous value.

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

29 years ago(build_module_descriptor, really_start_method): Pass new parm to
kenner [Fri, 10 Mar 1995 02:32:43 +0000 (02:32 +0000)]
(build_module_descriptor, really_start_method): Pass new parm to
start_function.

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

29 years ago(finish_file): Pass new parm to start_function.
kenner [Fri, 10 Mar 1995 02:31:51 +0000 (02:31 +0000)]
(finish_file): Pass new parm to start_function.

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

29 years ago(start_function): Add new parameter.
kenner [Fri, 10 Mar 1995 02:31:28 +0000 (02:31 +0000)]
(start_function): Add new parameter.

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

29 years ago(start_function): Handle new parameter ATTRIBUTES.
kenner [Fri, 10 Mar 1995 02:31:02 +0000 (02:31 +0000)]
(start_function): Handle new parameter ATTRIBUTES.

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

29 years ago(print_node): Fix typo in printing large INTEGER_CST.
kenner [Fri, 10 Mar 1995 01:40:49 +0000 (01:40 +0000)]
(print_node): Fix typo in printing large INTEGER_CST.

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

29 years ago(assemble_variable): Consistently use DECL_SIZE for everything.
kenner [Fri, 10 Mar 1995 01:37:06 +0000 (01:37 +0000)]
(assemble_variable): Consistently use DECL_SIZE for everything.

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

29 years agoFix -msoft-float on Power.
meissner [Thu, 9 Mar 1995 17:51:37 +0000 (17:51 +0000)]
Fix -msoft-float on Power.

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

29 years agoRemove last change.
kenner [Thu, 9 Mar 1995 14:36:16 +0000 (14:36 +0000)]
Remove last change.

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

29 years ago(convert_for_assignment): Fix typo in testing for pointer to function
kenner [Thu, 9 Mar 1995 14:00:50 +0000 (14:00 +0000)]
(convert_for_assignment): Fix typo in testing for pointer to function
type.

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

29 years ago(record_constant_1): Handle NON_LVALUE_EXPR.
kenner [Thu, 9 Mar 1995 13:51:20 +0000 (13:51 +0000)]
(record_constant_1): Handle NON_LVALUE_EXPR.
Rewrite to use switch instead of if/then/elseif/else.

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

29 years agoUpdate copyright dates.
kenner [Thu, 9 Mar 1995 11:45:13 +0000 (11:45 +0000)]
Update copyright dates.

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

29 years ago(do_include): Fix type typo: pcfbuflimit is char *, not int.
kenner [Wed, 8 Mar 1995 23:21:34 +0000 (23:21 +0000)]
(do_include): Fix type typo: pcfbuflimit is char *, not int.

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

29 years ago(force_fit_type): Always propagate OVERFLOW.
kenner [Wed, 8 Mar 1995 22:49:48 +0000 (22:49 +0000)]
(force_fit_type): Always propagate OVERFLOW.

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

29 years ago(gen_inline_header): Add new parm FORCED_LABELS.
kenner [Wed, 8 Mar 1995 22:30:20 +0000 (22:30 +0000)]
(gen_inline_header): Add new parm FORCED_LABELS.

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

29 years ago(initialize_for_inline, output_inline_function): Handle FORCED_LABELS.
kenner [Wed, 8 Mar 1995 22:29:43 +0000 (22:29 +0000)]
(initialize_for_inline, output_inline_function): Handle FORCED_LABELS.

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

29 years ago(FORCED_LABELS): New field; other fields adjusted.
kenner [Wed, 8 Mar 1995 22:29:20 +0000 (22:29 +0000)]
(FORCED_LABELS): New field; other fields adjusted.
(gen_inline_header_rtx): New parm FORCED_LABELS.

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

29 years ago(INLINE_HEADER): Add new "e" field.
kenner [Wed, 8 Mar 1995 22:28:34 +0000 (22:28 +0000)]
(INLINE_HEADER): Add new "e" field.

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

29 years agoMore typos
meissner [Wed, 8 Mar 1995 21:29:44 +0000 (21:29 +0000)]
More typos

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

29 years agoAdd -taso and -rpath to LINK_SPEC
merrill [Wed, 8 Mar 1995 18:40:51 +0000 (18:40 +0000)]
Add -taso and -rpath to LINK_SPEC

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

29 years agofix typo.
meissner [Wed, 8 Mar 1995 16:54:20 +0000 (16:54 +0000)]
fix typo.

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

29 years agoDefine _RELOCATABLE if -mrelocatable; Rewrite eabi.asm for use with -mrelocatable.
meissner [Wed, 8 Mar 1995 16:42:26 +0000 (16:42 +0000)]
Define _RELOCATABLE if -mrelocatable; Rewrite eabi.asm for use with -mrelocatable.

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

29 years agoDo not initialize the pointer variable __new_handler with an address.
meissner [Wed, 8 Mar 1995 15:21:52 +0000 (15:21 +0000)]
Do not initialize the pointer variable __new_handler with an address.

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

29 years agoAdd support for #pragma align
ian [Tue, 7 Mar 1995 22:34:39 +0000 (22:34 +0000)]
Add support for #pragma align

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

29 years ago(TARGET_VERSION): Define.
dje [Tue, 7 Mar 1995 17:16:54 +0000 (17:16 +0000)]
(TARGET_VERSION): Define.
(CPP_PREDEFINES): Delete sun, sparc, unix.  Delete OS assertions.
(ASM_SPEC): Define.
(LINK_SPEC): Delete solaris stuff, this is an embedded target.
(STARTFILE_SPEC, ENDFILE_SPEC): Define.

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

29 years ago(install-common): Fix typo in installation of gcc-cross.
dje [Tue, 7 Mar 1995 16:56:39 +0000 (16:56 +0000)]
(install-common): Fix typo in installation of gcc-cross.

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

29 years ago(install-common): Fix typo in installation of cpp.
dje [Mon, 6 Mar 1995 22:54:51 +0000 (22:54 +0000)]
(install-common): Fix typo in installation of cpp.

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

29 years ago * pa.md (movsicc): New expander.
law [Mon, 6 Mar 1995 07:29:33 +0000 (07:29 +0000)]
* pa.md (movsicc): New expander.

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

29 years agoUndo this patch, breaks libobjc builds.
dje [Sun, 5 Mar 1995 23:27:16 +0000 (23:27 +0000)]
Undo this patch, breaks libobjc builds.
* c-decl.c (pushdecl): When have a duplicate decl, and it is global,
delete lookup_name name in test for return.
(redeclaration_error_message): When newdecl is a block level
declaration, use lookup_name_current_level instead of DECL_CONTEXT.

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

29 years agoPass -mrelocatable to assembler if passed to compiler.
meissner [Fri, 3 Mar 1995 21:33:52 +0000 (21:33 +0000)]
Pass -mrelocatable to assembler if passed to compiler.

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

29 years agoHandle VxWorks typedef macros
ian [Fri, 3 Mar 1995 17:11:06 +0000 (17:11 +0000)]
Handle VxWorks typedef macros

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

29 years agoPatch some VxWorks header files
ian [Fri, 3 Mar 1995 17:10:48 +0000 (17:10 +0000)]
Patch some VxWorks header files

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

29 years ago(dump_single_macro): Fix typo: % wasn't properly doubled in printf
kenner [Fri, 3 Mar 1995 10:48:33 +0000 (10:48 +0000)]
(dump_single_macro): Fix typo: % wasn't properly doubled in printf
formats.

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

29 years agoUpdate CLEANUP_POINT_EXPR docs.
merrill [Fri, 3 Mar 1995 03:45:02 +0000 (03:45 +0000)]
Update CLEANUP_POINT_EXPR docs.

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

29 years ago(expand_expr, CLEANUP_POINT_EXPR): Force the operand out
merrill [Fri, 3 Mar 1995 03:45:02 +0000 (03:45 +0000)]
(expand_expr, CLEANUP_POINT_EXPR): Force the operand out
        of memory before running cleanups.

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

29 years agoFix formatting.
kenner [Fri, 3 Mar 1995 00:20:50 +0000 (00:20 +0000)]
Fix formatting.

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

29 years ago(rescan): Prevent accidental token-pasting to get !=, *=, /=, ==, or ^=.
kenner [Fri, 3 Mar 1995 00:15:06 +0000 (00:15 +0000)]
(rescan): Prevent accidental token-pasting to get !=, *=, /=, ==, or ^=.

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

29 years ago(ASM_OUTPUT_ADDR_DIFF_ELT): Fix typo in label name.
kenner [Fri, 3 Mar 1995 00:08:45 +0000 (00:08 +0000)]
(ASM_OUTPUT_ADDR_DIFF_ELT): Fix typo in label name.

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

29 years ago(build_binary_op): Avoid spurious warning
merrill [Thu, 2 Mar 1995 23:39:09 +0000 (23:39 +0000)]
(build_binary_op): Avoid spurious warning
|        comparing enumerator to unsigned variable.

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

29 years ago(sqrtsf2,sqrtdf2): Use fp precision specifiers.
kenner [Thu, 2 Mar 1995 23:18:24 +0000 (23:18 +0000)]
(sqrtsf2,sqrtdf2): Use fp precision specifiers.

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

29 years agoFix typo in last change.
kenner [Thu, 2 Mar 1995 23:13:29 +0000 (23:13 +0000)]
Fix typo in last change.

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

29 years ago(yylex, case !NOT_FLOAT): Remove previous change.
kenner [Thu, 2 Mar 1995 23:08:54 +0000 (23:08 +0000)]
(yylex, case !NOT_FLOAT): Remove previous change.

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

29 years agoUpdate shift/reduce conflict documentation.
kenner [Thu, 2 Mar 1995 20:51:00 +0000 (20:51 +0000)]
Update shift/reduce conflict documentation.

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

29 years ago(bootstrap*): Pass new STAGE_PREFIX to recursive makes.
kenner [Thu, 2 Mar 1995 20:26:39 +0000 (20:26 +0000)]
(bootstrap*): Pass new STAGE_PREFIX to recursive makes.

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

29 years agoRemove Feb 13's FUNCTION_NEEDS_STATIC_CHAIN changes.
bothner [Thu, 2 Mar 1995 03:40:59 +0000 (03:40 +0000)]
Remove Feb 13's FUNCTION_NEEDS_STATIC_CHAIN changes.

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

29 years agoRemove Feb 28's FUNCTION_NEEDS_STATIC_CHAIN changes.
bothner [Thu, 2 Mar 1995 03:33:25 +0000 (03:33 +0000)]
Remove Feb 28's FUNCTION_NEEDS_STATIC_CHAIN changes.

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

29 years agoMove -mrelocatable word before function prologue.
meissner [Thu, 2 Mar 1995 01:07:59 +0000 (01:07 +0000)]
Move -mrelocatable word before function prologue.

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

29 years agoDefine cpu/machine as powerpc, not rs6000
meissner [Thu, 2 Mar 1995 01:07:14 +0000 (01:07 +0000)]
Define cpu/machine as powerpc, not rs6000

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

29 years agoClone unwind_function for powerpc
meissner [Wed, 1 Mar 1995 20:30:14 +0000 (20:30 +0000)]
Clone unwind_function for powerpc

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

29 years agoAdd cpp predefines for VxWorks, and default to -mca
ian [Wed, 1 Mar 1995 19:54:15 +0000 (19:54 +0000)]
Add cpp predefines for VxWorks, and default to -mca

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

29 years agoAdd support for COFF style constructors
ian [Wed, 1 Mar 1995 19:54:01 +0000 (19:54 +0000)]
Add support for COFF style constructors

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

29 years agoSilence warnings on uminsi3, umaxsi3.
meissner [Wed, 1 Mar 1995 19:09:39 +0000 (19:09 +0000)]
Silence warnings on uminsi3, umaxsi3.

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

29 years ago(decode_field_reference): Don't check TREE_CODE of EXP; let
kenner [Wed, 1 Mar 1995 11:48:17 +0000 (11:48 +0000)]
(decode_field_reference): Don't check TREE_CODE of EXP; let
get_inner_reference decide if have reference.
Allow no bit reference if have AND_MASK.
(all_ones_mask_p): Use tree_int_cst_equal, not operand_equal_p.
(unextend): New function.
(fold_truthop): For constant cases, use new function, rework
conversion, and warn if comparison can never be true.

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

29 years ago(store_expr): Do conversion in two steps for promoted lhs.
kenner [Wed, 1 Mar 1995 11:39:01 +0000 (11:39 +0000)]
(store_expr): Do conversion in two steps for promoted lhs.

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

29 years ago* tree.c (staticp): Use FUNCTION_NEEDS_STATIC_CHAIN.
bothner [Tue, 28 Feb 1995 23:06:49 +0000 (23:06 +0000)]
* tree.c (staticp):  Use FUNCTION_NEEDS_STATIC_CHAIN.

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

29 years ago* function.c (lookup_static_chain): Check for a static chain
bothner [Tue, 28 Feb 1995 23:06:03 +0000 (23:06 +0000)]
* function.c (lookup_static_chain):  Check for a static chain
using FUNCTION_NEEDS_STATIC_CHAIN.
(init_function_start):  Set current_function_needs_context depending
on FUNCTION_NEEDS_STATIC_CHAIN rather than decl_function_context.

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

29 years ago* expr.c (expand_expr): If non-local variable is expanded,
bothner [Tue, 28 Feb 1995 23:05:01 +0000 (23:05 +0000)]
* expr.c (expand_expr):  If non-local variable is expanded,
set FUNCTION_NEEDS_STATIC_CHAIN (current_function_decl).
* expr.c (expand_expr case ADDR_EXPR):  Check for trampoline
using FUNCTION_NEEDS_STATIC_CHAIN, instead of decl_function_context.

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

29 years agoMore soft-float/powerpc patches.
meissner [Tue, 28 Feb 1995 22:16:31 +0000 (22:16 +0000)]
More soft-float/powerpc patches.

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

29 years agoCorrectly reload r30 if -mrelocatable
meissner [Tue, 28 Feb 1995 21:39:57 +0000 (21:39 +0000)]
Correctly reload r30 if -mrelocatable

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

29 years ago(rest_of_compilation): Defer output of static inlines
dje [Tue, 28 Feb 1995 19:46:31 +0000 (19:46 +0000)]
(rest_of_compilation): Defer output of static inlines
even if not optimizing, they may never be referenced.

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

29 years ago(do_include): Check for redundant file before opening in
dje [Mon, 27 Feb 1995 22:06:25 +0000 (22:06 +0000)]
(do_include): Check for redundant file before opening in
relative path case.  Don't call fstat unnecessarily.

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

29 years ago(muldi3_internal): Change dmul to dmult.
wilson [Mon, 27 Feb 1995 19:33:18 +0000 (19:33 +0000)]
(muldi3_internal): Change dmul to dmult.

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

29 years ago * pa.c (hppa_expand_prologue): Don't save the PIC register into
law [Mon, 27 Feb 1995 07:30:31 +0000 (07:30 +0000)]
    * pa.c (hppa_expand_prologue): Don't save the PIC register into
        the stack for functions which have no stack of their own.

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

29 years ago(ASM_SPEC): Macro removed.
roland [Mon, 27 Feb 1995 05:43:24 +0000 (05:43 +0000)]
(ASM_SPEC): Macro removed.

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

29 years ago(find_reloads_address): Fix typo in reg+const case.
dje [Mon, 27 Feb 1995 01:21:28 +0000 (01:21 +0000)]
(find_reloads_address): Fix typo in reg+const case.

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

29 years ago(Makefile): Delete config.run afterwards.
dje [Sat, 25 Feb 1995 15:18:34 +0000 (15:18 +0000)]
(Makefile): Delete config.run afterwards.
(disclean): Delete config.run.

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

29 years ago(print_search_dirs): New variable.
dje [Sat, 25 Feb 1995 15:16:38 +0000 (15:16 +0000)]
(print_search_dirs): New variable.
(build_search_list): New function.
(putenv_from_prefixes): Call it.
(option_map): New option --print-search-dirs.
(process_command): Handle it.
(main): Print installation directory and exec/startfile_prefixes if
--print-search-dirs given.

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

29 years ago(mips_fill_delay_slot): Fix typo in call to FP_REG_P.
kenner [Sat, 25 Feb 1995 13:42:37 +0000 (13:42 +0000)]
(mips_fill_delay_slot): Fix typo in call to FP_REG_P.

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

29 years ago(ASM_SPEC): Pass -pg to assembler.
kenner [Sat, 25 Feb 1995 13:36:33 +0000 (13:36 +0000)]
(ASM_SPEC): Pass -pg to assembler.
(FUNCTION_PROFILER): Do nothing; the assembler does it for us.

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

29 years ago(RTX_COSTS): Add cost of FFS.
kenner [Sat, 25 Feb 1995 13:07:46 +0000 (13:07 +0000)]
(RTX_COSTS): Add cost of FFS.

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

29 years ago(simplify_unary_operation): If operand mode is VOIDmode for
kenner [Sat, 25 Feb 1995 11:55:11 +0000 (11:55 +0000)]
(simplify_unary_operation): If operand mode is VOIDmode for
UNSIGNED_FLOAT and operand looks negative, can't simplify.

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

29 years agoRemove unneeded tests on HOST_BITS_PER_INT from some extra conditions.
kenner [Sat, 25 Feb 1995 11:52:06 +0000 (11:52 +0000)]
Remove unneeded tests on HOST_BITS_PER_INT from some extra conditions.
Use low_32_bit_operand for (plus:DI (zero_extend:DI ..) ..) cases.

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

29 years ago(PREDICATE_CODES): Add low_32_bit_operand.
kenner [Sat, 25 Feb 1995 11:51:41 +0000 (11:51 +0000)]
(PREDICATE_CODES): Add low_32_bit_operand.

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

29 years ago(low_32_bit_operand): New function.
kenner [Sat, 25 Feb 1995 11:51:17 +0000 (11:51 +0000)]
(low_32_bit_operand): New function.

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

29 years ago(POSIX): Define this macro.
roland [Sat, 25 Feb 1995 06:41:27 +0000 (06:41 +0000)]
(POSIX): Define this macro.

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

29 years ago(GNU_CPP_PREDEFINES): Add missing backslash.
roland [Sat, 25 Feb 1995 05:49:23 +0000 (05:49 +0000)]
(GNU_CPP_PREDEFINES): Add missing backslash.

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

29 years ago(relax_delay_slots): When searching for next CODE_LABEL,
wilson [Sat, 25 Feb 1995 02:40:03 +0000 (02:40 +0000)]
(relax_delay_slots): When searching for next CODE_LABEL,
use next_real_insn not next_active_insn.

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

29 years ago(va_end): Expand to a void expression instead of nothing.
wilson [Sat, 25 Feb 1995 02:35:35 +0000 (02:35 +0000)]
(va_end): Expand to a void expression instead of nothing.

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

29 years ago*** empty log message ***
wilson [Sat, 25 Feb 1995 02:34:27 +0000 (02:34 +0000)]
*** empty log message ***

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

29 years ago(pushdecl): When have a duplicate decl, and it is global,
wilson [Sat, 25 Feb 1995 02:21:37 +0000 (02:21 +0000)]
(pushdecl): When have a duplicate decl, and it is global,
delete lookup_name name in test for return.
(redeclaration_error_message): When newdecl is a block level
declaration, use lookup_name_current_level instead of DECL_CONTEXT.

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

29 years ago(PACKSTRUCT_BIT, TARGET_PACKSTRUCT): Change to PADSTRUCT.
wilson [Sat, 25 Feb 1995 02:16:06 +0000 (02:16 +0000)]
(PACKSTRUCT_BIT, TARGET_PACKSTRUCT): Change to PADSTRUCT.
Add comment saying that the option is not useful.
(TARGET_SWITCHES): Change -mpackstruct option to -mpadstruct.
(STRUCTURE_SIZE_BOUNDARY): Change PACKSTRUCT to PADSTRUCT changing
default value from 32 to 8.

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

29 years ago(PUSHSECTION_FORMAT): Add a leading tab.
wilson [Sat, 25 Feb 1995 01:51:41 +0000 (01:51 +0000)]
(PUSHSECTION_FORMAT): Add a leading tab.

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

29 years ago(expand_expr, case COMPONENT_REF): Don't fetch unaligned
wilson [Sat, 25 Feb 1995 01:45:43 +0000 (01:45 +0000)]
(expand_expr, case COMPONENT_REF): Don't fetch unaligned
field if we only want its address.

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

29 years agoInitial revision
law [Sat, 25 Feb 1995 00:15:36 +0000 (00:15 +0000)]
Initial revision

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

29 years ago(fp_literal_one, fp_literal_zero): Don't accept VOIDmode.
wilson [Fri, 24 Feb 1995 22:51:04 +0000 (22:51 +0000)]
(fp_literal_one, fp_literal_zero): Don't accept VOIDmode.
(i960_output_ldconst): In DFmode code, delete code to handle FP_REG_P
target.  In DFmode and SFmode code, delete test for HOST_FLOAT_FORMAT
== TARGET_FLOAT_FORMAT.

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

29 years ago(REAL_ARITHMETIC): Define.
wilson [Fri, 24 Feb 1995 22:50:34 +0000 (22:50 +0000)]
(REAL_ARITHMETIC): Define.
(LEGITIMATE_CONSTANT_P): Pass argument mode not VOIDmode to fp_literal.

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

29 years ago(CC1_SPEC): Don't output implicit -gstabs or -gcoff option
wilson [Fri, 24 Feb 1995 22:42:30 +0000 (22:42 +0000)]
(CC1_SPEC): Don't output implicit -gstabs or -gcoff option
if user gave an explicit one.

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

29 years ago(CC1_SPEC): Don't output implicit -gstabs or -gcoff option
wilson [Fri, 24 Feb 1995 22:41:49 +0000 (22:41 +0000)]
(CC1_SPEC): Don't output implicit -gstabs or -gcoff option
if user gave an explicit one.
(CC1_SPEC): Likewise.

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

29 years ago(GDB_INV_REF_REGPARM_STABS_LETTER): New macro.
wilson [Fri, 24 Feb 1995 22:33:14 +0000 (22:33 +0000)]
(GDB_INV_REF_REGPARM_STABS_LETTER): New macro.
(dbxout_parms): For gdb, output use GDB_INV_REF_REGPARM_STABS_LETTER
for parameters passed by invisible reference in registers.

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

29 years agoCorrect typos and formatting problems.
wilson [Fri, 24 Feb 1995 22:19:23 +0000 (22:19 +0000)]
Correct typos and formatting problems.
(add_constant, current_function_pretend_args_size,
flag_traditional, table_lab): Delete unnecessary declarations.
(sh_cpu): Change type from attr_cpu to processor_type.
(need_slot, output_shift, lshiftrt_insns, howshift,
pop_operand): Delete.
(print_operand, output_branch): Delete calls to need_slot.
(synth_constant): Comment that it doesn't work.
(output_movedouble): Handle PRE_DEC dest not POST_INC dest.
(output_options): Don't use flag_traditional.
(shift_insns): Correct numbers to optimal sequences.
(shift_amounts): New table.
(shift_insns_rtx): New function.
(shiftinsns): Combine LSHIFTRT and ASHIFT cases.
(shiftcosts): Return true costs of shifts instead of estimate of 1.
(gen_ashift): Handle negative shift amounts.  Call gen_lshrsi3_m
for single bit LSHIFTRT, and gen_lshrisi3_k for multiple bit shifts.
(gen_shifty_op): Handle negative shift amounts at top.  Generate
optimal sequences for ASHIFT and LSHIFTRT.
(find_barrier): Correct pattern for matching mova instructions.
(general_movsrc_operand): Delete redundant test for (MEM LABEL_REF).
Don't reject POST_INC address for size > 4.
(general_movdst_operand): Don't reject PRE_DEC address for size > 4.

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

29 years agoCorrect typos and formatting problems.
wilson [Fri, 24 Feb 1995 22:18:29 +0000 (22:18 +0000)]
Correct typos and formatting problems.
(MODE_DISP_OK_[12]): Delete.
(GO_IF_LEGITIMATE_INDEX): Delete uses of MODE_DISP_OK_[12].
(RTX_COSTS): Add LSHIFTRT.
(table_lab): Delete declaration.
(enum processor_type): New enum.
(sh_cpu_attr): New macro.
(sh_cpu): Change type to enum processor_type to avoid incomplete
enum type.

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

29 years agoCorrect typos and formatting problems.
wilson [Fri, 24 Feb 1995 22:17:21 +0000 (22:17 +0000)]
Correct typos and formatting problems.
(cpu): Use sh_cpu_attr not sh_cpu.
(adddi3, subdi3, udivsi3-1, divsi3-1, mulsi3_call-1, ashrsi2_16,
ashrsi2_31, dect, casesi_worker): Use arith_reg_operand not
register_operand.
(ashlsi3_n, lshrsi3_n): Enable pattern.  Set length correctly.
Use '#' to output it.
(ashlsi3_n+1, lshrsi3_n+1): New patterns to split shifts.
(ashlsi3, lshrsi3): Use shiftby_operand instead of gen_shifty_op.
(lshlsi3_m): New pattern for single bit shifts.
(lshlsi3_k): Only handle multiple bit shifts.
(negc): Use IOR not PLUS to set carry bit.
(push+2, pop+2, movsi_pi, movdi-2, movdf_k-1, movsf_i-1): Delete.
(movsi_i, movqi_i, movhi_i): Delete redundant < and > constraints.
(movsf_i): Delete incorrect < and > constraints.

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

29 years ago(mips_secondary_reload_class): Also handle SUBREGs.
wilson [Fri, 24 Feb 1995 21:17:51 +0000 (21:17 +0000)]
(mips_secondary_reload_class): Also handle SUBREGs.

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

29 years ago(madsi): Don't use '+' constraint in a clobber.
wilson [Fri, 24 Feb 1995 21:17:17 +0000 (21:17 +0000)]
(madsi): Don't use '+' constraint in a clobber.
(madsi_highpart, umadsi_highpart): Delete.

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

29 years ago(dbxout_parms): For parameters passed in memory, delete
wilson [Fri, 24 Feb 1995 20:55:10 +0000 (20:55 +0000)]
(dbxout_parms): For parameters passed in memory, delete
obsolete code to handle parameters converted and stored back to
the stack slot where they were passed in.
(dbxout_reg_parms): Delete obsolete ifdefed out code.  Combine
redundant PARM_PASSED_IN_MEMORY tests.  For case where parameter
lives in memory, output stab if it doesn't live where it was passed.

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

29 years agoundo dje's indaverent undo of my work. (remove -Wenum-clash)
mrs [Fri, 24 Feb 1995 19:53:35 +0000 (19:53 +0000)]
undo dje's indaverent undo of my work. (remove -Wenum-clash)

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