- 18 Dec, 2000 9 commits
-
-
2000-12-18 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. (libstdcxx_incdir): Pass down. * config.if: Remove expired bits for cxx_interface, add stub. (libstdcxx_incdir): Add variable for g++ include directory. * configure.in (gxx_include_dir): Use it. From-SVN: r38355
Benjamin Kosnik committed -
2000-12-18 Benjamin Kosnik <bkoz@redhat.com> * configure.in: Set os_include_dir for cross_compiles. * configure: Regenerate. * configure.target (l_glibcpp_cxxflags): Don't try to be clever when assigning ATOMICITYH. Only special case the special cases... 2000-12-15 Benjamin Kosnik <bkoz@redhat.com> * configure.in (gxx_target_include_dir): Install target-dependent include files in a target-dependent place. * configure: Regenerate. * src/Makefile.am: Add in support here. * src/Makefile.in: Regenerate. From-SVN: r38354
Benjamin Kosnik committed -
* MAINTAINERS: Added self as sh port co-maintainer. Removed entry with old-email address from ``Write After Approval''. From-SVN: r38353
Alexandre Oliva committed -
* g77install.texi: Remove obsolete parts only used for INSTALL, and DOC-G77 conditionals. Update last-update-install date. From-SVN: r38343
Joseph Myers committed -
* c-lex.c (lex_lineno): Remove. (init_c_lex, c_lex): Remove lex_lineno. (cb_change_file): Update lineno correctly, both before calling push_srcloc and before leaving the function. (cb_def_pragma): Set lineno before outputting diagnostics. From-SVN: r38342
Neil Booth committed -
ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0
* docs/html/17_intro/COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references to 19yy as example year in copyright notice). From-SVN: r38341
Joseph Myers committed -
ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0
* COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references to 19yy as example year in copyright notice). From-SVN: r38340
Joseph Myers committed -
From-SVN: r38339
Jeff Law committed -
* java/util/zip/natInflater.cc (inflate): Treat Z_BUF_ERROR as end-of-stream if avail_in is 0. From-SVN: r38338
Bryce McKinlay committed
-
- 17 Dec, 2000 19 commits
-
-
* print-tree.c (print_node): Print DECL_USER_ALIGN and TYPE_USER_ALIGN. Print TYPE_MIN_VALUE and TYPE_MAX_VALUE for REAL_TYPE. Use print_node_brief to print bounds. From-SVN: r38337
Richard Kenner committed -
* cpplib.h (struct cpp_reader): Remove references to string_pool and temp_string_pool. * cppinit.c (cpp_create_reader, cpp_cleanup): Similarly; using ident_pool in place. * cpplex.c (parse_number, unescaped_terminator_p, parse_string, save_comment, cpp_token_as_text): Similarly. * cpplib.c (do_define, glue_header_name, parse_assertion): Similarly. * cppmacro.c (make_number_token, builtin_macro, lock_pools, unlock_pools, stringify_arg, paste_tokens): Similarly. From-SVN: r38336
Neil Booth committed -
* dwarf2out.c (loc_descriptor_from_tree, case NOP_EXPR): New case. (loc_descriptor_from_tree, case CONVERT_EXPR): Likewise. (loc_descriptor_from_tree, case NON_LVALUE_EXPR): Likewise. From-SVN: r38335
Richard Kenner committed -
From-SVN: r38334
Richard Kenner committed -
* Makefile.in (check-po): Use $(MAKE). (risky-stage1, risky-stage2, risky-stage3, risky-stage4): Likewise. From-SVN: r38333
Richard Earnshaw committed -
* cppmain.c (check_multiline_token): New function. (scan_buffer): Use it. (cb_change_file): Restructure to avoid warning. * cpperror.c (print_location): Initialize col. From-SVN: r38332
Neil Booth committed -
2000-12-14 Philipp Thomas <pthomas@suse.de> * protoize.c (main): Correctly set locale categories. * gcc.c (main): Likewise. * cppmain.c (general_init): Likewise. * toplev.c (main): Likewise. * gcov.c (main): Likewise. * collect2.c (main): Likewise. From-SVN: r38331
Philipp Thomas committed -
From-SVN: r38330
Neil Booth committed -
* c-common.c (c_common_nodes_and_builtins): Create a cstring_endlink, use it. Rename int_ftype_string_string to int_ftype_cstring_cstring, string_ftype_string_int to string_ftype_cstring_int, and string_ftype_string_string to string_ftype_cstring_cstring. Prefer sizetype_endlink and int_endlink to manually recreating them. Fix the prototype set for __builtin_strspn/__builtin_strcspn. From-SVN: r38329
Kaveh R. Ghazi committed -
* java/util/ArrayList.java (data): Declare transient. (serialPersistantFields): Removed. (readObject): Use defaultReadObject(), not readFields(). (writeObject): Use defaultWriteObject(), not writeFields(). From-SVN: r38328
Bryce McKinlay committed -
* diagnostic.c (finish_abort): Deleted. (fatal): Add code from fninish_abort. (error_recursion, fancy_abort): Call fatal, not finish_abort. (trim_filename): Remove leading "../". * diagnostic.h (finish_abort): Deleted. * toplev.c (crash_signal): Call fatal, not finish_abort. From-SVN: r38327
Richard Kenner committed -
* config/avr/avr.c (out_set_stack_ptr): Update comment. (print_operand): Add support for %~ and %o. From-SVN: r38326
Marek Michalkiewicz committed -
2000-12-17 Jeff Sturm <jeff.sturm@commerceone.com> * java/util/Hashtable.java (put): Remove `last' variable. Link new entry to head of list. * java/util/HashMap.java (put): Ditto. From-SVN: r38325
Jeff Sturm committed -
From-SVN: r38324
Jeff Law committed -
From-SVN: r38323
Herman A.J. ten Brugge committed -
2000-12-17 Philipp Thomas <pthomas@suse.de> * POTFILES.in: Add doloop.c. From-SVN: r38322
Philipp Thomas committed -
2000-12-17 Philipp Thomas <pthomas@suse.de> * POTFILES.in: Remove files not existing anymore. Add a note at the top that trailing spaces aren't allowed. From-SVN: r38321
Philipp Thomas committed -
* g++.old-deja/g++.other/syshdr1.C: Update. * gcc.dg/cpp/lineflags.c: Remove temporarily. From-SVN: r38320
Neil Booth committed -
* c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up. * cpperror.c (print_containing_files): Get right line number. (print_location): Output column of 1 if 0. * cppfiles.c (stack_include_file): cpp_push_buffer handles the callback. * cpphash.h (_cpp_do_file_change): No longer external. * cpplib.c (do_file_change): Now local to cpplib.c. (do_line): Fake a buffer stack for preprocessed files. (cpp_push_buffer): Create a file_change callback. Handle faked buffers. (cpp_pop_buffer): Similarly. * cpplib.h: BUF_FAKE: New buffer type. * cppmain.c: Update to handle correct file renaming where a #line is the first line of the main file, and produce only the renamed file, not the original file, as output. From-SVN: r38319
Neil Booth committed
-
- 16 Dec, 2000 12 commits
-
-
From-SVN: r38318
Michael Hayes committed -
* config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Call c4x_init_pragma. * config/c4x/c4x-protos.h (c4x_init_pragma): New prototype. * config/c4x/c4x.c (c4x_init_pragma): New function. (c_lex_func): New variable. (c4x_parse_pragma): Use c_lex_func. Co-Authored-By: Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl> From-SVN: r38317
Michael Hayes committed -
* config/c4x/c4x.h (MD_INIT_BUILTINS): Add void_list_node argument to c4x_init_builtins. * config/c4x/c4x-protos.h (c4x_init_builtins): Add tree argument. * config/c4x/c4x.c (c4x_init_builtins): Add tree argument. (c4x_output_ascii): Fix. Co-Authored-By: Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl> From-SVN: r38316
Michael Hayes committed -
* config/c4x/c4x.h (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Define. * config/c4x/c4x-protos.h (c4x_init_builtins): New prototype. (c4x_expand_builtin): Likewise. * config/c4x/c4x.c (c4x_init_builtins): New function. (c4x_expand_builtin): Likewise. * config/c4x/c4x.md (floatunsqihf2): New pattern. (*floatqihf2_set, *fixhfqi_set, fix_trunchfqi2): Likewise. (fixuns_trunchfqi2, toieee, frieee, *ldhf_conditional): Likewise. (*ldhf_conditional_noov, movhfcc, trap, cond_trap_cc): Likewise. (*toieee_movqf_clobber, *frieee_movqf_clobber): Likewise. Co-Authored-By: Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl> From-SVN: r38315
Michael Hayes committed -
* libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes. * libgcc2.c (__absvsi2): Use Wtype and DWtype. (__absvdi2, __addvsi3, __addvdi3, __subvsi3): Likewise. (__subvdi3, __mulvsi3, __mulvdi3, __negvsi2, __negvdi2): Likewise. From-SVN: r38314
Michael Hayes committed -
* config/sh/sh.h (INITIALIZE_TRAMPOLINE): Enclose the block statement in do/while(0). From-SVN: r38313
Alexandre Oliva committed -
* safe-ctype.h: Make code work on all targets and not just on targets where a char is 8 bits. From-SVN: r38312
Herman A.J. ten Brugge committed -
* lib/libjava.exp (test_libjava_from_javac): Strange quoting trick for `.class' link case. (bytecompile_file): Change directory outside of `catch'. * libjava.lang/Thread_1.java: Removed. * libjava.lang/Thread_1.out: Likewise. * libjava.lang/N19990310_4.xfail: New file. * libjava.lang/stub.xfail: Added new failure modes. * libjava.lang/stringconst.xfail: New file. * libjava.lang/PR162.xfail: New file. * libjava.lang/Final.xfail: Removed. From-SVN: r38311
Tom Tromey committed -
* i386.md (ashrsi3_cmpno, ashrhi3_cmpno, ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno): Remove redundant '@' from the template. * i386.md (cmpstrsi_1): Fix type of the compare. * genattrtab.c (attr_rtx_cost): New function. (simplify_test_exp): Avoid overactive inlining; use temporary obstacks for tests. From-SVN: r38310
Jan Hubicka committed -
Sat Dec 16 10:41:11 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * diagnostic.c (finish_abort): Deleted. (fatal): Add code from fninish_abort. (error_recursion, fancy_abort): Call fatal, not finish_abort. (trim_filename): Remove leading "../". * diagnostic.h (finish_abort): Deleted. * toplev.c (crash_signal): Call fatal, not finish_abort. * stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNIT as if size were variable. * expmed.c (expand_mult): Write REG_EQUAL note with proper mode. From-SVN: r38309
Richard Kenner committed -
2000-12-15 Diego Novillo <dnovillo@redhat.com> * i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix references to _GLOBAL_OFFSET_TABLE_ when using Intel syntax. From-SVN: r38308
Diego Novillo committed -
* stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNIT as if size were variable. From-SVN: r38307
Richard Kenner committed
-