- 18 Jun, 1999 9 commits
-
-
From-SVN: r27594
Craig Burley committed -
From-SVN: r27593
Craig Burley committed -
From-SVN: r27592
Craig Burley committed -
From-SVN: r27590
Bruce Korb committed -
From-SVN: r27588
Michael Meissner committed -
* java/net/natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned InetAddress objects. (getLocalHostname): Fix typo. * java/net/InetAddress.java (getByName): Set hostname on return object. (getLocalHost): Call lookup directly to ensure that a fully-qualified name is returned. From-SVN: r27587
Bryce McKinlay committed -
From-SVN: r27586
Nick Clifton committed -
From-SVN: r27585
Nick Clifton committed -
From-SVN: r27583
Jeff Law committed
-
- 17 Jun, 1999 17 commits
-
-
From-SVN: r27581
Martin v. Löwis committed -
* mach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor <carlo@vis.ethz.ch>). From-SVN: r27580
Anthony Green committed -
From-SVN: r27578
J"orn Rennecke committed -
From-SVN: r27577
Bruce Korb committed -
h Added -mpcrel flag, and underlying support for PC-relative addressing on m68k. Patch is tested, and approved by Jim Wilson. From-SVN: r27576
Don Lindsay committed -
� Added -mpcrel flag, and underlying support for PC-relative addressing on m68k. Patch is tested, and approved by Jim Wilson. From-SVN: r27575
Don Lindsay committed -
* loop.c (strength_reduce): When doing biv->giv conversion, update reg note of NEXT->insn. From-SVN: r27574
J"orn Rennecke committed -
� * loop.c (move_movables): Note issues with replacing REGs with SUBREGs. * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly. From-SVN: r27573
Jeffrey A Law committed -
From-SVN: r27572
Jeffrey A Law committed -
From-SVN: r27570
David O'Brien committed -
freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and the reference to `mcount' was not correct for the ELF... � * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and the reference to `mcount' was not correct for the ELF on FreeBSD. From-SVN: r27567
David O'Brien committed -
From-SVN: r27566
Don Lindsay committed -
* loop.c (strength_reduce): When doing biv->giv conversion, fix up reg_biv_class. (recombine_givs): Set ix field after sorting. From-SVN: r27565
J"orn Rennecke committed -
emit-rtl.c (operand_subword): Tighten checks for when it is safe to safe to extract a subword out of a REG. * emit-rtl.c (operand_subword): Tighten checks for when it is safe to safe to extract a subword out of a REG. From-SVN: r27564
Jeffrey A Law committed -
From-SVN: r27562
Jeff Law committed -
From-SVN: r27560
Jeff Law committed -
* java/net/natPlainSocketImpl.cc (bind): Bind to any/all network interfaces if host==NULL. (accept): Throw message with InterruptedIOException. (getOption): Cache localAddress. * java/net/natPlainDatagramSocketImpl.cc (bind): Don't need 'address' for DatagramSocket. (setTimeToLive): Fix compiler warnings. (getOption): Cache localAddress. * java/net/Socket.java (getLocalAddress): Don't need local InetAddress object. Add FIXME comment about calling checkConnect(). * java/net/ServerSocket.java (ServerSocket(int)): Initialize connection queue to 50 as per JDK 1.2 docs. (ServerSocket(int,int)): Listen on all network interfaces by default, per JDK 1.2 docs. * java/net/PlainDatagramSocketImpl.java: Don't need 'address'. Add localAddress caching. From-SVN: r27559
Bryce McKinlay committed
-
- 16 Jun, 1999 13 commits
-
-
From-SVN: r27558
Alexandre Oliva committed -
* decl2.c (import_export_decl): Use same_type_p, rather than relying on pointer-equality for types. * method.c (do_build_copy_constructor): Simplify. From-SVN: r27555
Mark Mitchell committed -
From-SVN: r27554
J"orn Rennecke committed -
projects.html. From-SVN: r27552
Gerald Pfeifer committed -
From-SVN: r27551
Joern Rennecke committed -
* cse.c (cse_insn): Don't put hard register source into tables for last insn of a libcall. From-SVN: r27550
J"orn Rennecke committed -
loop.c (strength_reduce): Insert sets of derived givs at every biv increment, even if it's the only one. * loop.c (strength_reduce): Insert sets of derived givs at every biv increment, even if it's the only one. From-SVN: r27549
J"orn Rennecke committed -
* call.c (build_method_call): Remove bogus code for two-argument delete. * init.c (build_new_1): Expand on comment, and remove dead code. From-SVN: r27547
Mark Mitchell committed -
* dwarfout.c (add_incomplete_type): New fn. (output_type): Call it. (retry_incomplete_types): New fn. (dwarfout_finish): Call it. From Eric Raskin <ehr@listworks.com>: (output_type): Output types for bases. From-SVN: r27546
Jason Merrill committed -
* init.c (expand_cleanup_for_base): New function, split out from ... (emit_base_init): Here. (expand_aggr_vbase_init): Use it. From-SVN: r27543
Mark Mitchell committed -
From-SVN: r27541
Craig Burley committed -
From-SVN: r27540
Craig Burley committed -
From-SVN: r27538
Jeff Law committed
-
- 15 Jun, 1999 1 commit
-
-
* java/io/FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs. (write(byte[],int,int)): ditto. From-SVN: r27537
Bryce McKinlay committed
-