- 14 Apr, 1999 28 commits
-
-
* config-lang.in (compilers): Add exeext. (stagestuff): Likewise. From-SVN: r26462
Mumit Khan committed -
* explow.c (allocate_dynamic_stack_space): Undo last change. Use convert_memory_address instead. From-SVN: r26461
Jeffrey A Law committed -
* configure.in (alpha interix): Use symbolic names to set target_cpu_default. * configure: Rebuilt. From-SVN: r26460
Jeffrey A Law committed -
* alpha/lib1funcs.asm: New file. * alpha/t-interix(lib1funcs.asm): Add to build. From-SVN: r26459
Donn Terry committed -
* explow.c (allocate_dynamic_stack_space): Correctly convert TARGET to Pmode. From-SVN: r26458
Donn Terry committed -
* i386.md (truncxfdf): Output the template supplied by output_move_double with the correct operands. From-SVN: r26457
John Wehle committed -
From-SVN: r26456
Zack Weinberg committed -
John Wehle (john@feith.com) * i386.md (extendsfdf, extendsfxf, extenddfxf): Use output_float_extend instead specifying '#' as the template. * i386.c (output_float_extend): Define. * i386.h (output_float_extend): Declare. From-SVN: r26455
John Wehle committed -
* cp-tree.h (popclass): Change declaration. (pop_nested_class): Likewise. (poplevel_class): Remove declaration. * call.c (convert_default_argument): Pass no arguments to popclass. * class.c (finish_struct_1): Likewise. (finish_struct): Likewise. (popclass): Remove argument. Simplify code accordingly. (pop_nested_class): Likewise. * decl.c (poplevel_class): Declare it here, and make it static. (poplevel): Handle class scopes. (pop_level_class): Don't take an rgument. Simplify. (pop_everything): Pass no arguments to pop_nested_class. (cp_finish_decl): Pass no arguments to popclass. (grokdeclarator): Pass no arguments to pop_nested_class. (finish_function): Likewise. * decl2.c (grokfield): Likewise. (pop_scope): Pass no arguments to popclass. * lex.c (do_pending_defargs): Pass no arguments to pop_nested_class. * pt.c (instantiate_class_template): Move call to pushclass, and document. Pass no arguments to popclass. (regenerate_decl_from_template): Likewise. From-SVN: r26454
Mark Mitchell committed -
From-SVN: r26453
Jason Merrill committed -
From-SVN: r26452
Jason Merrill committed -
* typeck.c (build_unary_op): Handle taking the address of a unique bound non-static member function. From-SVN: r26451
Jason Merrill committed -
* configure: Rebuilt. * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts incorrect patch of 199-04-09. From-SVN: r26450
Tom Tromey committed -
* configure: Rebuilt. * configure.in: Added support for alpha. From David Pettersson <dapet@mai.liu.se>. From-SVN: r26449
Tom Tromey committed -
From-SVN: r26448
Martin v. Löwis committed -
* java/net/natInetAddress.cc (lookup): On glibc2.0 systems, make buffer larger to work around bug. From Bryce McKinlay <bryce@albatross.co.nz>. From-SVN: r26447
Tom Tromey committed -
* config/mips/elf.h, config/mips/elf64.h (CTORS_SECTION_ASM_OP): Define. (DTORS_SECTION_ASM_OP): Define. (EXTRA_SECTIONS): Define. (INVOKE__main): Define. (NAME__MAIN): Define. (SYMBOL__MAIN): Define. (EXTRA_SECTIONS_FUNCTIONS): Define. (SECTION_FUNCTION_TEMPLATE): Define. (ASM_OUTPUT_CONSTRUCTOR): Define. (ASM_OUTPUT_DESTRUCTOR): Define. (CTOR_LIST_BEGIN): Define. (CTOR_LIST_END): Define. (DTOR_LIST_BEGIN): Define. (DTOR_LIST_END): Define. (LIB_SPEC): Define. (STARTFILE_SPEC): Define. (ENDFILE_SPEC): Define. * config/mips/linux.h: Undefine all of the above. * config/mips/rtems64.h: Likewise. * config/mips/t-r3900: Likewise. * config/mips/t-elf: New file. * config/mips/vxworks.h: New file. * configure.in (mips-wrs-vxworks): Use mips/vxworks.h. (mips*-*-*elf*): Use t-elf instead of t-ecoff. * configure: Regenerate. From-SVN: r26446
Catherine Moore committed -
* alpha.c (aligned_memory_operand): Recognize the output of LEGITIMIZE_RELOAD_ADDRESS. Examine reg_equiv_memory_loc in the event of a pseudo. (unaligned_memory_operand): Likewise. Don't otherwise accept completely illegal addresses. (normal_memory_operand): Likewise. Handle subregs of pseudos. (get_aligned_mem): Revert previous change. Abort if we don't have a mem. During reload, call find_replacement on all illegal memories. (get_unaligned_address): Likewise. * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Use !aligned_memory_operand instead of unaligned_memory_operand. * alpha.md: Revert extra argument to get_aligned_mem. (reload_inqi): Use any_memory_operand in constraints. Abort if we're not given some sort of mem. (reload_inhi): Likewise. (reload_outqi, reload_outhi): Likewise. From-SVN: r26445
Richard Henderson committed -
* reload1.c (emit_reload_insns): Also find equivalent mems for subregs of pseudos. From-SVN: r26444
Richard Henderson committed -
From-SVN: r26443
Richard Henderson committed -
1999-04-14 12:37 -0400 Zack Weinberg <zack@rabi.columbia.edu> * cpperror.c, cppexp.c, cpplib.c: Never call abort. * cpphash.c: Only call abort when we detect corruption of the malloc arena. * cppmain.c: Don't define fatal or fancy_abort. From-SVN: r26442
Zack Weinberg committed -
Jan Hubicka <hubicka@freesoft.cz> * i386.c (x86_adjust_cost): Agi stall takes 1 cycle on Pentium, fst requires value to be ready one extra cycle. From-SVN: r26441
Jan Hubicka committed -
Wed Apr 14 11:28:34 1999 Dave Brolley <brolley@cygnus.com> * config/i386/i386.c (memory_address_length): Add missing parenthesis. From-SVN: r26440
Dave Brolley committed -
natDouble.java (doubleToLongBits): ensure that all NaNs are always converted to the same long value. 1999-04-14 Andrew Haley <aph@cygnus.com> * java/lang/natDouble.java (doubleToLongBits): ensure that all NaNs are always converted to the same long value. * java/lang/natFloat.java (floatToIntBits): ditto, but for float converted to int. From-SVN: r26439
Andrew Haley committed -
* extend.texi (Deprecated Features): New node. * invoke.texi (-Wdeprecated): Document. * cp/lang-options.h (-Wdeprecated): New flag. * cp/decl2.c (warn_deprecated): New flag. (lang_decode_option): Deprecated this-is-variable, external-templates, alt-external-templates. Support -Wdeprecated. * cp/errfn.c (cp_deprecated): New function. From-SVN: r26438
Martin v. Löwis committed -
* i386.md (SImode logical compare): Avoid outputing non-pariable testw and testl on Pentium. (register and memory bit tests): Likewise. (setcc, normal and reversed conditional branches): Use shorter sequence for testing flags stored in EAX. From-SVN: r26437
Jan Hubicka committed -
From-SVN: r26436
Jeff Law committed -
* decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME instead of the decls themselves. From-SVN: r26435
Jason Merrill committed
-
- 13 Apr, 1999 12 commits
-
-
* i386.md (xorsi3): Do not output NOT instrctions on Pentium. (xorqi3): Likewise. (xorhi3): Likewise. (notsi2): Likewise. (notqi2): Likewise. (nothi2): Likewise; do not output prefixed opcodes when possible. From-SVN: r26434
Jan Hubicka committed -
* i386.md (neghi2): Do not output prefixed opcode when possible. (ashlhi3): Likewise. From-SVN: r26433
Jan Hubicka committed -
* i386.c (memory_address_length): New function. * i386.h (memory_address_length): Declare it. From-SVN: r26432
Richard Henderson committed -
From-SVN: r26431
Zack Weinberg committed -
From-SVN: r26430
Zack Weinberg committed -
From-SVN: r26429
Jeff Law committed -
From-SVN: r26428
Mike Stump committed -
From-SVN: r26427
Jason Merrill committed -
From-SVN: r26426
Jason Merrill committed -
From-SVN: r26425
Jason Merrill committed -
* configure.in(interix Alpha): Add. * configure.in(winnt Alpha): Use alpha32.h * configure.in(interix i386): Parallel Alpha32. * config/interix.h: Move common elements from i386-interix.h. * config/i386/i386-interix.h: Delete same. * config/alpha/alpha-interix.h: New file * config/alpha/alpha32.h: New file, part fron win-nt.h. * config/alpha/win-nt.h: Deletions (-> alpha32.h). * config/alpha/interix.h: New file * config/alpha/alpha.md (interix): Comment. * config/alpha/xm-alpha-interix.h: New file. * config/alpha/t-interix: New file. * fixinc/mkfixinc.sh (interix/Alpha): Add. Co-Authored-By: Martin Heller <Ing.-Buero_Heller@t-online.de> From-SVN: r26424
Donn Terry committed -
* config.guess (interix Alpha): Add. Co-Authored-By: Martin Heller <Ing.-Buero_Heller@t-online.de> From-SVN: r26423
Donn Terry committed
-