1. 04 May, 2001 22 commits
  2. 03 May, 2001 18 commits
    • * libjava.lang/err11.xfail: Removed. · d8ce02bc
      From-SVN: r41817
      Tom Tromey committed
    • jartool.c (jt_strdup): New function. · 0ee6e0a9
      	* jartool.c (jt_strdup): New function.
      	(get_next_arg): Use jt_strdup instead of strdup.
      
      From-SVN: r41815
      John David Anglin committed
    • m68hc11.md ("bitcmpqi"): New pattern for bitb instruction. · c418c5ab
      	* config/m68hc11/m68hc11.md ("bitcmpqi"): New pattern for bitb
      	instruction.
      	("bitcmpqi2"): New pattern for bit-extract and test.
      	("bitcmphi"): New pattern for bitb/bita instructions.
      
      From-SVN: r41812
      Stephane Carrez committed
    • gccbug.in: Use a temporary directory when the mktemp command is not available. · fa27606c
      	* gccbug.in: Use a temporary directory when the mktemp command is
      	not available.
      
      From-SVN: r41809
      Joseph Myers committed
    • m68hc11.h (STATIC_CHAIN_REGNUM): Use soft z register instead of _.d1. · 7bdf2c65
      	* config/m68hc11/m68hc11.h (STATIC_CHAIN_REGNUM): Use soft z register
      	instead of _.d1.
      	(INITIALIZE_TRAMPOLINE): Call it.
      	(TRAMPOLINE_SIZE): Define according to 68HC11/68HC12.
      	(TRAMPOLINE_TEMPLATE): Remove.
      	* config/m68hc11/m68hc11.c (m68hc11_initialize_trampoline): New.
      	* config/m68hc11/m68hc11-protos.h (m68hc11_initialize_trampoline):
      	Declare.
      
      From-SVN: r41808
      Stephane Carrez committed
    • configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or -prefer-non-pic… · f8e4b51d
      configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or -prefer-non-pic depending on whether libtool has...
      
      * configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or
      -prefer-non-pic depending on whether libtool has shared libraries
      enabled or disabled.
      * libsupc++/Makefile.am (LIBSUPCXX_CXXFLAGS): Set to
      $(LIBSUPCXX_PICFLAGS).
      * configure, */Makefile.in: Rebuilt.
      
      From-SVN: r41806
      Alexandre Oliva committed
    • configure.in (noconfigdirs): Disable libgcj. · ca3667c4
      * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
      libgcj.
      
      From-SVN: r41805
      Alexandre Oliva committed
    • t-freebsd: Don't install "assert.h" in gcc. · df9ab511
      2001-05-03  David O'Brien  <obrien@FreeBSD.org>
      	* config/t-freebsd: Don't install "assert.h" in gcc.  Compile crtbeginS.o
      	and crtendS.o with PIC.
      
      Approved by:  Richard Henderson <rth@redhat.com>
                    Message-ID: <20010503125836.A15813@redhat.com>
      
      From-SVN: r41803
      David O'Brien committed
    • Report fixes from 3_0-branch made on 2001-03-04: · 01beec65
      	* config/m68hc11/larith.asm (__mulqi3): Fix multiplication of two
      	negative numbers.
      	(___subdi3, ___adddi3): Use x instead of y as index register.
      	(__init_bss_section, __map_data_section): Optimize for 68HC12.
      	(__memset, __memcpy): Likewise.
      	(regs): Put the soft registers in bss for 68HC12.
      	(abort): Use trap to abort for 68hc12.
      	(__mulhi3, __mulhi32): Use emul for 68hc12.
      	(__mulsi3): Avoid to use the tmp soft register for 68hc12.
      	* config/m68hc11/m68hc11.h (LIMIT_RELOAD_CLASS): Don't define.
      	* config/m68hc11/m68hc11-protos.h (limit_reload_class): Remove.
      	* config/m68hc11/m68hc11.c (limit_reload_class): Remove.
      	(m68hc11_override_options): Remove setting of flag_no_nonansi_builtin.
      	Set 68HC12 min offset to -65536.
      	(print_operand): Put parenthesis arround the operand if it refers
      	to a symbol having the same name as a register.
      	(m68hc11_z_replacement): When z register is replaced by its
      	equivalent soft register, force the insn to be re-recognized.
      	(m68hc11_check_z_replacement): Fix the test when destination is
      	the index register and z dies in the insn.
      	(m68hc11_reorg): Remove the REG_DEAD notes beforce recomputing them.
      	* config/m68hc11/m68hc11.c (m68hc11_override_options): Initialize
      	costs according to processor variant.
      	(m68hc11_shift_cost): New function to compute shift costs.
      	(m68hc11_rtx_costs): Define costs according to processor variant.
      	(m6811_cost): Costs for 68HC11.
      	(m6812_cost): Costs for 68HC12.
      	(COSTS_N_INSNS): Remove.
      
      	* config/m68hc11/m68hc11.h (RTX_COSTS): New.
      	(DEFAULT_RTX_COSTS): Remove.
      	(CONST_COSTS): Define costs according to OUTER_CODE.
      	(processor_costs): New struct to define costs.
      	(m68hc11_cost): Pointer to current costs.
      
      	* config/m68hc11/m68hc11.md (*addhi3_68hc12): Fix generation
      	and use m68hc11_notice_keep_cc when using leax/leay.
      	(addhi3 split): Reject split if the insn is handled by
      	leax/leay above.
      	* config/m68hc11/m68hc11.c (m68hc11_split_move): For 68HC12 the
      	push must be handled in a special way if the source operand uses
      	sp as index register.
      	(m68hc11_notice_keep_cc): New function.
      	(m68hc11_gen_movhi): Use it when an insn changes a register but
      	not the flags.
      	(m68hc11_gen_movqi): Fix move for 68HC12.
      	* config/m68hc11/m68hc11-protos.h (m68hc11_notice_keep_cc): Declare.
      
      	* config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use LCT_CONST
      	and don't pass operands[0] to emit_library_call_value.
      
      	* config/m68hc11/m68hc11.md (tsthi_1): Use cpd for 68HC12.
      	(zero_extendsi split): Simplify and use (zero_extendhi).
      	(*addhi3): Remove 'w' constraint since stack pointer is handled
      	by (addhi3_sp).
      	(*ashlhi3_2): Operand 2 is clobbered use '+' for its constraint.
      	(*ashlhi3, *ashrhi3, *lshrhi3): Likewise.
      	(*ashrhi3_const): Fix shift by 7.
      	(*lshrsi3_const16): Fix template.
      	(call, call_value): Fix constraint and predicate.
      
      	* config/m68hc11/m68hc11.md (X_REGNUM, D_REGNUM): New constant.
      	(Y_REGNUM, SP_REGNUM, PC_REGNUM, A_REGNUM, B_REGNUM): Likewise.
      	(CC_REGNUM): Likewise.
      	(*unnamed splits): Use above constants instead of hard coded numbers.
      	(*adcq, *subcq, *addsi_carry, *rotlqi3_with_carry): Likewise.
      	(*rotlhi3_with_carry, *rotrhi3_with_carry): Likewise.
      	(*return_16bit, *unnamed peepholes): Likewise.
      
      From-SVN: r41802
      Stephane Carrez committed
    • * texi2pod.pl: Add copyright and GPL notices. · 6e26f4aa
      From-SVN: r41800
      Joseph Myers committed
    • config.gcc (rs6000-ibm-aix|powerpc-ibm-aix): Do not include rs6000/rs6000.h twice. · cb5dda2b
      2001-05-03  David O'Brien  <obrien@FreeBSD.org>
      	* config.gcc(rs6000-ibm-aix|powerpc-ibm-aix):  Do not include
      	rs6000/rs6000.h twice.
      
      Approved by:  David Edelsohn <dje@watson.ibm.com>
                    <200105031901.PAA24582@makai.watson.ibm.com>
      
      From-SVN: r41799
      David O'Brien committed
    • djgpp.h (CPP_PREDEFINES): Define __GO32__. · 11fdc4c3
      * config/i386/djgpp.h (CPP_PREDEFINES): Define __GO32__.
      (CPP_SPEC): Conditionally define MSDOS and GO32.
      (SUBTARGET_SWITCHES): Ignore -mbnu210 and -mno-bnu210.
      (SUBTARGET_OVERRIDE_OPTIONS): Warn that -mbnu210 and -mno-bnu210 are
      ignored.
      (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Remove.
      
      From-SVN: r41798
      Mark Elbrecht committed
    • jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking. · ecd554cd
      2001-05-03  Martin Kahlert  <martin.kahlert@infineon.com>
      
      	* jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds
      	checking.
      	(_Jv_JNI_SetPrimitiveArrayRegion): Likewise.
      
      From-SVN: r41795
      Martin Kahlert committed
    • Fix bad checkin. · ba3c22ff
      From-SVN: r41793
      Andrew Haley committed
    • Wrong ChangeLog entry. · 49b51f30
      From-SVN: r41792
      Jakub Jelinek committed
    • integrate.h (struct inline_remap): Add leaf_reg_map table. · c826ae21
      	* integrate.h (struct inline_remap): Add leaf_reg_map table.
      	* integrate.c (expand_inline_function): Use xcalloc to allocate
      	memory.
      	(copy_rtx_and_substitute): Use the leaf_reg_map for leaf
      	registers.
      
      From-SVN: r41791
      Mark Mitchell committed
    • update_web_docs: Don't generate HTML from gxxint.texi. · 371d5d2e
      	* update_web_docs: Don't generate HTML from gxxint.texi.  Don't
      	run texi2html on manuals that aren't present.
      
      From-SVN: r41789
      Joseph Myers committed