1. 02 Aug, 1999 25 commits
  2. 01 Aug, 1999 8 commits
    • configure.in: Check for bstring.h. · 130e63de
      1999-08-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
      
      	* configure.in: Check for bstring.h.
      	* configure, include/config.h.in: Rebuilt.
      	* java/net/natPlainDatagramSocketImpl.cc: #include bstring.h.
      	* java/net/natPlainSocketImpl.cc: Likewise.
      
      From-SVN: r28378
      Alexandre Oliva committed
    • Check in part of an earlier patch that got lost · 73a8b900
      From-SVN: r28376
      Bernd Schmidt committed
    • rs6000.c (num_insns_constant_wide): Correct for type promotion. · 465e2716
      	* config/rs6000/rs6000.c (num_insns_constant_wide): Correct
      	for type promotion.
      	(add_operand): Get test correct for 64-bit HOST_WIDE_INT.
      	(non_add_cint_operand): Likewise.
      	(logical_operand): Likewise.
      	(non_logical_cint_operand): Likewise.
      	(print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
      	(print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
      	(rs6000_select_rtx_section): Suppress warning.
      	(small_data_operand): Suppress warning.
      	(rs6000_got_register): Suppress warning.
      	* config/rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
      	type, so `J' is generally the wrong constraint for a SImode value;
      	use `L' instead.
      	(andsi3_internal2): Likewise.
      	(andsi3_internal3): Likewise.
      	(iorsi3_internal1): Likewise.
      	(xorsi3_internal1): Likewise.
      	(movsi): Likewise.
      	(movsf_softfloat): Likewise.
      	various unnamed compare insns: Likewise.
      	(movsi+2): Preserve sign bits of SImode constant.
      	(floatsidf2_internal+1): Sign-extend SImode constant correctly.
      	(movdf+1): Preserve high bits of DFmode constant.
      	(movdi_32+1): Sign-extend properly.
      	various unnamed compare insns: Sign-extend properly.
      
      	* unroll.c (loop_iterations): Convert HOST_WIDE_INT to unsigned
      	properly for mode.
      	* expmed.c (expand_mult_highpart): Convert HOST_WIDE_INT from unsigned
      	properly for mode.
      	(expand_divmod): Likewise.
      	* optabs.c (expand_fix): Keep HOST_WIDE_INT constants properly signed.
      	(expand_binop): Sometimes there is work to do when changing
      	the mode of a CONST_INT.
      
      From-SVN: r28375
      Geoff Keating committed
    • Daily bump. · 695f7f32
      From-SVN: r28373
      Jeff Law committed
    • * Makefile.in (ALL_CFLAGS): Add '-W -Wall'. · 9490b7d6
      From-SVN: r28372
      Kaveh R. Ghazi committed
    • NEWS: Likewise. · db936a7c
      	* NEWS: Likewise.
      	* THANKS: New file.
      
      From-SVN: r28371
      Tom Tromey committed
    • configure.in: Check for struct hostent_data and need for -D_REENTRANT for gethostbyname_r... · 34c5c0e1
      1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
      
      	* configure.in: Check for struct hostent_data and need for
      	-D_REENTRANT for gethostbyname_r declaration.
      	* java/net/natInetAddress.cc: Define _REENTRANT if needed.
      	(lookup): Use hostent_data for fixed_buffer.
      	* configure, include/config.h.in: Rebuilt.
      
      From-SVN: r28369
      Alexandre Oliva committed
  3. 31 Jul, 1999 7 commits