- 13 Apr, 1999 37 commits
-
-
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 -
* i386/vxi386.h (CPP_CPU_SPEC): Define appropriately for vxworks. (CPP_PREDEFINES, LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): likewise. From-SVN: r26422
Mike Stump committed -
* tree.c (cp_valid_lang_attribute): New fn. Handle init_priority and com_interface. * cp-tree.h: Add prototype. * decl.c (init_decl_processing): Set valid_lang_attribute. From-SVN: r26421
Jason Merrill committed -
* class.c (finish_struct_1): Look at the const-ness of the field's type, not the TREE_READONLY-ness of the declaration. * method.c (synthesize_method): Likewise. * pt.c (tsubst_decl): Call c_apply_type_quals_to_decl when creating new declarations. From-SVN: r26420
Mark Mitchell committed -
* c-common.c (default_valid_lang_attribute): New fn. (valid_lang_attribute): New callback ptr. (decl_attributes): Call it. Move init_priority support into C++ frontend. From-SVN: r26419
Jason Merrill committed -
From-SVN: r26418
Jeff Law committed -
From-SVN: r26417
Mike Stump committed -
* decl2.c (import_export_decl): Because vtables always reference virtual functions, even if they are inlined, don't allow -fno-implement-inlines to not emit them, instead, emit them with the vtable. * decl.c (start_function): Likewise. Fixes vtable1.C From-SVN: r26416
Mike Stump committed -
John Wehle (john@feith.com) * i386.md (movdi): Add splitter. From-SVN: r26415
John Wehle committed -
From-SVN: r26414
Jeff Law committed -
c4x.md (storeqf_int, [...]): Add new patterns with corresponding splitters to handle moves of floating point... * config/c4x/c4x.md (storeqf_int, storeqf_int_clobber, loadqf_int, loadqf_int_clobber): Add new patterns with corresponding splitters to handle moves of floating point values into and out of intager registers by using memory. * config/c4x/c4x.c (c4x_check_legit_addr): Disallow PRE_INC for modes other than QFmode and QImode. (mixed_subreg_operand): New function. (c4x_emit_move_sequence): If moving a floating point value into or out of an integer register, use the new patterns storeqf_int_clobber or loadqf_int_clobber. (reg_imm_operand, *_reg_operand): Call reg_operand instead of register_operand. (reg_operand, src_operand): Disallow operand if it satisifes mixed_subreg_operand. * config/c4x/c4x.h (mixed_subreg_operand): Add prototype. From-SVN: r26413
Michael Hayes committed -
Jan Hubicka <hubicka@freesoft.cz> * i386.c (agi_dependent): Handle push operation more correctly. From-SVN: r26412
Jan Hubicka committed -
Jan Hubicka <hubicka@freesoft.cz> * i386.md (anddi3): Add % constraint. (iordi3, xordi3): Likewise. From-SVN: r26411
Jan Hubicka committed -
Jan Hubicka <hubicka@freesoft.cz> * i386.md (extendhisi2): Output mov instead of cw instruction for K6 to improve decoding bandwidth. * i386.md (extendhiqi2): Likewise. From-SVN: r26410
Jan Hubicka committed -
* pa.c: Avoid Using immediate zero for register zero. * pa.md: Likewise. From-SVN: r26409
Jeffrey A Law committed -
Jan Hubicka <hubicka@freesoft.cz> * i386.md (movsf_push): Handle memory to memory case too, new splitter. (movdf_push, movxf_push): Likewise. (movsf_push_memory, movdf_push_memory, movxf_push_memory): Remove. From-SVN: r26408
Jan Hubicka committed -
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and solaris-threads.h. From-SVN: r26407
Tom Tromey committed -
Jan Hubicka <hubicka@freesoft.cz> * i386.md: Do not output mov %0,reg on AMD K6. From-SVN: r26406
Jan Hubicka committed -
* java/lang/natSystem.cc (arraycopy): Don't always use jbyteArray; instead switch on actual element type. From-SVN: r26405
Tom Tromey committed -
* pa.c: Use a register name, not a raw immediate in branch, compare/clear, sub, subb, uaddcm and vshd instructions. * pa.md: Likewise. From-SVN: r26404
Jeffrey A Law committed -
* pa.c: Use a register name, not a raw immediate in "bv" instructions. * pa.md, pa.h, ee.asm, ee_fp.asm, lib2funcs.asm: Likewise. From-SVN: r26403
Jeffrey A Law committed -
* Makefile.in: Rebuilt. * Makefile.am (AM_MAKEFLAGS): Added JC1FLAGS. From-SVN: r26402
Tom Tromey committed -
Tue Apr 13 12:14:07 1999 Dave Brolley <brolley@cygnus.com> * cppinit.c (cpp_start_read): Fix buffer overwrite. * Makefile.in (cppinit.o): Typo in dependencies. From-SVN: r26401
Dave Brolley committed -
1999-04-13 Andrew Haley <aph@cygnus.com> * include/i386-signal.h, include/default-signal.h: New files. * prims.cc (catch_segv): Call MAKE_THROW_FRAME in exception handler. (catch_fpe): New function. * configure.in: Make link to appropriate include/java-signal.h. * configure: Rebuilt. * Makefile.am: include/java-signal.h added to dependency list. * Makefile.in: Rebuilt. From-SVN: r26400
Andrew Haley committed -
* arm.h (function prototypes for arm.c): Ifdef these out if HAVE_CONFIG_H is not defined. From-SVN: r26399
Richard Earnshaw committed -
* pa.c: Remove space register specification in memory addresses, except where it is actually needed. * pa.md, pa.h, ee.asm, ee_fp.asm, lib2funcs.asm: Likewise. From-SVN: r26398
Jeffrey A Law committed -
From-SVN: r26397
Jeff Law committed -
From-SVN: r26395
Jason Merrill committed -
* cp-tree.h (struct lang_type): Add com_interface. (CLASSTYPE_COM_INTERFACE): New macro. * class.c (set_rtti_entry): COM interface classes have no RTTI entries in their vtables; adjust. (add_virtual_function, finish_base_struct, skip_rtti_stuff, modify_one_vtable, fixup_vtable_deltas1, override_one_vtable, finish_struct_1): Likewise. * decl2.c (mark_vtable_entries): Likewise. * rtti.c (build_headof, get_tinfo_fn_dynamic): Likewise. * search.c (get_abstract_virtuals_1, get_abstract_virtuals, expand_upcast_fixups): Likewise. * tree.c (debug_binfo): Likewise. From-SVN: r26394
Jason Merrill committed -
* cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro. * typeck.c (comptypes): If we get it, ignore attributes. * class.c (instantiate_type): Use BASELINK_P. Change complain parameter to flags; 2 means ignore attributes. * call.c (build_op_delete_call): Pass it. From-SVN: r26393
Jason Merrill committed -
* decl.c (xref_tag): Only complain once about using a typedef-name with 'struct'. Downgrade to pedwarn. * decl.c (grokdeclarator): Allow [] syntax for zero-length array. From-SVN: r26392
Jason Merrill committed -
From-SVN: r26391
Jason Merrill committed
-
- 12 Apr, 1999 3 commits
-
-
* parse.y (absdcl_intern): New nonterminal. (absdcl, direct_abstract_declarator): Use it. From-SVN: r26390
Jason Merrill committed -
From-SVN: r26389
Jason Merrill committed -
From-SVN: r26388
Mumit Khan committed
-