aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-08-04Removed conditional #defines of macros GCC always definesBruce Korb1-9/+0
From-SVN: r35480
2000-08-04Implement, but leave disabled, MSDOS functionalityBruce Korb8-96/+498
From-SVN: r35479
2000-08-04cppdefault.h (WINT_TYPE): Define.Joseph Myers4-0/+19
* cppdefault.h (WINT_TYPE): Define. * cppinit.c (builtin_array): Define __WINT_TYPE__. * tradcpp.c (initialize_builtins): Define __WINT_TYPE__. * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document. From-SVN: r35478
2000-08-04(mips_legitimate_address_p): Don't allow register+offset if the offset is ↵Clinton Popetz2-0/+10
large and negative... * (mips_legitimate_address_p): Don't allow register+offset if the offset is large and negative, and we are compiling for 64 bit registers. From-SVN: r35477
2000-08-04* MAINTAINERS: Add self to Write After Approval list.Joseph Myers2-0/+5
From-SVN: r35476
2000-08-04Daily bump.Jeff Law5-5/+5
From-SVN: r35475
2000-08-04h8300.c (function_prologue): Rearrange code for conciseness.Kazu Hirata3-145/+91
* h8300.c (function_prologue): Rearrange code for conciseness. (function_epilogue): Likewise. * hh8300.h (OK_FOR_U): Fix formatting. From-SVN: r35474
2000-08-04gencodes.c (main): Define CODE_FOR_nothing as the last possible ↵Herman A.J. ten Brugge2-1/+6
insn_code_number + 1. * gencodes.c (main): Define CODE_FOR_nothing as the last possible insn_code_number + 1. From-SVN: r35473
2000-08-04* cse.c: Fix a comment typo. Fix formatting.Kazu Hirata2-162/+169
From-SVN: r35472
2000-08-03i386.md (return_indirect_internal): New.Richard Henderson3-1/+14
* i386.md (return_indirect_internal): New. * i386.c (ix86_expand_epilogue): Use it. From-SVN: r35471
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg13-102/+144
* cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name. (lex_line): Glue @ onto the beginning of identifiers and string constants, in Objective-C mode. (output_token, spell_token): Handle CPP_OSTRING. (can_paste, maybe_paste_with_next): Handle pasting @ onto the beginning of a NAME or a STRING, in objc mode. * cpplib.c (get_define_node): Do not permit identifiers that begin with @ to be #defined. * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER. * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING. * c-lang.c, objc/objc-act.c (build_objc_string): Delete. * c-tree.h (build_objc_string): Delete prototype. * objc/objc-tree.def: Delete OBJC_STRING_CST. * c-lex.c (yylex): Use build_string for all three kinds of strings. * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4. From-SVN: r35470
2000-08-04Missing changelog entryBryce McKinlay1-0/+19
From-SVN: r35469
2000-08-04ObjectInputStream.java (readFields): Turn off readDataFromBlock while ↵Warren Levy4-17/+50
reading via GetField. * java/io/ObjectInputStream.java (readFields): Turn off readDataFromBlock while reading via GetField. (GetField$1.get(String, Object)): Pass Class of default value to getField. (getField): Allow for null default values. * java/io/ObjectOutputStream.java: Fixed typo in comment. (PutField$1.put): Fixed calls of checkType in most of the put methods to pass the correct parameter. (PutField$1.put(String, Object)): Allow for null value arg. (PutField$1.write): Turn off writeDataAsBlocks while writing via PutField. * java/io/ObjectStreamClass.java (serialPersistentFields): Fixed typo in spec'ed field name. (getSerialPersistentFields): Changed spelling of method to match the correct spelling of the spec'ed field name. More serialization fixes per Mauve errors. From-SVN: r35468
2000-08-03pt.c (do_type_instantiation): Add complain parm; don't complain if called ↵Jason Merrill4-10/+27
recursively. * pt.c (do_type_instantiation): Add complain parm; don't complain if called recursively. * cp-tree.h, parse.y: Adjust. From-SVN: r35467
2000-08-03* extend.texi: Fix typo in last change.Mark Mitchell2-1/+3
From-SVN: r35466
2000-08-03* configure.in (libstdcxx_flags): Don't use `"'.Alexandre Oliva2-1/+3
From-SVN: r35465
2000-08-03extend.texi: Add commentary on statement-expressions and their interactions ↵Mark Mitchell1-0/+5
with C++. * extend.texi: Add commentary on statement-expressions and their interactions with C++. From-SVN: r35464
2000-08-03ChangeLogMark Mitchell1-0/+43
From-SVN: r35463
2000-08-03Change java language number to 0x000bNick Clifton3-3/+8
From-SVN: r35462
2000-08-03* dce: New file.Mark Mitchell1-0/+1
From-SVN: r35461
2000-08-03Apply patch from Anthony Green to add java language support to Dwarf generation.Anthony Green5-3/+27
From-SVN: r35460
2000-08-03config-ml.in: Adjust multilib search paths to the appropriate multilib tree.Alexandre Oliva2-1/+39
* config-ml.in: Adjust multilib search paths to the appropriate multilib tree. From-SVN: r35459
2000-08-03reg-stack.c (subst_stack_regs_pat): Use replace_reg to swap operands.Jan Hubicka3-4/+12
* reg-stack.c (subst_stack_regs_pat): Use replace_reg to swap operands. * i386.c (ix86_expand_branch): Mode of comparison in IF_THEN_ELSE is VOIDmode. From-SVN: r35458
2000-08-03Makefile.in: Rebuilt.Tom Tromey3-58/+786
* Makefile.in: Rebuilt. * Makefile.am (awt_java_source_files): Added new files. From-SVN: r35457
2000-08-03* gengenrtl.c, rtl.c: Avoid #elif.Akiko Matsushita3-48/+90
From-SVN: r35456
2000-08-03h8300.c: Fix a comment typo.Kazu Hirata3-4/+7
* h8300.c: Fix a comment typo. * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S. From-SVN: r35455
2000-08-03tm.texi (Register Classes): Clarify order of sub-initializers in ↵Michael Poole1-0/+5
REG_CLASS_CONTENTS. * tm.texi (Register Classes): Clarify order of sub-initializers in REG_CLASS_CONTENTS. From-SVN: r35454
2000-08-03* jump.c: Fix formatting.Kazu Hirata2-99/+114
From-SVN: r35453
2000-08-03From SAITOH Masanobu:J"orn Rennecke2-1/+6
* sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax. From-SVN: r35452
2000-08-03cygwin.h: Remove -remap from CPP_SPEC since this option is not supported by ↵David Billinghurst2-1/+6
tradcpp and... * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option is not supported by tradcpp and isn't actually needed for cygwin. From-SVN: r35451
2000-08-03Makefile.am: Add new AWT stubs.Bryce McKinlay14-41/+404
* Makefile.am: Add new AWT stubs. * java/awt/Canvas.java: New placeholder class. * java/awt/Checkbox.java: Ditto. * java/awt/CheckboxMenuItem.java: Ditto. * java/awt/Choice.java: Ditto. * java/awt/Dialog.java: Ditto. * java/awt/FileDialog.java: Ditto. * java/awt/List.java: Ditto. * java/awt/ScrollPane.java: Ditto. * java/awt/TextField.java: Ditto. * java/awt/datatransfer/Clipboard.java: Ditto. * java/awt/Component.java (treeLock): Now a static String. Add comment. * java/awt/MenuItem.java (MenuItem): Add default constructor. * java/awt/Toolkit.java: Added all methods from J2SE 1.3 API docs. Some commented out. Partially implemented. * java/awt/natToolkit.cc: Removed file. From-SVN: r35450
2000-08-03decl2.c: Silently ignore -Wstrict-prototypes; warn about -Wno-strict-prototypes.Zack Weinberg2-0/+8
* decl2.c: Silently ignore -Wstrict-prototypes; warn about -Wno-strict-prototypes. From-SVN: r35449
2000-08-03locale_facets.h (ctype::ctype): Don't name unused parameters.Mark Mitchell2-1/+6
* bits/locale_facets.h (ctype::ctype): Don't name unused parameters. From-SVN: r35448
2000-08-03* gcc.c-torture/compile/20000803-1.c: New test.Jeffrey A Law2-0/+15
From-SVN: r35447
2000-08-03Daily bump.Jeff Law5-5/+5
From-SVN: r35446
2000-08-0320000801-3.c, [...]: New tests.Joseph Myers5-0/+62
* gcc.c-torture/execute/20000801-3.c, gcc.c-torture/20000801-4.c: New tests. * gcc.c-torture/execute/20000801-3.x, gcc/c-torture/20000801-4.x: Xfail. From-SVN: r35445
2000-08-03* toplev.c: Fix formatting.Kazu Hirata2-214/+229
From-SVN: r35444
2000-08-03flow.c (find_auto_inc): Verify that we've got a REG before peeking at its regno.Jeffrey A Law2-3/+7
* flow.c (find_auto_inc): Verify that we've got a REG before peeking at its regno. Fail, don't abort if we can't find the increment of the desired register. From-SVN: r35443
2000-08-03* pa.md (shadd height reduction patterns/splitters): Remove.Jeffrey A Law2-67/+4
From-SVN: r35442
2000-08-03Makefile.am: Make inner class CNI headers depend on libgcj.zip only.Bryce McKinlay3-743/+52
2000-08-03 Bryce McKinlay <bryce@albatross.co.nz> * Makefile.am: Make inner class CNI headers depend on libgcj.zip only. Fixes "make -j" builds. * Makefile.in: Rebuild. From-SVN: r35441
2000-08-03configure.in (CHILL_FOR_TARGET, [...]): Convert blanks to commas in $LANGUAGES.Alexandre Oliva2-3/+8
* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to commas in $LANGUAGES. From-SVN: r35440
2000-08-02Workaround for -fssa testsuite failures.Jim Wilson3-0/+28
* config/ia64/ia64-protos.h (flag_ssa): Declare. * config/ia64/ia64.md (movti_internal, movti_internal+1): New. From-SVN: r35439
2000-08-03dce.c: Remove all uses of assert.Mark Mitchell5-44/+27
* dce.c: Remove all uses of assert. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * ssa.c: Likewise. From-SVN: r35438
2000-08-02objc.exp (objc_target_compile): Look for libobjc.a in libobjc/.libs to allow ↵Geoff Keating2-2/+7
for libtool. * lib/objc.exp (objc_target_compile): Look for libobjc.a in libobjc/.libs to allow for libtool. From-SVN: r35437
2000-08-02* pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.Zack Weinberg2-20/+9
From-SVN: r35436
2000-08-02Makefile.in: Rebuilt.Tom Tromey9-56/+159
* Makefile.in: Rebuilt. * Makefile.am (libgcj_la_SOURCES): Added posix.cc. * java/net/natPlainSocketImpl.cc: Include posix.h. (accept): Use _Jv_select. * java/net/natPlainDatagramSocketImpl.cc: Include posix.h. (receive): Use _Jv_select. * java/io/natFileDescriptorPosix.cc: Include posix.h. (available): Use _Jv_select. * java/lang/natSystem.cc: Include posix.h. (currentTimeMillis): Use _Jv_gettimeofday. * include/posix.h: New file. * posix.cc: New file. From-SVN: r35435
2000-08-02* gcc.c-torture/compile/20000802-1.c: New test.Jakub Jelinek2-0/+19
From-SVN: r35434
2000-08-02gcc.h (lang_specific_driver): Constify second argument.Zack Weinberg11-42/+54
* gcc.h (lang_specific_driver): Constify second argument. * gcc.c (translate_options, process_command, main): Likewise. Constify variables to match. Cast second argument to pexecute. * cppspec.c, gccspec.c, g++spec.c, g77spec.c, jvspec.c: Adjust type of second argument to lang_specific_driver, and update code as necessary. From-SVN: r35433
2000-08-02encodings.pl: New file.Tom Tromey7-30/+186
* scripts/encodings.pl: New file. * Makefile.in: Rebuilt. * Makefile.am (convert_source_files): Added IOConverter.java. * gnu/gcj/convert/UnicodeToBytes.java (UnicodeToBytes): Extend IOConverter. (getDefaultDecodingClass): Canonicalize default encoding name. (getEncoder): Likewise. * gnu/gcj/convert/BytesToUnicode.java (BytesToUnicode): Extend IOConverter. (getDefaultDecodingClass): Canonicalize default encoding name. (getDecoder): Likewise. * gnu/gcj/convert/IOConverter.java: New file. From-SVN: r35432
2000-08-02gc_priv.h (GC_generic_malloc_inner): Prototype.Tom Tromey3-11/+25
* gc_priv.h (GC_generic_malloc_inner): Prototype. (GC_generic_malloc): Likewise. (GC_add_to_black_list_normal): Likewise. (GC_find_header): Likewise. (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word. * gc_mark.h (GC_find_start): Prototype. (GC_signal_mark_stack_overflow): Likewise. From-SVN: r35431