- 07 Jun, 1996 16 commits
-
-
-m68020; remove -mno-68302 and -mno-68332. From-SVN: r12214
Richard Kenner committed -
From-SVN: r12213
Per Bothner committed -
* gen-protos.c (progname): New variable (needed by cppalloc.c). (main): Set progname. From-SVN: r12212
Per Bothner committed -
* fixincludes: When running find, add "/." to directory name to force expanding symlinks to directories. From-SVN: r12211
Per Bothner committed -
From-SVN: r12210
Per Bothner committed -
* cppmain.c (fancy_abort): Only define #ifdef abort. (main): Make sure cpp_fatal is before exit. From-SVN: r12209
Per Bothner committed -
From-SVN: r12208
Per Bothner committed -
* cpplib.c (xcalloc): From from cppalloc.c. * cpplib.c (cpp_push_buffer): If recursion too deap, return NULL rather than exiting with fatal. (make_assertion, cpp_expand_to_buffer, push_macro_expansion, do_include, cpp_start_rea): Handle NULL return from cpp_push_buffer. (output_line_command): Update position even if no_output. (parse_clear_mark): Use fatal instead of abort. From-SVN: r12207
Per Bothner committed -
* cppalloc.c (memory_full): Don't use fatal; use fprintf+exit. * cppalloc.c (xcalloc): Move from here to cpplib.c. From-SVN: r12206
Per Bothner committed -
* h8300/h8300.c (h8300_monitor_function_p): New function. (h8300_os_task_function_p): Likewise. (os_task, monitor): Variables to note if the current function is an os_task or monitor. (function_prologue): Set monitor and/or os_task as needed. Handle os_task and monitor functions. (function_epilogue): Clear monitor and os_task. Handle os_task and monitor functions. (h8300_valid_machine_decl_attribute): Accept "OS_Task" and "monitor". From-SVN: r12205
Jeff Law committed -
* fix-header.c (read_scan_file): Use cpp_fatal. Use renamed function names, and return protocols. * fix-header.c (check_macro_names): Fix struct parse_file->cpp_reader. From-SVN: r12204
Per Bothner committed -
* cppmain.c (main): Use CPP_SET_WRITTEN and cpp_fatal. Use renamed function names, and return protocols. From-SVN: r12203
Per Bothner committed -
* cpplib.c (init_parse_option): Renamed to cpp_options_init. (push_parse_file): Renamed to ... (cpp_start_read): Change to return 1 on success, 0 on failure. (init_parse_file): Renamed to cpp_reader_init. * cpplib.c (cpp_start_read, cpp_handle_options, cpp_finish, parse_goto_mark, parse_move_mark): Use cpp_fatal rather than fatal. * cpplib.c (newline_fix): Remove unused function. From-SVN: r12202
Per Bothner committed -
* cpperror.c (cpp_message): Generalize for "fatal" errors. (cpp_fatal): New function (just calls cpp_message). From-SVN: r12201
Per Bothner committed -
From-SVN: r12200
Per Bothner committed -
* cpplib.h (struct parse_file): Removed. (CPP_FATAL_LIMIT, CPP_FATAL_ERRORS, CPP_OUT_BUFFER): New macros. From-SVN: r12199
Per Bothner committed
-
- 06 Jun, 1996 24 commits
-
-
(init_cumulative_args): Change EXPR_LIST to PARALLEL in comments. (function_arg): Generate PARALLEL instead of EXPR_LIST. From-SVN: r12198
Jim Wilson committed -
From-SVN: r12197
Jim Wilson committed -
(call_value_multiple_internal2): New pattern. From-SVN: r12196
Jim Wilson committed -
(function_arg): Return PARALLEL for structure with aligned double fields. (type_dependent_reg): Delete. (mips_function_value): Return PARALLEL for structure with two floating point fields. From-SVN: r12195
Jim Wilson committed -
From-SVN: r12194
Jim Wilson committed -
When an fp option is selected, unset bits used for other mutually exclusive fp options. (OVERRIDE_OPTIONS): No longer need special case for SUPPORT_SUN_FPA, as the bits used for 68881 and SKY are cleared by new entries in TARGET_SWITCHES. From-SVN: r12193
Richard Kenner committed -
From-SVN: r12192
Jim Wilson committed -
From-SVN: r12191
Jim Wilson committed -
declarations. From-SVN: r12190
Jim Wilson committed -
(use_group_regs): New function. (emit_push_insn): Handle PARALLEL parameter in REG. (expand_assignment): Handle PARALLEL to_rtx. (store_expr): Handle PARALLEL target. From-SVN: r12189
Jim Wilson committed -
(expand_call): Handle NIL in PARALLEL. Handle PARALLEL parameter in REG. Handle PARALLEL return value in VALREG. (emit_library_call, emit_library_call_value): Abort for PARALLEL. (store_one_arg): Delete code for handling EXPR_LIST. From-SVN: r12188
Jim Wilson committed -
From-SVN: r12187
Richard Kenner committed -
From-SVN: r12186
Richard Kenner committed -
From-SVN: r12185
Richard Kenner committed -
(add[qhs]3): Don't use two addqw/subqw insns to add small integers to an address register with TARGET_68060. (stack push peephole): Use moveq.l with TARGET_5200 (when appropriate). From-SVN: r12184
Richard Kenner committed -
From-SVN: r12183
Richard Kenner committed -
etc. insns for TARGET_5200. From-SVN: r12182
Richard Kenner committed -
operations with TARGET_5200. From-SVN: r12181
Richard Kenner committed -
(TARGET_SWITCHES): Add "m5200". (LEGITIMATE_INDEX_P): Add TARGET_5200 to conditional expression. From-SVN: r12180
Richard Kenner committed -
/usr/xpgr/bin/sed problem with \+\+. From-SVN: r12179
Paul Eggert committed -
TYPE_DECL. From-SVN: r12178
Jim Wilson committed -
From-SVN: r12177
Mike Stump committed -
if it would put an insn between a cc0 setter/user pair. From-SVN: r12176
Jim Wilson committed -
From-SVN: r12175
Michael Meissner committed
-