- 08 Jun, 1996 7 commits
-
-
(multilib_select): Delete static initializer. (multilib_obstack, multilib_raw): New global variables. (multilib.h): Include inside multilib_raw definition. (main): Set multilib_select from multilib_raw. From-SVN: r12239
Jim Wilson committed -
(simplify_binary_operation, case MULT): Check for case where width is larger than HOST_BITS_PER_WIDE_INT, and upper most bit is set. We can not generate a simple shift in this case. From-SVN: r12238
Jim Wilson committed -
* config.guess (i?86-ncr-sysv*): Emit minor release numbers. Recognize the NCR 4850 machine and NCR Pentium-based platforms. From-SVN: r12225
Per Bothner committed -
(PUT_SDB_TYPE): Delete now unnecessary shifting and masking. From-SVN: r12224
Jim Wilson committed -
(plain_type_1): Use TYPE_PRECISION instead of TYPE_SIZE. Add check for LONG_DOUBLE_TYPE_SIZE if EXTENDED_SDB_BASIC_TYPES. From-SVN: r12223
Jim Wilson committed -
(enum sdb_masks): Add EXTENDED_SDB_BASIC_TYPES masks. From-SVN: r12222
Jim Wilson committed -
From-SVN: r12221
Jim Wilson committed
-
- 07 Jun, 1996 22 commits
-
-
From-SVN: r12220
Richard Kenner committed -
From-SVN: r12219
Richard Kenner committed -
From-SVN: r12218
Richard Kenner committed -
Objective-C headers. From-SVN: r12217
Richard Kenner committed -
From-SVN: r12216
Richard Kenner committed -
From-SVN: r12215
Richard Kenner committed -
-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 11 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
-