aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-06-15Update FSF address.Richard Kenner75-75/+150
From-SVN: r9975
1995-06-15Update FSF address.Richard Kenner3-3/+6
From-SVN: r9974
1995-06-15Update FSF address.Richard Kenner15-15/+30
From-SVN: r9973
1995-06-15Update FSF address.Richard Kenner16-16/+32
From-SVN: r9972
1995-06-15Update header.Richard Kenner1-2/+1
From-SVN: r9971
1995-06-15Update FSF address.Richard Kenner13-13/+24
From-SVN: r9970
1995-06-15Update header.Richard Kenner1-2/+1
From-SVN: r9969
1995-06-15Update FSF address.Richard Kenner11-11/+22
From-SVN: r9968
1995-06-15Update header.Richard Kenner1-1/+1
From-SVN: r9967
1995-06-15Update FSF address.Richard Kenner42-42/+82
From-SVN: r9966
1995-06-15Update header.Richard Kenner1-2/+1
From-SVN: r9965
1995-06-15Update FSF address.Richard Kenner22-22/+44
From-SVN: r9964
1995-06-15Update header.Richard Kenner2-2/+2
From-SVN: r9963
1995-06-15Update FSF address.Richard Kenner3-3/+6
From-SVN: r9962
1995-06-15Update FSF address.Richard Kenner38-38/+75
From-SVN: r9961
1995-06-15Update header.Richard Kenner1-2/+1
From-SVN: r9960
1995-06-15Update FSF address.Richard Kenner59-60/+112
From-SVN: r9959
1995-06-15entered into RCSRichard Kenner1-0/+130
From-SVN: r9958
1995-06-14(LINK_SPEC): Don't pass -init __main anymore.Richard Kenner3-4/+3
From-SVN: r9957
1995-06-14(main): Don't turn off auto_export because of -g.Richard Kenner1-26/+40
(main): Ignore the argument to -o. (main): Place o_file after an initial .o (like crt0.o). If we have LD_INIT_SWITCH, use init and fini functions for executables, too. Specify the unique function names. (write_c_file_stat): Fix the case of destructors but no constructors. Don't include the generic-named functions for executables. (write_c_file): If we have LD_INIT_SWITCH, always use write_c_file_stat. (main): Also add _GLOBAL__D? to export list. From-SVN: r9956
1995-06-14Do nothing if compiled as C++.Richard Kenner1-0/+2
From-SVN: r9955
1995-06-14(format_char_info, case 'm'): Set type to void.Richard Kenner1-1/+4
(check_format_info): If type is void, ignore operand. From-SVN: r9954
1995-06-14(hack_method_prototype): Set DECL_CONTEXT of parms.Richard Kenner1-0/+4
From-SVN: r9953
1995-06-14(expand_builtin_apply_args): Put back original register save andRichard Kenner1-12/+4
restore order. From-SVN: r9952
1995-06-14(output_prolog): Don't call __eabi here, let compiler call it after the ↵Richard Kenner1-22/+36
arguments to main are saved. (output_prolog): Don't call __eabi here, let compiler call it after the arguments to main are saved. (output_{prolog,epilog}): Don't use functions under V.4 to save and restore floating point registers. From-SVN: r9951
1995-06-14(INVOKE__main): Define, so __eabi is called after main's arguments areRichard Kenner1-0/+1
saved. From-SVN: r9950
1995-06-14(PCC_BITFIELD_TYPE_MATTERS): Defined.Richard Kenner1-0/+4
From-SVN: r9949
1995-06-14(stage[1-4]): Correctly link `as', `ld', and `collect2'.Richard Kenner1-12/+12
From-SVN: r9948
1995-06-14(emit_store_flag): Always set LAST.Richard Kenner1-3/+2
From-SVN: r9947
1995-06-14Revert most of last change.Richard Kenner1-12/+14
From-SVN: r9946
1995-06-14(build_module_descriptor, really_start_method): Pass extra parm toRichard Kenner1-3/+3
start_function. From-SVN: r9945
1995-06-14(finish_file): Pass extra parm to start_function.Richard Kenner1-1/+1
From-SVN: r9944
1995-06-14(start_function): New parameter for attributes.Richard Kenner2-7/+7
From-SVN: r9943
1995-06-14(fndef, nested_function, notype_nested_function): Support attributesRichard Kenner1-12/+13
after function definition. From-SVN: r9942
1995-06-14(assign_parms): Use convert_to_mode instead of gen_lowpart whenRichard Kenner1-1/+1
converting incoming parm. From-SVN: r9941
1995-06-13(decrement_and_branch): Finish last fix; update matching constraint.Richard Kenner1-3/+3
From-SVN: r9940
1995-06-13(fold): When converting a COND_EXPR to an ABS_EXPR, get the typesRichard Kenner1-2/+6
right for ABS_EXPR to work. From-SVN: r9939
1995-06-13jason@cygnus.comRichard Kenner1-1/+28
From-SVN: r9938
1995-06-13Unknown; from Jason.Richard Kenner1-1/+1
From-SVN: r9937
1995-06-13Lose all references to current_vtable_decl, CLASSTYPE_INST_VAR andRichard Kenner3-65/+0
CLASSTYPE_VTBL_PTR. From-SVN: r9936
1995-06-13(start_function): Handle setting C_C_D here.Richard Kenner1-42/+20
(set_C_C_D): Removed. (struct saved_scope): Remove class_decl. (push_to_top_level): Don't save current_class_decl. (pop_from_top_level): Don't restore current_class_decl or C_C_D. (struct cp_function): Add C_C_D. (push_cp_function_context): Save C_C_D. (pop_cp_function_context): Restore C_C_D. (set_C_C_D): New function. (pop_from_top_level, start_function, pop_cp_function_context): Call it. Lose all references to current_vtable_decl, CLASSTYPE_INST_VAR and CLASSTYPE_VTBL_PTR. (push_cp_function_context): Save current_class_decl. (pop_cp_function_context): Restore current_class_decl and set C_C_D. (pop_from_top_level): Don't use CLASSTYPE_INST_VAR to set C_C_D. (start_function): Ditto. From-SVN: r9935
1995-06-13Lose all references to current_vtable_decl, CLASSTYPE_INST_VAR and ↵Richard Kenner1-65/+2
CLASSTYPE_VTBL_PTR. Lose all references to current_vtable_decl, CLASSTYPE_INST_VAR and CLASSTYPE_VTBL_PTR. Don't mess with current_class_decl, current_vtable_decl, or C_C_D. From-SVN: r9934
1995-06-12(fill_simple_delay_slots): Set MAYBE_NEVER according to code ofRichard Kenner1-2/+2
TRIAL_DELAY, not TRIAL. From-SVN: r9933
1995-06-12(link_command_spec): Undo patch of May 11.Doug Evans1-6/+8
-nostdlib implies -nostartfiles again. New argument -nodefaultlibs. From-SVN: r9932
1995-06-12Undo patch of May 24. Don't pass "-e start" if -nostdlib again.Doug Evans10-10/+10
From-SVN: r9931
1995-06-12Undo patch of May 11. -nostdlib implies -nostartfiles again.Doug Evans1-2/+2
From-SVN: r9930
1995-06-11(fix-header.o): Depends on xsys-protos.h.Richard Kenner1-1/+1
From-SVN: r9929
1995-06-11(emit_reload_insns): Don't call HARD_REGNO_NREGS on psuedo whenRichard Kenner1-3/+8
clearing reg_last_reload_reg. From-SVN: r9928
1995-06-11(cmpdi matcher): Set cc_status before returning.Richard Kenner1-1/+1
From-SVN: r9927
1995-06-11({add,sub}di{_mem,3}): Patterns merged.Richard Kenner1-86/+86
From-SVN: r9926