summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * MAINTAINERS (Write After Approval): Remove Andrew Haley.kazu2003-06-172-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68075 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.gerald2003-06-172-22/+36
| | | | | | | | | | | | | | | | (build_bz2): Rename to build_gzip and create .gz files from .bz2 files instead of the other way around. (build_gzip): New function. (build_diffs): Build .bz2 files instead of .gz files. (build_diff): Use .bz2 files instead of .gz files. Make an error message independent of the compression format. (MODE_BZIP2): Rename to MODE_GZIP. Related changes to the invocation of this script. (MODE_GZIP): New variable. (OLD_TARS): Use .bz2 archive of the previous snapshot. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68074 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.ebotcazou2003-06-172-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68073 138bc75d-0d04-0410-961f-82ee72b054a4
* * dbxout.c (dbxout_source_line_counter): New global variable.ebotcazou2003-06-1725-78/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark it with GTY(()). (dbxout_source_line): Increment dbxout_source_line_counter and pass it to ASM_OUTPUT_SOURCE_LINE. * sdbout.c (sdbout_source_line_counter): New global variable. Mark it with GTY(()). (unnamed_struct_number): Mark it with GTY(()). (sdbout_source_line): Increment sdbout_source_line_counter and pass it to ASM_OUTPUT_SOURCE_LINE. * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter (xcoffout_source_line): Pass 0 as third argument to ASM_OUTPUT_SOURCE_LINE. (xcoffout_begin_prologue): Likewise. * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter. Use it instead of 'sym_lineno' but without incrementing it. * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * config/alpha/alpha.c (alpha_start_function): Pass 0 as third argument to ASM_OUTPUT_SOURCE_LINE. * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter. * config/arm/aout.h: Remove useless comment. * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter. * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter. Use it instead of 'sym_lineno' but without incrementing it. * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter. * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter. Use it instead of 'sym_lineno' but without incrementing it. * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third argument to ASM_OUTPUT_SOURCE_LINE. * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter. * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter. Use it instead of 'sym_lineno' but without incrementing it. * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68072 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips-protos.h (mips_expand_block_move): Declare.rsandifo2003-06-175-685/+149
| | | | | | | | | | | | | | | (expand_block_move, output_block_move): Remove. * config/mips/mips.h (enum block_move_type): Remove. * config/mips/mips.c (block_move_call, output_block_move): Remove. (mips_block_move_straight, mips_adjust_block_mem): New function. (mips_block_move_loop): Renamed and reworked from block_move_loop. (mips_expand_block_move): Likewise expand_block_move. Return false to fall back on the target-independent code. * config/mips/mips.md (movstrsi): Use mips_expand_block_move. (movstrsi_internal*): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68071 138bc75d-0d04-0410-961f-82ee72b054a4
* * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.czack2003-06-1715-1210/+656
| | | | | | | | | | | * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to ISO C: new-style function declarations, no need for PARAMS, no special punctuation on indirect function calls, use string constant concatenation where convenient. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68070 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>bkoz2003-06-172-0/+31
| | | | | | | * config/abi/i486-linux-gnu/baseline_symbols.txt: Update to 3.3.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68069 138bc75d-0d04-0410-961f-82ee72b054a4
* 03-06-16 Benjamin Kosnik <bkoz@redhat.com>bkoz2003-06-1710-279/+381
| | | | | | | | | | | | | | | | | | | | * Makefile.am (check-abi): Move... (new-abi-baseline): Move... * testsuite/Makefile.am: ...here. (new-abi-baseline): Conditionalize. (check-abi): Conditionalize. (check-abi-verbose): New. * Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. * configure.in: Consolidate testsuite configure bits. * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Same. * configure: Regenerate. * aclocal.m4: Regenerate. * testsuite/abi_check.cc: Add --check-verbose. Only output detailed information if --check-verbose. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68067 138bc75d-0d04-0410-961f-82ee72b054a4
* * rtl.h: Remove declarations from coverage.h.aj2003-06-176-9/+12
| | | | | | | | | | | | * toplev.c: Include coverage.h. * Makefile.in (toplev.o): Depend on coverage.h. * toplev.h: Remove extra declaration of print_time. * gengtype.c (close_output_files): Remove duplicated declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68066 138bc75d-0d04-0410-961f-82ee72b054a4
* * except.c: Remove duplicate declaration of push_eh_cleanup.aj2003-06-173-3/+6
| | | | | | | * call.c: Remove extra declaration of inhibit_warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68065 138bc75d-0d04-0410-961f-82ee72b054a4
* * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not testkraai2003-06-172-13/+14
| | | | | | | Bind_Main_Program. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68061 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sparc/sysv4.h: Remove target-independent comment;neroden2003-06-172-9/+6
| | | | | | | replace "GNU CC" with "GCC". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68058 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/vxworks.h: Replace "GNU compiler" with "GCC".neroden2003-06-172-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68057 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,neroden2003-06-1724-86/+97
| | | | | | | | | | | | | | | | config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h, config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h, config/sparc/netbsd-elf.h, config/sparc/openbsd.h, config/sparc/rtemself.h, config/sparc/sol2-64.h, config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h, config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h, config/sparc/sol2.h, config/sparc/sp64-aout.h, config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h, config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace "GNU compiler", "GNU CC" with "GCC". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68056 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sparc/cypress.md, config/sparc/hypersparc.md,neroden2003-06-1710-38/+44
| | | | | | | | | | | config/sparc/sparc-modes.def, config/sparc/sparc.c, config/sparc/sparc.md, config/sparc/sparclet.md, config/sparc/supersparc.md, config/sparc/ultra1_2.md, config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and "GNU C Compiler" with "GCC". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68055 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".neroden2003-06-172-5/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68054 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2003-06-172-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68052 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-16 Jens-Michael Hoffmann <jensmh@gmx.de>neroden2003-06-172-201/+136
| | | | | | | * mangle.c: Convert to ISO C. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68050 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-16 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-171-0/+7
| | | | | | | | | | * simplify-rtx.c (simplify_subreg): Do not over-extend vector constants. * testsuite/gcc.c-torture/execute/simd-4.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68049 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-16 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-172-1/+21
| | | | | | | | | | * simplify-rtx.c (simplify_subreg): Do not over-extend vector constants. * testsuite/gcc.c-torture/execute/simd-4.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68047 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ip2k/ip2k.h: Remove target-independent comments.neroden2003-06-172-1457/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68046 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc: Explicitly mention elfos.h in ip2k entry.neroden2003-06-163-4/+7
| | | | | | | * config/ip2k/ip2k.h: Don't #include it here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68045 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-16 Andreas Jaeger <aj@suse.de>bkoz2003-06-162-17/+36
| | | | | | | * testsuite/abi_check.cc: Create summary report. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68044 138bc75d-0d04-0410-961f-82ee72b054a4
* cp:ghazi2003-06-1647-188/+202
| | | | | | | | | | | | | | | | | | | * cp/decl.c, cp/pt.c, cp/search.c, cp/tree.c: Don't use the PTR macro. gcc: * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c, config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c, dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c, function.c, gcc.c, genoutput.c, gensupport.c, global.c, haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c, loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c, read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c, stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use the PTR macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68043 138bc75d-0d04-0410-961f-82ee72b054a4
* * gengtype.c: Don't use UNION_INIT_ZERO.ghazi2003-06-163-12/+6
| | | | | | | * system.h (UNION_INIT_ZERO): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68042 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-16 Paolo Carlini <pcarlini@unitus.it>paolo2003-06-164-9/+22
| | | | | | | | | | | * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Fix for systems with BUFSIZ != 8192. * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Ditto. * testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc: Minor tweaks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68041 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.c: Convert to ISO C.neroden2003-06-162-251/+147
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68040 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-16 Richard Henderson <rth@redhat.com>aldyh2003-06-162-1/+6
| | | | | | | | * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of GET_MODE_UNIT_SIZE when simplifying constant vectors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68038 138bc75d-0d04-0410-961f-82ee72b054a4
* * timevar.c (get_run_time): Remove function provided also byaj2003-06-163-14/+8
| | | | | | | | libiberty. * timevar.h: Remove get_run_time declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68037 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Removekazu2003-06-162-3/+5
| | | | | | | unreachable code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68036 138bc75d-0d04-0410-961f-82ee72b054a4
* * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,ghazi2003-06-1613-260/+218
| | | | | | | | | | | | cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't use macros from "symcat.h", instead rely on ISO C. * system.h: Don't include "symcat.h". * configure.in (AC_C_STRINGIZE): Delete. * config.in, configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68035 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.mmitchel2003-06-163-9/+11
| | | | | | | | * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL indications. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68034 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c-torture/compile/simd-5.c: Correct SPARC XFAIL indications.mmitchel2003-06-162-6/+11
| | | | | | | Remove spurious PowerPC-64 XFAIL indications. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68033 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.kenner2003-06-162-4/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68032 138bc75d-0d04-0410-961f-82ee72b054a4
* Whitespace change.kenner2003-06-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68031 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-16 Andreas Jaeger <aj@suse.de>bkoz2003-06-165-18/+27
| | | | | | | | | | | | | | | * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Make check-abi multilib aware. * aclocal.m4: Regenerate. * configure: Regenerate. 2003-06-16 Benjamin Kosnik <bkoz@redhat.com> Andreas Jaeger <aj@suse.de> * configure.host: Set x86_64 abi_baseline pair correctly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68029 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.h (STMT_CHECK): New macro.kenner2003-06-162-47/+51
| | | | | | | | | Also upper-case argument names on all checking macros and fix some whitespace problems; assume CODE argument does not have side-effects. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68028 138bc75d-0d04-0410-961f-82ee72b054a4
* * scan.h: Convert to ISO C.ghazi2003-06-163-49/+36
| | | | | | | * system.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68027 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (Write After Approval): Add myself.gp2003-06-162-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68026 138bc75d-0d04-0410-961f-82ee72b054a4
* fix typo in last patchamylaar2003-06-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68024 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-format.c (dynamic_format_types): New pointer for dynamic data.ghazi2003-06-162-38/+78
| | | | | | | | | (find_length_info_modifier_index, init_dynamic_asm_fprintf_info): New functions split out of... (handle_format_attribute): ...here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68023 138bc75d-0d04-0410-961f-82ee72b054a4
* * sh.h (REG_CLASS_FROM_LETTER): Change to:amylaar2003-06-164-235/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (REG_CLASS_FROM_CONSTRAINT). (CONST_OK_FOR_I): Rename to: (CONST_OK_FOR_I08). Changed all users. (CONST_OK_FOR_J): Rename to: (CONST_OK_FOR_I16). Changed all users. (CONST_OK_FOR_K): Rename to: (CONST_OK_FOR_P27). Changed all users. (CONST_OK_FOR_L): Rename to: (CONST_OK_FOR_K08). Changed all users. (CONST_OK_FOR_O): Rename to: (CONST_OK_FOR_I06). Changed all users. (CONST_OK_FOR_P): Rename to: (CONST_OK_FOR_I10). Changed all users. (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define. (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise. (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise. (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise. (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise. (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise. (CONST_OK_FOR_LETTER_P): Replace with (CONST_OK_FOR_CONSTRAINT_P). (EXTRA_CONSTRAINT_S): Rename to: (EXTRA_CONSTRAINT_C16). Changed all users. (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses. (EXTRA_CONSTRAINT_T): Rename to: (EXTRA_CONSTRAINT_Csy). Changed all users. (EXTRA_CONSTRAINT_Z): Remove. (EXTRA_CONSTRAINT): Replace with: (EXTRA_CONSTRAINT_STR). (EXTRA_CONSTRAINT_U): Rename to: (EXTRA_CONSTRAINT_Z). Changed all users. * sh.c (and_operand): Use CONST_OK_FOR_J16. * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints. (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise. (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise. (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise. (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise. (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise. (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise. (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise. (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise. (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise. (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise. (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise. (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise. (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise. (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise. (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise. (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise. (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise. (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise. (sssubv4hi3): Likewise. (movsf_i): Change I[08]/r to G/r. (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc. * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68022 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-16 Paolo Carlini <pcarlini@unitus.it>paolo2003-06-168-178/+460
| | | | | | | | | | | | | | * testsuite/27_io/basic_filebuf/sungetc/char/1.cc: Split and fix for missing seeks between gets and puts into... * testsuite/27_io/basic_filebuf/sungetc/char/1-in.cc: New. * testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc: New. * testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc: New. * testsuite/27_io/basic_filebuf/sungetc/char/2-in.cc: New. * testsuite/27_io/basic_filebuf/sungetc/char/2-io.cc: New. * testsuite/27_io/basic_filebuf/sungetc/char/2-out.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68021 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-16 Vladimir Makarov <vmakarov@redhat.com>vmakarov2003-06-162-2/+6
| | | | | | | * config/i386/i386.c (ix86_memory_move_cost): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68020 138bc75d-0d04-0410-961f-82ee72b054a4
* * basic-block.h: Remove duplicate prototype ofaj2003-06-162-4/+6
| | | | | | | note_prediction_to_br_prob. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68019 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.h: Remove duplicate prototype of strip_float_extensions.aj2003-06-162-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68018 138bc75d-0d04-0410-961f-82ee72b054a4
* * sh.c (prepare_move_operand): Check if operand 0 is an invalidamylaar2003-06-163-3/+22
| | | | | | | | memory reference. Fix test that checks if operand 1 is using r0. * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) . git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68017 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/c4x/c4x.c: Don't include "c-tree.h".ghazi2003-06-165-3/+11
| | | | | | | | | * config/pa/pa.c: Likewise. * langhooks.c: Likewise. * tree.h (poplevel): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68016 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h: Follow spelling conventions.kazu2003-06-165-10/+17
| | | | | | | | | * mangle.c: Likewise. * method.c: Likewise. * parser.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68015 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.c (const_costs): Move this to ...kazu2003-06-162-51/+46
| | | | | | | (h8300_rtx_costs): ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68014 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud