summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.rupp2002-08-1511-93/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (xcoff_debug_hooks): Update end_prologue. * debug.c (do_nothing_debug_hooks): Update end_prologue, end_epilogue. * debug.h (end_prologue): Add file arg. (end_epilogue): Add line and file args. (dwarf2out_end_epilogue): Add line and file args. (vmsdbgout_after_prologue): Remove. * dwarf2out.c (dwarf2out_end_epilogue): Add line and file args. (dwarf2_debug_hooks): Update end_prologue. * dwarfout.c (dwarfout_end_epilogue): Add line and file args. (dwarfout_end_prologue): Add file arg. * final.c (vmsdbgout_after_prologue): Remove (final_end_function): Update end_epilogue call. (final_scan_insn): Update end_prologue call. * sdbout.c (sdbout_end_epilogue): Add line and file args. (sdbout_end_prologue): Add file arg. (sdb_debug_hooks): Update end_prologue. (sdb_begin_prologue): Update sdbout_end_prologue call. * vmsdbgout.c (vmsdbg_debug_hooks): Add vmsdbgout_end_prologue, vmsdbgout_end_function. (vmsdbgout_end_prologue): New function renamed from vmsdbgout_after_prologue. Call vmsdbgout_source_line. (vmsdbgout_end_function): New function. (vmsdbgout_end_epilogue): Add line and file args. Call vmsdbgout_source_line. (write_pclines): Write only valid line numbers. (write_srccorr): Don't write source correlation records if 0 lines. * xcoffout.c (xcoffout_end_epilogue): Add line and file args. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56356 138bc75d-0d04-0410-961f-82ee72b054a4
* * libstdc++-v3/libsupc++/unwind-cxx.h (__cxa_exception):sje2002-08-154-4/+16
| | | | | | | | | | | Change catchTemp type from void* to _Unwind_Ptr. * libstdc++-v3/libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Do not cast landing_pad or base_of_encoded_value to (void *). * libstdc++-v3/libsupc++/eh_throw.cc (__gxx_exception_cleanup): Accept _URC_NO_REASON as a valid reason code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56352 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc/unwind.h (_Unwind_Ptr): Make 64 bits on IA64 HP-UX.sje2002-08-153-8/+22
| | | | | | | | | | | (_Unwind_Internal_Ptr): 32 bit version for use in read_encoded_value_with_base. * gcc/unwind-pe.h (read_encoded_value_with_base): Use _Unwind_Internal_Ptr instead of _Unwind_Ptr in order to get the right size. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56351 138bc75d-0d04-0410-961f-82ee72b054a4
* * loop.c (scan_loop, move_movables, count_one_set): Cast to avoidghazi2002-08-154-22/+33
| | | | | | | | | | | | | signed/unsigned warnings. * regclass.c (init_reg_sets_1, choose_hard_reg_mode, record_reg_classes): Likewise. * reload.c (reload_inner_reg_of_subreg, push_reload, find_reloads_address_1): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56350 138bc75d-0d04-0410-961f-82ee72b054a4
* * rs6000.c (output_mi_thunk): Return to function section ondje2002-08-153-1/+16
| | | | | | | | | TARGET_ELF. * rs6000-c.c (rs6000_cpu_cpp_builtins): Define __PPC405__ if PPC405. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56348 138bc75d-0d04-0410-961f-82ee72b054a4
* *** empty log message ***gdr2002-08-153-1/+25
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56347 138bc75d-0d04-0410-961f-82ee72b054a4
* cp:nathan2002-08-154-0/+42
| | | | | | | | | | | PR c++/7598 * typeck.c (build_unary_op): Fold offsetof idiom. Fixes regression caused by my 2002-08-08 patch. testsuite: * g++.dg/other/offsetof1.C: New test git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56346 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/s390/s390.c (legitimize_address): Optimize loadinguweigand2002-08-152-0/+30
| | | | | | | of large displacements. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56345 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-157-7/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56344 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/alpha/alpha-protos.h: Update.rupp2002-08-155-81/+335
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/alpha/alpha.c: (LINKAGE_SYMBOL_REF_P): New macro. (alpha_legitimate_address_p): Test LINKAGE_SYMBOL_REF_P. (alpha_linkage_symbol_p): New static function. (print_operand_address): Print linkage operand. (alpha_funcs_num, alpha_funcs_tree, alpha_links_tree): New static variables. (reloc_kind): New enum. (struct alpha_funcs): New struct. (struct alpha_links): Add reloc_kind field. Rename links_kind field. (alpha_need_linkage): Rewrite. (alpha_use_linkage): New global function. (alpha_write_linkage): Rewrite and make static. (alpha_write_one_linkage): Rewrite (alpha_start_function): Remove procedure descriptor output. (alpha_end_function): Write linkages at end of each function. * config/alpha/alpha.md (call_vms, call_value_vms): Rewrite. (call_vms_1, call_value_vms_1): Rewrite. * config/alpha/vms.h (ASM_FILE_END): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56338 138bc75d-0d04-0410-961f-82ee72b054a4
* * ggc-page.c (RTL_SIZE): New.rth2002-08-153-10/+23
| | | | | | | | (extra_order_size_table): Add specializations for 2 and 10 rtl slots. * rtl.def (BARRIER, NOTE): Pad to 9 slots. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56337 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/tls/diag-3.c: Fix expected message strings.rth2002-08-152-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56336 138bc75d-0d04-0410-961f-82ee72b054a4
* * calls.c: Include target.h.rth2002-08-155-14/+18
| | | | | | | | | | * Makefile.in (calls.o): Update. * config/alpha/alpha.c (alpha_end_function): Use targetm.binds_local_p. * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56335 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (LOOSE_WARN): Add -fno-common.rth2002-08-153-2/+7
| | | | | | | * c-common.h (constant_string_class_name): Add missing extern. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56334 138bc75d-0d04-0410-961f-82ee72b054a4
* PR preprocessor/7358neil2002-08-145-5/+26
| | | | | | | | | | | | * c-opts.c (check_deps_environment_vars): Ignore main file for SUNPRO_DEPENDENCIES. * cppfiles.c (stack_include_file): Ignore main file if appropriate. * cpplib.h (struct cpp_options): New member in deps. * doc/cppenv.texi: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56333 138bc75d-0d04-0410-961f-82ee72b054a4
* PR preprocessor/7526neil2002-08-144-0/+25
| | | | | | | | | * cpplib.c (run_directive): Kludge so _Pragma dependency works. testsuite: * gcc.dg/cpp/_Pragma3.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56332 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/invoke.texi (-a): Remove documentation.nathan2002-08-143-36/+14
| | | | | | | | (-fprofile-arcs): Remove reference to -a, -ax options. * doc/gcov.texi (Gcov Data Files): Data might be merged. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56331 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-14 Jesse Rosenstock <jmr@ugcs.caltech.edu>tromey2002-08-142-6/+17
| | | | | | | | * java/lang/natPosixProcess.cc (cleanup): Added `path' argument. (startProcess): Allocate path for chdir in async-signal-safe way. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56330 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix PR/7566gdr2002-08-142-2/+7
| | | | | | | | * c-semantics.c (genrtl_case_label): Don't (mis)use warning_with_decl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56329 138bc75d-0d04-0410-961f-82ee72b054a4
* Insert memory clobbers before the code that pops variable arrays.dalej2002-08-144-5/+28
| | | | | | | | This prevents the scheduler from moving references to the arrays below the stack pop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56328 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-14 Jonathan Wakely <jw@kayari.org>pme2002-08-142-15/+20
| | | | | | | | * docs/html/22_locale/messages.html: Use HTML entities for punctuation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56300 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-opts.c (c_common_post_options): Correct test.neil2002-08-142-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56299 138bc75d-0d04-0410-961f-82ee72b054a4
* * m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argumentghazi2002-08-142-1/+6
| | | | | | | order in call to fprintf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56298 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.ro2002-08-142-0/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56297 138bc75d-0d04-0410-961f-82ee72b054a4
* * reload.c (find_reloads): Handle constraint letters marked byuweigand2002-08-1413-102/+340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | EXTRA_ADDRESS_CONSTRAINT and EXTRA_MEMORY_CONSTRAINT. (alternative_allows_memconst): Likewise. * reload1.c (maybe_fix_stack_asms): Likewise. * recog.c (asm_operand_ok, preprocess_constraints, constrain_operands): Likewise. * regclass.c (record_operand_costs, record_reg_classes): Likewise. * local-alloc.c (block_alloc, requires_inout): Likewise. * stmt.c (parse_output_constraint, parse_input_constraint): Likewise. * defaults.h (EXTRA_MEMORY_CONSTRAINT): Provide a default. (EXTRA_ADDRESS_CONSTRAINT): Likewise. * doc/tm.texi: Document these two new target macros. * config/s390/s390.c (s390_expand_plus_operand): Accept already valid operands. (q_constraint): New function. config/s390/s390-protos.h (q_constraint): Declare it. config/s390/s390.h (EXTRA_CONSTRAINT): Use it. (EXTRA_MEMORY_CONSTRAINT): New macro. * config/s390/s390.md: Throughout the machine description, replace all instances of the constraint combinations 'Qo' or 'oQ' with simply 'Q'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56291 138bc75d-0d04-0410-961f-82ee72b054a4
* * gennews (files): Add GCC 3.2 files.mmitchel2002-08-142-2/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56287 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/m68hc11/m68hc11.h (LINK_SPEC): Support -mrelax.ciceron2002-08-143-3/+9
| | | | | | | | * config/m68hc11/t-m68hc11-gas (LIBGCC2_DEBUG_CFLAGS): Can use -g now. (LIBGCC2_CFLAGS): Compile with -mrelax. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56285 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/invoke.texi: Document -minmax for 68HC12.ciceron2002-08-145-7/+31
| | | | | | | | | | | | | * config/m68hc11/m68hc11.md ("umaxqi3"): Use TARGET_MIN_MAX. ("uminqi3"): Likewise. ("uminhi3", "umaxhi3"): Likewise. * config/m68hc11/m68hc11.h (MASK_MIN_MAX): Define. (TARGET_MIN_MAX): Define. (TARGET_SWITCHES): New option -minmax/-mnominmax. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56284 138bc75d-0d04-0410-961f-82ee72b054a4
* ChangeLog for Update libgcc to use -mlong-calls (HC12)ciceron2002-08-141-0/+16
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56283 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.ciceron2002-08-143-143/+186
| | | | | | | | | | | | | | | | | | (MULTILIB_OPTIONS): Must also generate for -mlong-calls. * config/m68hc11/larith.asm: Put a mode for ELF ABI flags. (ret, declare, farsym): New gas macros. (__premain, exit, abort, _cleanup, memcpy, memset, ___adddi3, ___subdi3, ___notdi2, __mulhi32, __mulsi3): Use them to use 'rtc' and declare the symbol far when compiled with -mlong-calls. (__far_trampoline): New for 68HC12 trampoline code to invoke a far handler using jsr/bsr. * config/m68hc11/m68hc11-crt0.S: Put a mode for ELF ABI flags. (jsr): New macro to transform a 'jsr' into a 'call'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56282 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-147-7/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56281 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/invoke.texi: Document -mlong-calls for 68HC12.ciceron2002-08-145-7/+106
| | | | | | | | | | | | | | | | | | | | | | | | * config/m68hc11/m68hc11.h (CPP_SPEC): Pass -D__USE_RTC__ when -mlong-calls is specified. (ASM_DECLARE_FUNCTION_NAME): Define to generate .far and .interrupt assembler directives. (TARGET_LONG_CALL, MASK_LONG_CALL): Declare. (TARGET_SWITCHES): Add -mlong-calls options. (current_function_far): Declare. * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset): Take into account the page register saved on the stack. (m68hc11_override_options): Take into account -mlong-calls option. (m68hc11_asm_file_start): Put a mode for the ELF flags ABI. * config/m68hc11/m68hc11.md ("*return_32bit"): Return rtc if the function is going to be in 68HC12 banked memory (-mlong-calls). ("*return_16bit"): Likewise. ("*return_void"): Likewise. ("call", "call_value"): Use call for a far function call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56275 138bc75d-0d04-0410-961f-82ee72b054a4
* * toplev.c (parse_options_and_default_flags): Don't callneil2002-08-142-32/+38
| | | | | | | | | | | | | post_options here. (general_init): Initialize GC, pools and tree hash here, instead of lang_independent_init. (lang_independent_init): Rename backend_init. (do_compile): Call post_options hook; exit early if there have been errors after switch processing. (toplev_main): Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56274 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-pretty-print.h: Guard against multiple inclusion.gdr2002-08-143-57/+113
| | | | | | | | | Robustify macros. (pp_c_attributes): Declare. * c-pretty-print.c (pp_c_attributes): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56273 138bc75d-0d04-0410-961f-82ee72b054a4
* * m68k.c (m68k_output_function_prologue,ghazi2002-08-147-762/+18
| | | | | | | | | | | | | | | | m68k_output_function_epilogue): Delete versions for DPX2/MOTOROLA and NEWS/MOTOROLA. * genattrtab.c: Remove dpx2 comment. * libgcc2.c (__enable_execute_stack): Delete versions for NeXT/__MACH__, __convex__, __sysV88__, __pyr__ and sony_news/SYSTYPE_BSD. * longlong.h: Delete code for __a29k__, _AM29K, __clipper__, __gmicro__, __i860__, __NeXT__ and __pyr__. * rtl.h: Remove convex comment. * varasm.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56272 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-opts.c (lang_flags): Const-ify.ghazi2002-08-144-3/+9
| | | | | | | | * ra-build.c (undef_table): Likewise. * ra.c (eliminables): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56271 138bc75d-0d04-0410-961f-82ee72b054a4
* * boehm-gc/configure, libf2c/configure: Rebuilt.aoliva2002-08-1412-2126/+2418
| | | | | | | | | | | | | | | | | | | * libffi/configure, libiberty/configure: Ditto. * libjava/configure, libobjc/configure: Ditto. * libstdc++-v3/configure, zlib/configure: Ditto. Merged from binutils: 2002-01-27 Daniel Jacobowitz <drow@mvista.com> From Steve Ellcey <sje@cup.hp.com>: * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, lt_cv_file_magic_test_file): Set to appropriate values for HP-UX IA64. * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, soname_spec, sys_lib_search_path_spec): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56270 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.h: Guard against multiple inclusion.gdr2002-08-142-0/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56269 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-13 Jesse Rosenstock <jmr@ugcs.caltech.edu>tromey2002-08-147-17/+60
| | | | | | | | | | | | | | | | | | | | | Fix for PR libgcj/7570 and PR libgcj/7578: * java/lang/natPosixProcess.cc: Include java/io/File.h. (startProcess): Handle new `dir' argument. * java/lang/Win32Process.java (ConcreteProcess): Added `dir' argument. * java/lang/PosixProcess.java (ConcreteProcess): Added `dir' argument. (startProcess): Likewise. * java/lang/EcosProcess.java (ConcreteProcess): Added `dir' argument. * java/lang/Runtime.java (execInternal): Added `dir' argument. (exec): Don't create new environment if ENV==null. Pass DIR to execInternal. * java/lang/natRuntime.cc: Include java/io/File.h. (execInternal): Added `dir' argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56268 138bc75d-0d04-0410-961f-82ee72b054a4
* * reload1.c (reload_cse_simplify): Before checkinghp2002-08-142-1/+7
| | | | | | | REG_FUNCTION_VALUE_P, check REG_P. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56267 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.geoffk2002-08-132-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56266 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-13 Jesse Rosenstock <jmr@fulcrummicro.com>tromey2002-08-132-1/+10
| | | | | | | | * java/io/RandomAccessFile.java (skipBytes): Return number of bytes skipped. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56265 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-13 Jesse Rosenstock <jmr@fulcrummicro.com>tromey2002-08-132-0/+12
| | | | | | | | | For PR java/7483: * parse.y (build_assertion): Invert return from desiredAssertionStatus. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56264 138bc75d-0d04-0410-961f-82ee72b054a4
* opts.c (c_common_init_options): Extra braces needed.neil2002-08-132-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56262 138bc75d-0d04-0410-961f-82ee72b054a4
* * sh.c (sh_init_builtins): Add PARAMS to declaration.amylaar2002-08-133-9/+19
| | | | | | | | | | | | (sh_media_init_builtins, sh_expand_builtin): Likewise. (sh_expand_unop_v2sf): Use PARAMS for variable declaration. (sh_expand_binop_v2sf): Likewise. * sh-protos.h (sh_expand_unop_v2sf): Add PARAMS to declaration. (sh_expand_binop_v2sf, sh_cfun_interrupt_handler_p): Likewise. (sh_initialize_trampoline): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56259 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl.c (pushdecl_class_level): Honor requests to bind names tommitchel2002-08-134-8/+30
| | | | | | | OVERLOADs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56258 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-13 Jonathan Wakely <jw@kayari.org>pme2002-08-132-4/+9
| | | | | | | | | Phil Edwards <pme@gcc.gnu.org> * docs/html/documentation.html: Use HTML entities for punctuation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56257 138bc75d-0d04-0410-961f-82ee72b054a4
* * s390-modes.def [CCL1, CCL2, CCT1, CCT2, CCT3, CCUR, CCSR]: Declareuweigand2002-08-135-462/+926
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new condition code modes. s390.c (s390_match_ccmode_set): Handle those new CC modes. (s390_select_ccmode): Likewise. (s390_branch_condition_mask): Likewise. * s390-protos.h (s390_tm_ccmode): Declare. s390.c (s390_tm_ccmode): New function. (s390_match_ccmode): Allow VOIDmode as REQ_MODE. * s390.md ("*cmpdi_tm2"): Rename to "*tmdi_ext". ("*cmpsi_tm2"): Rename to "*tmsi_ext". ("*cmpqi_tm2"): Rename to "*tmqi_ext". ("*cmpdi_tm_reg", "*cmpdi_tm_mem", "*cmpsi_tm_reg", "*cmpsi_tm_mem", "*cmphi_tm_sub","*cmphi_cct_0", "*cmpqi_tm", "*cmpqi_tm_sub", "*cmpqi_cct_0", "*tm_0"): Remove, replace by ... ("*tmdi_reg", "*tmsi_reg", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem", "*tmhi_full", "*tmqi_full"): ... these new patterns. ("*ltgr", "*cmpdi_ccs_0_64", "*cmpdi_ccs_0_31", "*ltr", "*icm15", "*icm15_cconly", "*cmpsi_ccs_0", "*icm3", "*cmphi_ccs_0", "*icm1", "*cmpqi_ccs_0"): Remove, replace by ... ("*tstdi_sign", "*tstdi", "*tstdi_cconly", "*tstdi_cconly_31", "*tstsi", "*tstsi_cconly", "*tstsi_cconly2", "*tsthi", "*tsthi_cconly", "*tstqi", "*tstqi_cconly"): ... these new patterns. ("*cmpsidi_ccs"): Remove, replace by ... ("*cmpsi_ccs_sign"): ... this new pattern. ("*cmpdi_ccs_sign", "*cmpdi_ccu_zero"): New patterns. ("*cmpqi_ccu_0", "*cmpqi_ccu_immed"): Remove, replace by ... ("*cli"): ... this new pattern. ("*adddi3_sign", "*adddi3_zero_cc", "*adddi3_zero_cconly", "*adddi3_zero", "*adddi3_cc", "*adddi3_cconly", "*adddi3_cconly2"): New patterns. ("adddi3_64"): Rename to "*adddi3_64". ("adddi3_31"): Replace by insn and splitter "*adddi3_31". ("adddi3"): Adapt expander. ("*addsi3_cc"): Allow "general_operand" for operand 2. ("*addsi3_carry1_cc", "*addsi3_carry1_cconly", "*addsi3_carry2_cc", "*addsi3_carry2_cconly"): New patterns. ("addhi3", "addqi3"): Remove, replace by ... ("*addsi3_sign", "*addsi3_sub"): ... these new patterns. ("*subdi3_sign", "*subdi3_zero_cc", "*subdi3_zero_cconly", "*subdi3_zero", "*subdi3_cc", "*subdi3_cconly"): New patterns. ("subdi3"): Replace by insn and splitter "*subdi3_31". ("subdi3"): New expander. ("*subsi3_borrow_cc", "*subsi3_borrow_cconly"): New patterns. ("subhi3", "subqi3"): Remove, replace by ... ("*subsi3_sign", "*subsi3_sub"): ... these new patterns. ("*muldi3_sign"): New pattern. ("muldi3"): Do not clobber CC. ("mulsi3"): Likewise. ("mulsi_6432"): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56256 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/avr/avr.md: Call CC_STATUS_INIT in all peepnolesdenisc2002-08-132-1/+11
| | | | | | | which can change CC0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56253 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcse.c (adjust_libcall_notes): New function.amylaar2002-08-132-6/+77
| | | | | | | (do_local_cprop): Use it. Add fourth parameter. Changed caller. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56252 138bc75d-0d04-0410-961f-82ee72b054a4