aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-06-18Use ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTPUT_DEF, if it is defined.Nick Clifton3-0/+20
From-SVN: r27585
1999-06-17Daily bump.Jeff Law1-1/+1
From-SVN: r27583
1999-06-17* stl_queue.h: Rename _M_c to c, and _M_comp to comp.Martin v. Löwis2-41/+45
From-SVN: r27581
1999-06-17mach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor ↵Anthony Green2-3/+8
<carlo@vis.ethz.ch>). * mach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor <carlo@vis.ethz.ch>). From-SVN: r27580
1999-06-17* invoke.texi (ia32 options): Fix typo.J"orn Rennecke2-1/+3
From-SVN: r27578
1999-06-17ISCTRL fix and dgux patchBruce Korb5-219/+437
From-SVN: r27577
1999-06-17Added -mpcrel flag, and underlying support for PC-relative addressing on m68k.Don Lindsay8-110/+425
h Added -mpcrel flag, and underlying support for PC-relative addressing on m68k. Patch is tested, and approved by Jim Wilson. From-SVN: r27576
1999-06-17Added -mpcrel flag, and underlying support for PC-relative addressing on m68k.Don Lindsay1-1/+8
� Added -mpcrel flag, and underlying support for PC-relative addressing on m68k. Patch is tested, and approved by Jim Wilson. From-SVN: r27575
1999-06-17loop.c (strength_reduce): When doing biv->giv conversion, update reg note of ↵J"orn Rennecke2-2/+13
NEXT->insn. * loop.c (strength_reduce): When doing biv->giv conversion, update reg note of NEXT->insn. From-SVN: r27574
1999-06-17loop.c (move_movables): Note issues with replacing REGs with SUBREGs.Jeffrey A Law3-3/+29
� * loop.c (move_movables): Note issues with replacing REGs with SUBREGs. * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly. From-SVN: r27573
1999-06-17* gcc.c-torture/compile/990617-1.c: New test.Jeffrey A Law2-0/+21
From-SVN: r27572
1999-06-17* i386/freebsd-elf.h (LINK_SPEC): Fix typo.David O'Brien2-1/+3
From-SVN: r27570
1999-06-17freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and the reference ↵David O'Brien2-11/+8
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
1999-06-17Don Lindsay1-0/+1
From-SVN: r27566
1999-06-17loop.c (strength_reduce): When doing biv->giv conversion, fix up reg_biv_class.J"orn Rennecke2-3/+19
* loop.c (strength_reduce): When doing biv->giv conversion, fix up reg_biv_class. (recombine_givs): Set ix field after sorting. From-SVN: r27565
1999-06-16emit-rtl.c (operand_subword): Tighten checks for when it is safe to safe to ↵Jeffrey A Law2-3/+31
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
1999-06-16Correctness tweak from Mark.Jeff Law1-1/+1
From-SVN: r27562
1999-06-16Daily bump.Jeff Law1-1/+1
From-SVN: r27560
1999-06-17natPlainSocketImpl.cc (bind): Bind to any/all network interfaces if host==NULL.Bryce McKinlay7-51/+92
* 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
1999-06-16* g++.old-deja/g++.other/decl4.C: New test.Alexandre Oliva2-0/+11
From-SVN: r27558
1999-06-16decl2.c (import_export_decl): Use same_type_p, rather than relying on ↵Mark Mitchell5-31/+48
pointer-equality for types. * 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
1999-06-16* sh.md (mulsi3): Don't add a no-op move at the end.J"orn Rennecke2-9/+5
From-SVN: r27554
1999-06-16Remove obsolete file, whose contents has moved to the web pages asGerald Pfeifer1-431/+0
projects.html. From-SVN: r27552
1999-06-16Typo fix.Joern Rennecke1-1/+1
From-SVN: r27551
1999-06-16cse.c (cse_insn): Don't put hard register source into tables for last insn ↵J"orn Rennecke2-1/+11
of a libcall. * cse.c (cse_insn): Don't put hard register source into tables for last insn of a libcall. From-SVN: r27550
1999-06-16loop.c (strength_reduce): Insert sets of derived givs at every biv ↵J"orn Rennecke2-14/+27
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
1999-06-16call.c (build_method_call): Remove bogus code for two-argument delete.Mark Mitchell4-33/+41
* 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
1999-06-16dwarfout.c (add_incomplete_type): New fn.Jason Merrill2-3/+72
* 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
1999-06-16init.c (expand_cleanup_for_base): New function, split out from ...Mark Mitchell3-12/+55
* init.c (expand_cleanup_for_base): New function, split out from ... (emit_base_init): Here. (expand_aggr_vbase_init): Use it. From-SVN: r27543
1999-06-16fix BACKSPACECraig Burley3-1/+9
From-SVN: r27541
1999-06-16fix BACKSPACE, doc fix, update derived fileCraig Burley3-35/+49
From-SVN: r27540
1999-06-15Daily bump.Jeff Law1-1/+1
From-SVN: r27538
1999-06-15FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs.Bryce McKinlay2-2/+9
* java/io/FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs. (write(byte[],int,int)): ditto. From-SVN: r27537
1999-06-15cp-tree.h (class_cache_firstobj): Declare.Mark Mitchell5-12/+35
* cp-tree.h (class_cache_firstobj): Declare. (maybe_push_cache_obstack): Rename to push_cache_obstack. * class.c (permanent_obstack): Remove declaration. (class_cache_firstobj): Make it global. (add_method): Don't use permanent_obstack directly. (pushclass): Only free the class_cache_obstack if we know how far back to free it. (maybe_push_cache_obstack): Rename to push_cache_obstack. * decl.c: Remove dead comment. (saved_scope): Add class_cache_firstobj. (push_to_top_level): Save it. (pop_from_top_level): Restore it. (push_class_level_binding): Use push_cache_obstack, not maybe_push_cache_obstack. * search.c (push_class_decls): Likewise. From-SVN: r27534
1999-06-15mips.c (mips_output_conditional_branch): Add `break' between `default' label ↵Alexandre Oliva2-0/+6
and `close braces'. * config/mips/mips.c (mips_output_conditional_branch): Add `break' between `default' label and `close braces'. From-SVN: r27533
1999-06-14freebsd-elf.h (LINK_SPEC): clean up the linking library specifications and ↵David O'Brien2-21/+27
make it realistic. � * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library specifications and make it realistic. (LIB_SPEC): Likewise. From-SVN: r27529
1999-06-14Daily bump.Jeff Law1-1/+1
From-SVN: r27527
1999-06-14cpp.texi: Minor update.Zack Weinberg3-12/+748
1999-06-14 Zack Weinberg <zack@rabi.columbia.edu> * cpp.texi: Minor update. * cpp.1: Regenerate from cpp.texi, using... * contrib/texi2pod.pl: ...this (new file) plus some hand tweaks. From-SVN: r27525
1999-06-14* posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.Bryce McKinlay2-7/+11
From-SVN: r27524
1999-06-14[multiple changes]Alexandre Petit-Bianco3-48/+128
Mon Jun 14 13:13:39 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (qualify_ambiguous_name): Reorganized the post evaluation of non WFL leading expression nodes. Fri Jun 11 21:37:18 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (qualify_ambiguous_name): Handle ARRAY_REF after CONVERT_EXPR. Thu Jun 10 22:26:17 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (qualify_ambiguous_name): Handle qualified expression beginning with a STRING_CST. Thu Jun 10 20:27:25 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (register_fields): Set DECL_INITIAL on both pre-initialized static and public fields. (resolve_field_access): Static field access expressions to always use pointer types. (qualify_ambiguous_name): Work out buried CALL_EXPR for proper qualification. CONVERT_EXPR to be resolved as an expression name. (java_complete_lhs): Identify and access qualified final initialized field in switch statement case expression. (fold_constant_for_init): Pre-initialized field decl constant to be folded. From-SVN: r27523
1999-06-14New file.Martin v. Löwis1-0/+15
From-SVN: r27521
1999-06-14pt.c (tsubst_friend_function): Push into namespace of friend function before ↵Martin v. Löwis2-0/+12
pushdecl'ing it. * pt.c (tsubst_friend_function): Push into namespace of friend function before pushdecl'ing it. From-SVN: r27520
1999-06-14Fix switch table and reload problems for mips16.Jim Wilson3-5/+81
* config/mips/mips.c (mips_secondary_reload_class): Check for (PLUS (SP) (REG)) and return appropriate register class. * config/mips/mips.md (reload_insi): Delete predicate for operand 1. Handle (PLUS (SP) (REG)). (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn. (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead of emit_insn for tablejump. From-SVN: r27519
1999-06-14rs6000.c (output_prolog): RS6000_CALL_GLUE must be asm_fprintf format string ↵David Edelsohn2-3/+14
by itself. * rs6000.c (output_prolog): RS6000_CALL_GLUE must be asm_fprintf format string by itself. (output_function_profiler): Likewise. From-SVN: r27518
1999-06-14Patch from David Mosberger to fix 32 host cross 64 target bug.David Mosberger2-1/+12
* combine.c (simplify_logical, case AND): Only call simplify_and_const_int if the mode is no wider than HOST_WIDE_INT or the constant is positive. From-SVN: r27517
1999-06-14Fix typo.Nick Clifton3-2/+7
From-SVN: r27516
1999-06-14* g++.old-deja/g++.other/bitfld3.C: New test.Nathan Sidwell2-1/+39
From-SVN: r27514
1999-06-13configure.in (rs6000-ibm-aix4.3*, [...]): Do not require a sub-version #.Jeffrey A Law3-2/+8
* configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not require a sub-version #. * configure: Rebuilt. From-SVN: r27513
1999-06-14* call.c (build_new_op): Remove REF_BIND from all operands.Nathan Sidwell2-2/+16
From-SVN: r27510
1999-06-13* svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.Robert Lipe2-1/+6
From-SVN: r27509