- 03 May, 2001 17 commits
-
-
From-SVN: r41800
Joseph Myers committed -
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 -
* 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 -
From-SVN: r41797
Alexandre Oliva committed -
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 -
From-SVN: r41793
Andrew Haley committed -
From-SVN: r41792
Jakub Jelinek committed -
* 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. Don't run texi2html on manuals that aren't present. From-SVN: r41789
Joseph Myers committed -
* c-dump.c (dequeue_and_dump): Don't look at DECL_ASSEMBLER_NAME if it is not set. From-SVN: r41788
Mark Mitchell committed -
* config/mn10300/mn10300.h (LINK_SPEC): Pass --relax to the linker if -mrelax is given. (TARGET_SWITCHES): Document -mrelax. From-SVN: r41787
Alexandre Oliva committed -
2001-04-30 Andrew Haley <aph@cambridge.redhat.com> * libgcj.spec.in (jc1): Add EXCEPTIONSPEC. * configure.host (EXCEPTIONSPEC): New. * configure.in (EXCEPTIONSPEC): New. * configure: Rebuilt. From-SVN: r41786
Andrew Haley committed -
* hwint.h (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Use long long if it's wider than long and the target's long is wider than the host's. From-SVN: r41785
Alexandre Oliva committed -
* dump.c (cp_dump_tree, USING_STMT case): New case. * tree.c (cp_statement_code_p): Add USING_STMT. * decl2.c (do_using_directive): Add the using directive statement. * tree.c (walk_tree): Reformat an if block. From-SVN: r41783
Nathan Sidwell committed -
2001-05-02 David O'Brien <obrien@FreeBSD.org> * config.gcc, config/rs6000/aix51.h, config/rs6000/mach.h: Do not directly include rs6000/rs6000.h. Instead do it in tm.h. Approved by: Geoff Keating <geoffk@geoffk.org> Message-ID: <jmae4vtdi0.fsf@geoffk.org> From-SVN: r41782
David O'Brien committed -
From-SVN: r41780
GCC Administrator committed -
From-SVN: r41778
Bryce McKinlay committed
-
- 02 May, 2001 20 commits
-
-
* objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Default to NSConstantString for NeXT-style runtimes. (STRING_OBJECT_GLOBAL_NAME): New macro. (enum objc_tree_index): Add values OCTI_CNST_STR_GLOB_ID and OCTI_STRING_CLASS_DECL. (constant_string_global_id): New macro. (string_class_decl): Ditto. (setup_string_decl): New function. (build_objc_string_object): Use it to build a NeXT runtime compatible string initializer. From-SVN: r41776
Stan Shebs committed -
* g++.old-deja/g++.eh/catch13.C: New test. * g++.old-deja/g++.eh/catch14.C: New test. From-SVN: r41774
Jakub Jelinek committed -
* tradcpp.c (do_define): Make sure we don't walk past limit. * gcc.dg/cpp/tr-define.c: New test. From-SVN: r41773
Jakub Jelinek committed -
2000-05-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * config/rs6000/rs6000.c (rs6000_legitimate_address): Allow any stack offsets if not REG_OK_STRICT. * config/rs6000/rs6000.h (REG_OK_STRICT_FLAG): New macro. (INT_REG_OK_FOR_INDEX_P): Likewise. (INT_REG_OK_FOR_BASE_P): Likewise. (REG_OK_FOR_INDEX_P): Use INT_REG_OK_FOR_INDEX_P. (REG_OK_FOR_BASE_P): Use INT_REG_OK_FOR_BASE_P. (LEGITIMATE_OFFSET_ADDRESS_P): Use INT_REG_OK_FOR_INDEX_P and INT_REG_OK_FOR_BASE_P instead of REG_OK_FOR_INDEX_P and REG_OK_FOR_BASE_P. Take an additional parameter. (LEGITIMATE_INDEXED_ADDRESS_P): Likeewise. (LEGITIMATE_INDIRECT_ADDRESS_P): Likewise. (LEGITIMATE_LO_SUM_ADDRESS_P): Likewise. (GO_IF_LEGITIMATE_ADDRESS): Move code into new function rs6000_legitimate_address() and use it. * config/rs6000/rs6000.c: Update all callers. (rs6000_legitimate_address): New function. From-SVN: r41772
Franz Sirl committed -
2001-05-02 David Edelsohn <edelsohn@gnu.org> * config/rs6000/rs6000.c (rs6000_emit_move): Merge special_constant conditional blocks together. 2001-05-02 Dale Johannesen <dalej@apple.com> * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Remove unused NAMED parameter. (STRICT_ARGUMENT_NAMING): Define. * config/rs6000/rs6000.c (function_arg_advance, function_arg, function_arg_partial_nregs, setup_incoming_varargs): Remove args logic which depends on "named" now that STRICT_ARGUMENT_NAMING is defined. From-SVN: r41771
David Edelsohn committed -
decl.c (compute_array_index_type): Don't try to do anything with the indices when processing a template. * decl.c (compute_array_index_type): Don't try to do anything with the indices when processing a template. From-SVN: r41770
Mark Mitchell committed -
From-SVN: r41767
Richard Kenner committed -
* function.c (fixup_var_regs_1, case SUBREG): Use promoted mode for replacement. From-SVN: r41765
Richard Kenner committed -
* expr.c (store_field): Do nothing except elaborate side-effects if zero-bit field. From-SVN: r41763
Richard Kenner committed -
cp: * call.c: NULL_PTR -> NULL. * class.c: Likewise. * cvt.c: Likewise. * decl.c: Likewise. * decl2.c: Likewise. * except.c: Likewise. * init.c: Likewise. * rtti.c: Likewise. * search.c: Likewise. * tree.c: Likewise. * typeck.c: Likewise. * typeck2.c: Likewise. f: * com.c: NULL_PTR -> NULL. java: * decl.c: NULL_PTR -> NULL. * jcf-write.c: Likewise. From-SVN: r41762
Kaveh R. Ghazi committed -
* c-lex.c: NULL_PTR -> NULL. * cse.c: Likewise. * emit-rtl.c: Likewise. * gcse.c: Likewise. * genpeep.c: Likewise. * jump.c: Likewise. * mips-tdump.c: Likewise. * reload1.c: Likewise. * rtlanal.c: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * toplev.c: Likewise. From-SVN: r41761
Kaveh R. Ghazi committed -
From-SVN: r41759
Mark Mitchell committed -
From-SVN: r41757
GCC Administrator committed -
* g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from <stdlib.h>, not <malloc.h>. From-SVN: r41756
Loren J. Rittle committed -
2001-05-01 Benjamin Kosnik <bkoz@redhat.com> * include/bits/sbuf_iter.h (istreambuf_iterator): Correct. * testsuite/24_iterators/istreambuf_iterator.cc (test02): Add test. * include/bits/std_sstream.h (stringbuf): Leak copied string. * testsuite/24_iterators/ostreambuf_iterator.cc: Correct. From-SVN: r41755
Benjamin Kosnik committed -
* expr.c (expand_expr): When compiling LABELED_BLOCK_EXPR, call do_pending_stack_adjust before emiting label. From-SVN: r41753
Per Bothner committed -
2001-05-01 Tom Browder <tbrowder@home.com> * docs/html/ext/howto.html: Fix typo. From-SVN: r41752
Tom Browder committed -
From-SVN: r41750
Mark Mitchell committed -
From-SVN: r41749
Mark Mitchell committed -
* fdl.texi: New file. * objc-features.texi: Simplify. * Makefile.in: Adjust accordingly. From-SVN: r41747
Mark Mitchell committed
-
- 01 May, 2001 3 commits
-
-
* Make-lang.in ($(srcdir)/java/gcj.info): Added `-I..'. (java/gcj.dvi): Added $(srcdir) to TEXINPUTS. * gcj.texi: Updated copyright text. Include fdl.texi. (Top): Link to new node. From-SVN: r41743
Tom Tromey committed -
From-SVN: r41741
Per Bothner committed -
parse.y (java_pop_parser_context): The TREE_VALUE of a link in the import_list contains the name, not the TREE_PURPOSE. * parse.y (java_pop_parser_context): The TREE_VALUE of a link in the import_list contains the name, not the TREE_PURPOSE. From-SVN: r41739
Per Bothner committed
-