]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
25 years agoconfigure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.
Mumit Khan [Mon, 21 Jun 1999 04:56:40 +0000 (22:56 -0600)] 
configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.

p
        * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
        the test fails.
        * configure: Regenerate.

From-SVN: r27642

25 years agoconfigure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.
Mumit Khan [Mon, 21 Jun 1999 04:56:38 +0000 (22:56 -0600)] 
configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.


        * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
        the test fails.
        * configure: Regenerate.

From-SVN: r27641

25 years agowinnt.c (exports_head): New static variable.
Mumit Khan [Mon, 21 Jun 1999 04:52:50 +0000 (04:52 +0000)] 
winnt.c (exports_head): New static variable.

        * i386/winnt.c (exports_head): New static variable.
        (i386_pe_record_exported_symbol): New function.
        (i386_pe_asm_file_end): Use.
        * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
        symbols to be emitted at end of assembly.
        (ASM_DECLARE_OBJECT_NAME): Likewise.
        (ASM_DECLARE_FUNCTION_NAME): Likewise.

From-SVN: r27639

25 years agoinit.c (__objc_force_linking): Make global.
John David Anglin [Mon, 21 Jun 1999 04:41:41 +0000 (22:41 -0600)] 
init.c (__objc_force_linking): Make global.


        * init.c (__objc_force_linking): Make global.

From-SVN: r27638

25 years agowhoops. Forgot to commit ChangeLog entry for missing @end ifclear change.
Jeff Law [Mon, 21 Jun 1999 04:34:29 +0000 (22:34 -0600)] 
whoops.  Forgot to commit ChangeLog entry for missing @end ifclear change.

From-SVN: r27633

25 years agouwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.
Mumit Khan [Mon, 21 Jun 1999 04:33:58 +0000 (22:33 -0600)] 
uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.

H
        * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
        -iwithprefix.

From-SVN: r27632

25 years agouwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.
Mumit Khan [Mon, 21 Jun 1999 04:33:55 +0000 (22:33 -0600)] 
uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.


        * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
        -iwithprefix.

From-SVN: r27631

25 years agoAdd missing @end ifclear.
Jeff Law [Mon, 21 Jun 1999 04:31:59 +0000 (22:31 -0600)] 
Add missing @end ifclear.

From-SVN: r27630

25 years agosparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced in last change.
Jeffrey A Law [Mon, 21 Jun 1999 03:45:19 +0000 (03:45 +0000)] 
sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced in last change.

Mon Jun 21 04:44:31 1999  Jeffrey A Law  (law@cygnus.com)
        * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
        in last change.

From-SVN: r27626

25 years agorename for DOS
Jason Merrill [Mon, 21 Jun 1999 01:23:18 +0000 (21:23 -0400)] 
rename for DOS

From-SVN: r27625

25 years agoDaily bump.
Jeff Law [Mon, 21 Jun 1999 00:45:05 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r27623

25 years agohaifa-sched.c (sched_analyze_1): Use free_list instead of zapping reg_last_uses directly.
Richard Henderson [Sun, 20 Jun 1999 17:29:49 +0000 (10:29 -0700)] 
haifa-sched.c (sched_analyze_1): Use free_list instead of zapping reg_last_uses directly.

        * haifa-sched.c (sched_analyze_1): Use free_list instead of
        zapping reg_last_uses directly.
        (sched_analyze_2, sched_analyze_insn): Likewise.
        (sched_analyze): Likewise.  Don't clear reg_last_uses on calls.

From-SVN: r27622

25 years agors6000.md (movdf_hardfloat32): Use worst case insn length attributes for cases 1...
David Edelsohn [Sun, 20 Jun 1999 13:59:59 +0000 (13:59 +0000)] 
rs6000.md (movdf_hardfloat32): Use worst case insn length attributes for cases 1 and 2.

        * rs6000.md (movdf_hardfloat32): Use worst case insn length
        attributes for cases 1 and 2.

From-SVN: r27620

25 years agoDaily bump.
Jeff Law [Sun, 20 Jun 1999 00:45:03 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r27618

25 years agosemantics.c (finish_asm_statement): Apply decay conversions to input operands.
Mark Mitchell [Sat, 19 Jun 1999 23:56:56 +0000 (23:56 +0000)] 
semantics.c (finish_asm_statement): Apply decay conversions to input operands.

        * semantics.c (finish_asm_statement): Apply decay conversions to
        input operands.

From-SVN: r27617

25 years agohaifa-sched.c (sched_analyze): Mark call-user regs as clobbered instead of set.
Richard Henderson [Sat, 19 Jun 1999 22:54:14 +0000 (15:54 -0700)] 
haifa-sched.c (sched_analyze): Mark call-user regs as clobbered instead of set.

        * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
        instead of set.

From-SVN: r27615

25 years agodecl.c (expand_static_init): When building an anonymous function for use with atexit...
Mark Mitchell [Sat, 19 Jun 1999 11:11:43 +0000 (11:11 +0000)] 
decl.c (expand_static_init): When building an anonymous function for use with atexit...

* decl.c (expand_static_init): When building an anonymous function
for use with atexit, compute its body before and after entering
the function.
* error.c (dump_expr): Handle BIND_EXPR, LOOP_EXPR, and
EXIT_EXPR.

From-SVN: r27612

25 years agoarm.c (arm_override_options): Remove warning about PIC code not being supported.
Richard Earnshaw [Sat, 19 Jun 1999 06:32:05 +0000 (06:32 +0000)] 
arm.c (arm_override_options): Remove warning about PIC code not being supported.

* arm.c (arm_override_options): Remove warning about PIC code
not being supported.

From-SVN: r27610

25 years agoarm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
Richard Earnshaw [Sat, 19 Jun 1999 06:18:28 +0000 (06:18 +0000)] 
arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.

* arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
(*strsi_predec): Renamed from *strqi_predec.
(*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
(*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.

From-SVN: r27609

25 years agoFrom Phil Blundell:
Philip Blundell [Sat, 19 Jun 1999 05:54:46 +0000 (05:54 +0000)] 
From Phil Blundell:

* arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.

From-SVN: r27607

25 years agoarm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use PIC_OFFSET_TABLE_REGNUM...
Richard Earnshaw [Sat, 19 Jun 1999 05:34:51 +0000 (05:34 +0000)] 
arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use PIC_OFFSET_TABLE_REGNUM for general alloaction.

* arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
PIC_OFFSET_TABLE_REGNUM for general alloaction.
(INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
must be stacked if it is used for PIC accesses.
* arm.c (use_return_insn): Handle PIC register specially.
(output_return_instruction): Likewise.
(output_func_{prologue,epilogue}): Likewise.
(output_expand_prologue): Likewise.

From-SVN: r27605

25 years agoDaily bump.
Jeff Law [Sat, 19 Jun 1999 00:45:03 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r27603

25 years agors6000.c (find_addr_reg): New function.
David Edelsohn [Sat, 19 Jun 1999 00:04:59 +0000 (00:04 +0000)] 
rs6000.c (find_addr_reg): New function.

        * rs6000.c (find_addr_reg): New function.
        * rs6000.h (find_addr_reg): Declare.
        (offsettable_addr_operand): Delete.
        * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
        from and stores to GPRs.

From-SVN: r27602

25 years agoinit.c (expand_aggr_vbase_init): Add flag parameter.
Mark Mitchell [Fri, 18 Jun 1999 20:35:56 +0000 (20:35 +0000)] 
init.c (expand_aggr_vbase_init): Add flag parameter.

* init.c (expand_aggr_vbase_init): Add flag parameter.
(build_partial_cleanup_for): Remove, inlining into ..
(expand_cleanup_for_base): ... here.  Take flag parameter.
(emit_base_init): Pass the in_chrg parameter to
emit_aggr_vbase_init.
(emit_aggr_vbase_init): Pass it to expand_cleanup_for_base.

From-SVN: r27600

25 years agoalpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as argument...
Richard Henderson [Fri, 18 Jun 1999 15:46:26 +0000 (08:46 -0700)] 
alpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as argument to emit_no_conflict_block.

        * alpha.c (alpha_expand_block_move): Use get_insns rather than
        gen_sequence as argument to emit_no_conflict_block.

From-SVN: r27598

25 years agoScripts must end with a new-line
Bruce Korb [Fri, 18 Jun 1999 12:44:14 +0000 (12:44 +0000)] 
Scripts must end with a new-line

From-SVN: r27596

25 years agodoc TtyNam fix
Craig Burley [Fri, 18 Jun 1999 08:45:54 +0000 (08:45 +0000)] 
doc TtyNam fix

From-SVN: r27595

25 years agofix ttynam for no-ttynam case
Craig Burley [Fri, 18 Jun 1999 08:41:09 +0000 (08:41 +0000)] 
fix ttynam for no-ttynam case

From-SVN: r27594

25 years agoUpdate to Netlib version of 1999-06-18
Craig Burley [Fri, 18 Jun 1999 08:31:20 +0000 (08:31 +0000)] 
Update to Netlib version of 1999-06-18

From-SVN: r27593

25 years agoundo Wednesday's change
Craig Burley [Fri, 18 Jun 1999 08:17:35 +0000 (08:17 +0000)] 
undo Wednesday's change

From-SVN: r27592

25 years agoEnable yesterday's patch for fast-fix on DG/UX
Bruce Korb [Fri, 18 Jun 1999 07:03:58 +0000 (07:03 +0000)] 
Enable yesterday's patch for fast-fix on DG/UX

From-SVN: r27590

25 years agomove gcc changes to gcc subdirectory
Michael Meissner [Fri, 18 Jun 1999 06:01:42 +0000 (06:01 +0000)] 
move gcc changes to gcc subdirectory

From-SVN: r27588

25 years agonatInetAddress.cc (lookup): Preserve caller-supplied hostname in returned InetAddress...
Bryce McKinlay [Fri, 18 Jun 1999 01:17:28 +0000 (01:17 +0000)] 
natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned InetAddress objects.

        * 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

25 years agoUse .thumb_set pseudo op to mark aliases of thumb functions.
Nick Clifton [Fri, 18 Jun 1999 01:14:34 +0000 (01:14 +0000)] 
Use .thumb_set pseudo op to mark aliases of thumb functions.

From-SVN: r27586

25 years agoUse ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTPUT_DEF, if it is defined.
Nick Clifton [Fri, 18 Jun 1999 01:03:36 +0000 (01:03 +0000)] 
Use ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTPUT_DEF, if it is defined.

From-SVN: r27585

25 years agoDaily bump.
Jeff Law [Fri, 18 Jun 1999 00:45:05 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r27583

25 years ago* stl_queue.h: Rename _M_c to c, and _M_comp to comp.
Martin v. Löwis [Thu, 17 Jun 1999 23:54:56 +0000 (23:54 +0000)] 
* stl_queue.h: Rename _M_c to c, and _M_comp to comp.

From-SVN: r27581

25 years agomach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor <carlo@vis.ethz...
Anthony Green [Thu, 17 Jun 1999 23:22:51 +0000 (23:22 +0000)] 
mach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor <carlo@vis.ethz.ch>).

* mach_dep.c (GC_push_regs): FreeBSD-elf support (from
Carlo Dapor <carlo@vis.ethz.ch>).

From-SVN: r27580

25 years ago* invoke.texi (ia32 options): Fix typo.
J"orn Rennecke [Thu, 17 Jun 1999 22:35:55 +0000 (22:35 +0000)] 
* invoke.texi (ia32 options): Fix typo.

From-SVN: r27578

25 years agoISCTRL fix and dgux patch
Bruce Korb [Thu, 17 Jun 1999 15:11:17 +0000 (15:11 +0000)] 
ISCTRL fix and dgux patch

From-SVN: r27577

25 years agoAdded -mpcrel flag, and underlying support for PC-relative addressing on m68k.
Don Lindsay [Thu, 17 Jun 1999 15:09:47 +0000 (15:09 +0000)] 
Added -mpcrel flag, and underlying support for PC-relative addressing on m68k.

h
Added -mpcrel flag, and underlying support for PC-relative addressing
on m68k. Patch is tested, and approved by Jim Wilson.

From-SVN: r27576

25 years agoAdded -mpcrel flag, and underlying support for PC-relative addressing on m68k.
Don Lindsay [Thu, 17 Jun 1999 15:09:38 +0000 (15:09 +0000)] 
Added -mpcrel flag, and underlying support for PC-relative addressing on m68k.


Added -mpcrel flag, and underlying support for PC-relative addressing
on m68k. Patch is tested, and approved by Jim Wilson.

From-SVN: r27575

25 years agoloop.c (strength_reduce): When doing biv->giv conversion, update reg note of NEXT...
J"orn Rennecke [Thu, 17 Jun 1999 13:35:59 +0000 (13:35 +0000)] 
loop.c (strength_reduce): When doing biv->giv conversion, update reg note of NEXT->insn.

* loop.c (strength_reduce): When doing biv->giv conversion, update
reg note of NEXT->insn.

From-SVN: r27574

25 years agoloop.c (move_movables): Note issues with replacing REGs with SUBREGs.
Jeffrey A Law [Thu, 17 Jun 1999 13:29:11 +0000 (13:29 +0000)] 
loop.c (move_movables): Note issues with replacing REGs with SUBREGs.


        * loop.c (move_movables): Note issues with replacing REGs with
        SUBREGs.
        * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.

From-SVN: r27573

25 years ago* gcc.c-torture/compile/990617-1.c: New test.
Jeffrey A Law [Thu, 17 Jun 1999 12:50:51 +0000 (12:50 +0000)] 
* gcc.c-torture/compile/990617-1.c: New test.

From-SVN: r27572

25 years ago* i386/freebsd-elf.h (LINK_SPEC): Fix typo.
David O'Brien [Thu, 17 Jun 1999 12:32:57 +0000 (12:32 +0000)] 
* i386/freebsd-elf.h (LINK_SPEC): Fix typo.

From-SVN: r27570

25 years agofreebsd-elf.h (FUNCTION_PROFILER): labels are not needed and the reference to `mcount...
David O'Brien [Thu, 17 Jun 1999 12:29:14 +0000 (12:29 +0000)] 
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

25 years ago
Don Lindsay [Thu, 17 Jun 1999 11:50:15 +0000 (11:50 +0000)] 


From-SVN: r27566

25 years agoloop.c (strength_reduce): When doing biv->giv conversion, fix up reg_biv_class.
J"orn Rennecke [Thu, 17 Jun 1999 09:32:59 +0000 (09:32 +0000)] 
loop.c (strength_reduce): When doing biv->giv conversion, fix up reg_biv_class.

* loop.c (strength_reduce): When doing biv->giv conversion, fix up
reg_biv_class.
(recombine_givs): Set ix field after sorting.

From-SVN: r27565

25 years agoemit-rtl.c (operand_subword): Tighten checks for when it is safe to safe to extract...
Jeffrey A Law [Thu, 17 Jun 1999 01:56:31 +0000 (01:56 +0000)] 
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

25 years agoCorrectness tweak from Mark.
Jeff Law [Thu, 17 Jun 1999 00:48:26 +0000 (18:48 -0600)] 
Correctness tweak from Mark.

From-SVN: r27562

25 years agoDaily bump.
Jeff Law [Thu, 17 Jun 1999 00:45:02 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r27560

25 years agonatPlainSocketImpl.cc (bind): Bind to any/all network interfaces if host==NULL.
Bryce McKinlay [Thu, 17 Jun 1999 00:21:26 +0000 (01:21 +0100)] 
natPlainSocketImpl.cc (bind): Bind to any/all network interfaces if host==NULL.

        * 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

25 years ago* g++.old-deja/g++.other/decl4.C: New test.
Alexandre Oliva [Wed, 16 Jun 1999 22:38:16 +0000 (22:38 +0000)] 
* g++.old-deja/g++.other/decl4.C: New test.

From-SVN: r27558

25 years agodecl2.c (import_export_decl): Use same_type_p, rather than relying on pointer-equalit...
Mark Mitchell [Wed, 16 Jun 1999 17:48:05 +0000 (17:48 +0000)] 
decl2.c (import_export_decl): Use same_type_p, rather than relying on 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

25 years ago* sh.md (mulsi3): Don't add a no-op move at the end.
J"orn Rennecke [Wed, 16 Jun 1999 17:46:20 +0000 (17:46 +0000)] 
* sh.md (mulsi3): Don't add a no-op move at the end.

From-SVN: r27554

25 years agoRemove obsolete file, whose contents has moved to the web pages as
Gerald Pfeifer [Wed, 16 Jun 1999 13:37:39 +0000 (13:37 +0000)] 
Remove obsolete file, whose contents has moved to the web pages as
projects.html.

From-SVN: r27552

25 years agoTypo fix.
Joern Rennecke [Wed, 16 Jun 1999 13:35:07 +0000 (14:35 +0100)] 
Typo fix.

From-SVN: r27551

25 years agocse.c (cse_insn): Don't put hard register source into tables for last insn of a libcall.
J"orn Rennecke [Wed, 16 Jun 1999 13:32:14 +0000 (13:32 +0000)] 
cse.c (cse_insn): Don't put hard register source into tables for last insn of a libcall.

* cse.c (cse_insn): Don't put hard register source into tables for
last insn of a libcall.

From-SVN: r27550

25 years agoloop.c (strength_reduce): Insert sets of derived givs at every biv increment, even...
J"orn Rennecke [Wed, 16 Jun 1999 11:46:14 +0000 (11:46 +0000)] 
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

25 years agocall.c (build_method_call): Remove bogus code for two-argument delete.
Mark Mitchell [Wed, 16 Jun 1999 11:24:10 +0000 (11:24 +0000)] 
call.c (build_method_call): Remove bogus code for two-argument delete.

* 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

25 years agodwarfout.c (add_incomplete_type): New fn.
Jason Merrill [Wed, 16 Jun 1999 10:38:45 +0000 (06:38 -0400)] 
dwarfout.c (add_incomplete_type): New fn.

* 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

25 years agoinit.c (expand_cleanup_for_base): New function, split out from ...
Mark Mitchell [Wed, 16 Jun 1999 10:15:35 +0000 (10:15 +0000)] 
init.c (expand_cleanup_for_base): New function, split out from ...

* init.c (expand_cleanup_for_base): New function, split out
from ...
(emit_base_init): Here.
(expand_aggr_vbase_init): Use it.

From-SVN: r27543

25 years agofix BACKSPACE
Craig Burley [Wed, 16 Jun 1999 09:00:35 +0000 (09:00 +0000)] 
fix BACKSPACE

From-SVN: r27541

25 years agofix BACKSPACE, doc fix, update derived file
Craig Burley [Wed, 16 Jun 1999 08:59:56 +0000 (08:59 +0000)] 
fix BACKSPACE, doc fix, update derived file

From-SVN: r27540

25 years agoDaily bump.
Jeff Law [Wed, 16 Jun 1999 00:45:35 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r27538

25 years agoFilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs.
Bryce McKinlay [Tue, 15 Jun 1999 20:05:57 +0000 (20:05 +0000)] 
FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs.

        * java/io/FilterOutputStream.java (write(byte[])): Rewrite according
        to JDK 1.2 docs.
        (write(byte[],int,int)): ditto.

From-SVN: r27537

25 years agocp-tree.h (class_cache_firstobj): Declare.
Mark Mitchell [Tue, 15 Jun 1999 16:42:46 +0000 (16:42 +0000)] 
cp-tree.h (class_cache_firstobj): Declare.

* 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

25 years agomips.c (mips_output_conditional_branch): Add `break' between `default' label and...
Alexandre Oliva [Tue, 15 Jun 1999 09:03:35 +0000 (09:03 +0000)] 
mips.c (mips_output_conditional_branch): Add `break' between `default' label and `close braces'.

* config/mips/mips.c (mips_output_conditional_branch): Add `break'
between `default' label and `close braces'.

From-SVN: r27533

25 years agofreebsd-elf.h (LINK_SPEC): clean up the linking library specifications and make it...
David O'Brien [Tue, 15 Jun 1999 00:55:52 +0000 (00:55 +0000)] 
freebsd-elf.h (LINK_SPEC): clean up the linking library specifications and 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

25 years agoDaily bump.
Jeff Law [Tue, 15 Jun 1999 00:46:37 +0000 (18:46 -0600)] 
Daily bump.

From-SVN: r27527

25 years agocpp.texi: Minor update.
Zack Weinberg [Mon, 14 Jun 1999 17:21:46 +0000 (17:21 +0000)] 
cpp.texi: Minor update.

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

25 years ago* posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.
Bryce McKinlay [Mon, 14 Jun 1999 17:20:35 +0000 (17:20 +0000)] 
* posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.

From-SVN: r27524

25 years ago[multiple changes]
Alexandre Petit-Bianco [Mon, 14 Jun 1999 17:15:35 +0000 (17:15 +0000)] 
[multiple changes]

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

25 years agoNew file.
Martin v. Löwis [Mon, 14 Jun 1999 15:57:27 +0000 (15:57 +0000)] 
New file.

From-SVN: r27521

25 years agopt.c (tsubst_friend_function): Push into namespace of friend function before pushdecl...
Martin v. Löwis [Mon, 14 Jun 1999 15:56:12 +0000 (15:56 +0000)] 
pt.c (tsubst_friend_function): Push into namespace of friend function before pushdecl'ing it.

* pt.c (tsubst_friend_function): Push into namespace of friend
function before pushdecl'ing it.

From-SVN: r27520

25 years agoFix switch table and reload problems for mips16.
Jim Wilson [Mon, 14 Jun 1999 15:47:30 +0000 (15:47 +0000)] 
Fix switch table and reload problems for mips16.

* 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

25 years agors6000.c (output_prolog): RS6000_CALL_GLUE must be asm_fprintf format string by itself.
David Edelsohn [Mon, 14 Jun 1999 14:33:46 +0000 (14:33 +0000)] 
rs6000.c (output_prolog): RS6000_CALL_GLUE must be asm_fprintf format string by itself.

        * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
        asm_fprintf format string by itself.
        (output_function_profiler): Likewise.

From-SVN: r27518

25 years agoPatch from David Mosberger to fix 32 host cross 64 target bug.
David Mosberger [Mon, 14 Jun 1999 13:10:29 +0000 (13:10 +0000)] 
Patch from David Mosberger to fix 32 host cross 64 target bug.

        * 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

25 years agoFix typo.
Nick Clifton [Mon, 14 Jun 1999 03:45:29 +0000 (03:45 +0000)] 
Fix typo.

From-SVN: r27516

25 years ago* g++.old-deja/g++.other/bitfld3.C: New test.
Nathan Sidwell [Mon, 14 Jun 1999 03:16:37 +0000 (03:16 +0000)] 
* g++.old-deja/g++.other/bitfld3.C: New test.

From-SVN: r27514

25 years agoconfigure.in (rs6000-ibm-aix4.3*, [...]): Do not require a sub-version #.
Jeffrey A Law [Mon, 14 Jun 1999 02:59:43 +0000 (02:59 +0000)] 
configure.in (rs6000-ibm-aix4.3*, [...]): Do not require a sub-version #.

        * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
        require a sub-version #.
        * configure: Rebuilt.

From-SVN: r27513

25 years ago* call.c (build_new_op): Remove REF_BIND from all operands.
Nathan Sidwell [Mon, 14 Jun 1999 02:44:17 +0000 (02:44 +0000)] 
* call.c (build_new_op): Remove REF_BIND from all operands.

From-SVN: r27510

25 years ago* svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
Robert Lipe [Mon, 14 Jun 1999 02:42:40 +0000 (02:42 +0000)] 
* svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.

From-SVN: r27509

25 years agoc-typeck.c (process_init_element): Detect excess elements in char array initializer.
Nathan Sidwell [Mon, 14 Jun 1999 02:40:16 +0000 (02:40 +0000)] 
c-typeck.c (process_init_element): Detect excess elements in char array initializer.

* c-typeck.c (process_init_element): Detect excess elements in
char array initializer.

From-SVN: r27507

25 years ago* gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
Andreas Jaeger [Mon, 14 Jun 1999 02:35:26 +0000 (02:35 +0000)] 
* gcc.texi: Mention gcc 2.96 instead of egcs 1.00.

From-SVN: r27505

25 years agoDaily bump.
Jeff Law [Mon, 14 Jun 1999 00:45:34 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r27503

25 years agoinit.c (build_new_1): Look up operator delete even if there was no explicit new place...
Alexandre Oliva [Sun, 13 Jun 1999 01:17:12 +0000 (01:17 +0000)] 
init.c (build_new_1): Look up operator delete even if there was no explicit new placement.

* init.c (build_new_1): Look up operator delete even if there was
no explicit new placement.

From-SVN: r27502

25 years ago* invoke.texi (Option Summary): Add -fpermissive flag.
Jerry Quinn [Sun, 13 Jun 1999 01:03:28 +0000 (01:03 +0000)] 
* invoke.texi (Option Summary): Add -fpermissive flag.

From-SVN: r27500

25 years agoDaily bump.
Jeff Law [Sun, 13 Jun 1999 00:46:03 +0000 (18:46 -0600)] 
Daily bump.

From-SVN: r27499

25 years agotest_summary: Set default mail-address and version for egcs instead of relying on...
Alexandre Oliva [Sat, 12 Jun 1999 15:19:28 +0000 (15:19 +0000)] 
test_summary: Set default mail-address and version for egcs instead of relying on...

* test_summary: Set default mail-address and version for egcs
instead of relying on unpredictable pathnames.
Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>

From-SVN: r27496

25 years agosparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands that require PIC code...
Jeff Law [Sat, 12 Jun 1999 02:44:18 +0000 (20:44 -0600)] 
sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands that require PIC code sequences.

`
        * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
        that require PIC code sequences.

From-SVN: r27495

25 years agosparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands that require PIC code...
Jeff Law [Sat, 12 Jun 1999 02:44:12 +0000 (20:44 -0600)] 
sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands that require PIC code sequences.


        * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
        that require PIC code sequences.

From-SVN: r27494

25 years agoDaily bump.
Jeff Law [Sat, 12 Jun 1999 00:45:33 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r27492

25 years agoAdd support for thumb-elf target.
Nick Clifton [Fri, 11 Jun 1999 06:24:55 +0000 (06:24 +0000)] 
Add support for thumb-elf target.

From-SVN: r27490

25 years agoMakefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
Jeffrey A Law [Fri, 11 Jun 1999 03:12:22 +0000 (03:12 +0000)] 
Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.

        * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
        * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
        initializers is some circumstances.

From-SVN: r27489

25 years ago* mauve-libgcj: Activated java.net Mauve tests.
Warren Levy [Fri, 11 Jun 1999 02:34:31 +0000 (02:34 +0000)] 
* mauve-libgcj: Activated java.net Mauve tests.

From-SVN: r27487

25 years agoinclhack.def (endif_label): Add additional selector for more bogus stuff after #endif...
Jeffrey A Law [Fri, 11 Jun 1999 02:20:58 +0000 (02:20 +0000)] 
inclhack.def (endif_label): Add additional selector for more bogus stuff after #endif statements.

        * fixinc/inclhack.def (endif_label): Add additional selector for
        more bogus stuff after #endif statements.
        * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.

From-SVN: r27486

25 years agonatInetAddress.cc (aton): Fix typos.
Bryce McKinlay [Fri, 11 Jun 1999 01:38:08 +0000 (01:38 +0000)] 
natInetAddress.cc (aton): Fix typos.

        * java/net/natInetAddress.cc (aton): Fix typos.
        (lookup): Use a bigger buffer size for gethostbyname_r on all
        versions of glibc. Updated FIXME comment explaining this.
        Modified while loops to not set herr = ERANGE to work around glibc
        problems. Use user specified hostname in InetAddress result when
        available (consistent with JDK).

From-SVN: r27484

25 years agoDaily bump.
Jeff Law [Fri, 11 Jun 1999 00:45:03 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r27482