1. 07 Oct, 2002 7 commits
    • t-pdp11: Add MULTILIB support for msoft-float. · e7f9979a
              * t-pdp11: Add MULTILIB support for msoft-float.
              * pdp11.h (LEGITIMATE_CONSTANT_P): Fix soft-float case.
      
              * t-pdp11: Add LIB2FUNCS_EXTRA.
              * pdp11.c (pdp11_output_function_prologue): Restrict offset to 16bit,
              add preceding 0 to the octal constant, rename 'fp' to 'r5', rename
              'fldd' to 'ldd', rename 'fstd' to 'std'.
              (pdp11_output_function_epilogue): Likewise.
              (output_move_quad): Make the comment gas compatible.
              (output_ascii): Add preceding 0 to the octal constant.
              (print_operand_address): Add pre_modify, post_modify.
              (output_addr_const_pdp11): Add preceding 0 to the octal constant.
              * pdp11.h (GO_IF_LEGITIMATE_ADDRESS) : Add 'movb' pre_modify case
              with the indication of Paul Koning.
              (PRINT_OPERAND): Fix floating constant.
              * pdp11.md (movdi): Restrict matching pattern.
              (movqi): Generalize the matching pattern.
              (movdf): Restrict matching pattern.
              (zero_extendqihi2): Change constant representation.
              (floatsidf2): Fix wrong operands.
              (addqi3): Fix wrong instruction name.
              (subqi3): Fix wrong instruction name.
              (andsi3, andhi3, andqi3): Simplify and fix to use 'bic'.
              (xorsi3): Fix wrong insn.
              (one_cmplqi2): Add two operand pattern.
              (lsrsi3): New.
              (negsi2): New.
              (call): Add register indirect case.
              (mod): Fix wrong subreg.
      
      From-SVN: r57886
      Naohiko Shimizu committed
    • AlreadyConnectedException.java, [...]: New file. · 0b6dfe3b
      2002-10-07  Michael Koch  <konqueror@gmx.de>
      
      	* java/nio/channels/AlreadyConnectedException.java,
      	java/nio/channels/ClosedChannelException.java,
      	java/nio/channels/ReadableByteChannel.java,
      	java/nio/channels/InterruptibleChannel.java,
      	java/nio/channels/Channel.java,
      	java/nio/channels/ByteChannel.java,
      	java/nio/channels/GatheringByteChannel.java,
      	java/nio/channels/ScatteringByteChannel.java,
      	java/nio/channels/WritableByteChannel.java,
      	java/nio/charset/CharacterCodingException.java,
      	java/nio/charset/IllegalCharsetNameException.java,
      	java/nio/charset/MalformedInputException.java,
      	java/nio/charset/UnmappableCharacterException.java,
      	java/nio/charset/UnsupportedCharsetException.java,
      	java/nio/charset/spi/CharsetProvider.java: New file.
      	These files are exceptions or interfaces,
      	no real or abstract classes.
      	* Makefile.am (java_native_source_files): Added new files.
      	* Makefile.in: Regenerated.
      
      From-SVN: r57885
      Michael Koch committed
    • re PR c/7411 (cistore.c:392: Internal compiler error in… · 4ef7870a
      re PR c/7411 (cistore.c:392: Internal compiler error in instantiate_virtual_regs_1, at function.c:3974)
      
       PR c/7411
       * expr.c (expand_expr) [PLUS]: Simplify after the operands
       have been expanded in EXPAND_NORMAL mode.
      
      Co-Authored-By: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
      
      From-SVN: r57882
      Eric Botcazou committed
    • Daily bump. · fe736b6c
      From-SVN: r57881
      GCC Administrator committed
    • * gcc.dg/20020411-1.c: Disable for 16-bit "int". · a85cd145
      From-SVN: r57875
      D.Venkatasubramanian committed
    • re PR rtl-optimization/2960 (Duplicate loop conditions even with -Os) · ff025ab9
              PR optimization/2960
              * toplev.c (rest_of_compilation): Don't copy_loop_headers if
              optimize_size.
      
      From-SVN: r57870
      Richard Henderson committed
  2. 06 Oct, 2002 6 commits
  3. 05 Oct, 2002 8 commits
  4. 04 Oct, 2002 19 commits