1. 14 Jun, 2003 14 commits
    • Makefile.in: Update to use common.opt and lang_opt_files. · d7b42618
      	* Makefile.in: Update to use common.opt and lang_opt_files.
      	(c-options.c, c-options.h): Remove.
      	(options.c, options.h): Add.
      	* c-opts.c: Include options.h not c-options.h.
      	* common.opt: New file.
      	* configure, configure.in: Add lang_opt_files.
      	* opts.c: Include flags.h and diagnostic.h.
      	(common_handle_option): New.
      	(handle_option): Update to recognize common options and all
      	language-dependent options.
      	* opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
      	(struct cl_option): Make flags of type int.
      	* opts.h: Flag option with front ends to which it applies.
      	Handle duplicate options.
      	* toplev.c (filename): Remove.
      	(independent_decode_option): Don't handle filenames and -quiet.
      	(process_options, do_compile): Update.
      ada:
      	* Make-lang.in: Update to use options.c and options.h.
      	* misc.c: Include options.h not aoptions.h.
      	(gnat_handle_option): Abort on unrecognized switch.
      	(gnat_init_options): Request Ada switches.
      cp:
      	* Make-lang.in: Remove c-options.o.
      f:
      	* Make-lang.in: Update to use options.c and options.h.
      	* top.c: Include options.h not f-options.h.
      	(gnat_handle_option): Abort on unrecognized switch.
      	(ffe_init_options): From com.c.  Request F77 options.
      	(ffe_handle_options): Abort on unrecognized switch.
      	* com.c (ffe_init_options): Move to top.c.
      	* top.h (fee_init_options): New.
      java:
      	* Make-lang.in: Update to use options.c and options.h.
      	* lang.c: Include options.h not j-options.h.
      	(java_handle_option): Abort on unrecognized option.
      	(java_init_options): Request Java switches.
      treelang:
      	* Make-lang.in: Update to use options.c and options.h.
      	* tree1.c: Include options.h not t-options.h.
      	(treelang_init_options): New.
      	(treelang_handle_option): Abort on unrecognized switch.
      	* treetree.c (LANG_HOOKS_INIT_OPTIONS): Override.
      	* treetree.h (treelang_init_options): New.
      
      From-SVN: r67941
      Neil Booth committed
    • 2003-06-14 Michael Koch <konqueror@gmx.de> · 81d2d258
      	* gnu/java/nio/FileChannelImpl.java
              (map_address): Removed incorrect comment.
      	* gnu/java/nio/SelectorImpl.java
              (register): Remove code duplication and code for file channel handling.
      	* gnu/java/nio/ServerSocketChannelImpl.java
              (serverSocket): Renamed from sock_object.
              (ServerSocketChannel): Initialize serverSocket.
              (socket): Return serverSocket.
      	* gnu/java/nio/SocketChannelImpl.java
              (socket): Renamed from sock_object.
              (isConnectionPenging): Simplified.
              (socket): Return socket.
      
      From-SVN: r67940
      Michael Koch committed
    • install.texi (Specific): Add description of different ARM supported file format targets. · 34e8290f
      2003-06-14  Nick Clifton  <nickc@redhat.com>
      
      	* doc/install.texi (Specific): Add description of different
      	ARM supported file format targets.
      
      From-SVN: r67939
      Nick Clifton committed
    • snapshot-README: Use GCC instead of gcc... · f540975a
      	* snapshot-README: Use GCC instead of gcc, C++ front end instead of
      	g++ language, and note that Java includes a run time.
      	* snapshot.index.html: Ditto.
      
      From-SVN: r67938
      Gerald Pfeifer committed
    • reorg.c (emit_delay_sequence, [...]): Clear insn locators inside delay slots. · 281ac604
      	* reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
      	inside delay slots.
      
      From-SVN: r67937
      Jan Hubicka committed
    • lang.opt: Add -Wall. · 57eb6503
      	* lang.opt: Add -Wall.
      	* misc.c (gnat_handle_option): Handle it.
      
      From-SVN: r67935
      Neil Booth committed
    • BasicPermission.java: New version from classpath. · e8fb93c9
      2003-06-14  Michael Koch  <konqueror@gmx.de>
      
      	* java/security/BasicPermission.java:
      	New version from classpath.
      
      From-SVN: r67934
      Michael Koch committed
    • Attribute.java: New version from classpath. · d10341ea
      2003-06-14  Michael Koch  <konqueror@gmx.de>
      
      	* javax/naming/directory/Attribute.java:
      	New version from classpath.
      
      From-SVN: r67933
      Michael Koch committed
    • BufferedReader.java, [...]: New versions from classpath. · 6b4683e2
      2003-06-14  Michael Koch  <konqueror@gmx.de>
      
      	* java/io/BufferedReader.java,
      	java/io/FileOutputStream.java:
      	New versions from classpath.
      
      From-SVN: r67932
      Michael Koch committed
    • i686-pc-linux-gnu: To.. · ef16a298
      
      2003-06-13  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* config/abi/i686-pc-linux-gnu: To..
      	* config/abi/i486-linux-gnu: ...this.
      	* config/abi/alphaev67-unknown-linux-gnu: To..
      	* config/abi/alpha-linux-gnu: ...this.
      	* config/abi/ia64-unknown-linux-gnu: To...
      	* config/abi/ia64-linux-gnu: ...this.
      	* config/abi/x86_64-unknown-linux-gnu: To...
      	* config/abi/x86_64-linux-gnu: ...this.
      	* config/abi/i386-unknown-freebsd4: To...
      	* config/abi/i386-freebsd4: ...this.
      	* configure.host: abi_baseline_triplet to abi_baseline_pair.
      	Simplify cpu bits so that abi_baseline_pair can use the same
      	cpu configuration.
      	* acinclude.m4: Same.
      	* aclocal.m4: Regenerate.
      	* configure.in: Can't get enable_abi_check to yes unless native.
      	* configure: Regenerate.
      
      From-SVN: r67931
      Benjamin Kosnik committed
    • unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE. · 333991cf
      	* unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
      	* unwind-pe.h (size_of_encoded_value): Do not define if
      	NO_SIZE_OF_ENCODED_VALUE is defined.
      
      From-SVN: r67930
      Matt Kraai committed
    • expr.c (expand_expr <COMPLEX_CST>): Handle the case of expanding a complex… · 9ad58e09
      expr.c (expand_expr <COMPLEX_CST>): Handle the case of expanding a complex constant into a CONCAT target.
      
      
      	* expr.c (expand_expr <COMPLEX_CST>): Handle the case of
      	expanding a complex constant into a CONCAT target.
      
      From-SVN: r67928
      Roger Sayle committed
    • Daily bump. · 307ecf05
      From-SVN: r67926
      GCC Administrator committed
    • svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1. · ed70c245
      	* config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
      	(ASM_FILE_START_1): Delete.
      	* config/i386/att.h, config/i386/sco5.h,
      	config/i386/sysv3.h
      	(ASM_FILE_START_1): Delete.
      
      From-SVN: r67924
      Zack Weinberg committed
  2. 13 Jun, 2003 26 commits