]> gcc.gnu.org Git - gcc.git/log
gcc.git
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

25 years agoDecimalFormat.java: Throw IllegalArgumentException throughout rather than ParseException.
Warren Levy [Thu, 10 Jun 1999 23:53:37 +0000 (23:53 +0000)]
DecimalFormat.java: Throw IllegalArgumentException throughout rather than ParseException.

* java/text/DecimalFormat.java: Throw IllegalArgumentException
throughout rather than ParseException.

From-SVN: r27481

25 years agoMumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Thu, 10 Jun 1999 20:45:01 +0000 (20:45 +0000)]
Mumit Khan <khan@xraylith.wisc.edu>

Mumit Khan  <khan@xraylith.wisc.edu>
        * i386/cygwin.h (SET_ASM_OP): Define.

From-SVN: r27478

25 years agoMike Stump <mrs@wrs.com>
Mike Stump [Thu, 10 Jun 1999 20:43:56 +0000 (20:43 +0000)]
Mike Stump <mrs@wrs.com>

Mike Stump  <mrs@wrs.com>
        * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
        parallel builds.

From-SVN: r27477

25 years agoMumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Thu, 10 Jun 1999 20:40:39 +0000 (20:40 +0000)]
Mumit Khan <khan@xraylith.wisc.edu>

Mumit Khan  <khan@xraylith.wisc.edu>
        * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.

From-SVN: r27475

25 years agoFileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException instea...
Warren Levy [Thu, 10 Jun 1999 18:52:00 +0000 (18:52 +0000)]
FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException instead of IOException.

1999-06-10  Warren Levy  <warrenl@cygnus.com>
* java/io/FileDescriptor.java (FileDescriptor(String, int)):
Throw FileNotFoundException instead of IOException.
(open): ditto.
* java/io/FileInputStream.java (FileInputStream): Doesn't throw
IOException.
* java/text/Collator.java (CANONICAL_DECOMPOSITION): Fixed typo
in static field name.

From-SVN: r27473

25 years agoCorrected quote formation
Bruce Korb [Thu, 10 Jun 1999 14:43:44 +0000 (14:43 +0000)]
Corrected quote formation

From-SVN: r27471

25 years agoCorrect quoting rules
Bruce Korb [Thu, 10 Jun 1999 14:36:02 +0000 (14:36 +0000)]
Correct quoting rules

From-SVN: r27470

25 years agosh.h (TARGET_HARWARD, [...]): Changed the former to the latter.
J"orn Rennecke [Thu, 10 Jun 1999 11:25:47 +0000 (11:25 +0000)]
sh.h (TARGET_HARWARD, [...]): Changed the former to the latter.

* sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
latter.
* sh.md (ic_invalidate_line_i): Remove second alternative.

From-SVN: r27469

25 years agofix a selection expression, skip a bypass
Bruce Korb [Thu, 10 Jun 1999 07:36:01 +0000 (07:36 +0000)]
fix a selection expression, skip a bypass

From-SVN: r27468

25 years agofix a selection expression, skip a bypass
Bruce Korb [Thu, 10 Jun 1999 07:25:33 +0000 (07:25 +0000)]
fix a selection expression, skip a bypass

From-SVN: r27467

25 years agoAdd ARM920 and ARM920t.
Nick Clifton [Thu, 10 Jun 1999 07:09:19 +0000 (07:09 +0000)]
Add ARM920 and ARM920t.

From-SVN: r27466

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

From-SVN: r27465

25 years agoinclhack.def (no_double_slash): Fix quoting for test.
Jeffrey A Law [Wed, 9 Jun 1999 22:17:49 +0000 (22:17 +0000)]
inclhack.def (no_double_slash): Fix quoting for test.

        * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
        * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.

From-SVN: r27460

25 years agoRuntime.java (exec): Convert prog name and arguments to string array.
Bryce McKinlay [Wed, 9 Jun 1999 17:42:26 +0000 (17:42 +0000)]
Runtime.java (exec): Convert prog name and arguments to string array.

* java/lang/Runtime.java (exec): Convert prog name and arguments
to string array.
* java/lang/natPosixProcess.cc (startProcess): Fix typo in
environment array conversion. Preserve current environment if envp
not passed. Preserve PATH unless explicitly specified.
* java/io/DataInputStream.java (readLine): Fix case where '\r' is
followed by EOF. Set a flag when a line is terminated by '\r' and
ignore following '\n' if set.

From-SVN: r27458

25 years agoFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Franz Sirl [Wed, 9 Jun 1999 16:01:51 +0000 (16:01 +0000)]
Franz Sirl <Franz.Sirl-kernel@lauterbach.com>

Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
        * rs6000.md (movsi_got_internal_mem): Delete.
        * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
        (GOT_TOC_REGNUM): Delete.
        (PIC_OFFSET_TABLE_REGNUM): Define.
        (FINALIZE_PIC): Disable.
        * rs6000.c (rs6000_got_register): New code for fixed pic register.
        (rs6000_replace_regno): Delete.
        (rs6000_finalize_pic): Likewise.
        (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.

From-SVN: r27457

25 years agoAdded a purpose comment for ioctl_fix_ctrl
Bruce Korb [Wed, 9 Jun 1999 14:20:47 +0000 (14:20 +0000)]
Added a purpose comment for ioctl_fix_ctrl

From-SVN: r27455

25 years agoloop.c (loop_insn_first_p): Don't compare LUIDs when P is a note...
J"orn Rennecke [Wed, 9 Jun 1999 14:09:50 +0000 (14:09 +0000)]
loop.c (loop_insn_first_p): Don't compare LUIDs when P is a note...

* loop.c (loop_insn_first_p): Don't compare LUIDs when P
is a note; use <= for the compare; advance P while it is
a NOTE.

From-SVN: r27454

25 years agoFix typo.
Jeff Law [Wed, 9 Jun 1999 12:15:18 +0000 (06:15 -0600)]
Fix typo.

From-SVN: r27453

25 years agovarasm.c (remove_from_pending_weak_list): Verity t->name is non-NULL before passing...
Jeff Law [Wed, 9 Jun 1999 12:12:17 +0000 (06:12 -0600)]
varasm.c (remove_from_pending_weak_list): Verity t->name is non-NULL before passing it to strcmp.

h
        * varasm.c (remove_from_pending_weak_list): Verity t->name
        is non-NULL before passing it to strcmp.

From-SVN: r27450

25 years agovarasm.c (remove_from_pending_weak_list): Verity t->name is non-NULL before passing...
Jeff Law [Wed, 9 Jun 1999 12:12:14 +0000 (06:12 -0600)]
varasm.c (remove_from_pending_weak_list): Verity t->name is non-NULL before passing it to strcmp.


        * varasm.c (remove_from_pending_weak_list): Verity t->name
        is non-NULL before passing it to strcmp.

From-SVN: r27449

25 years agoRegenerate
Bruce Korb [Wed, 9 Jun 1999 07:02:39 +0000 (07:02 +0000)]
Regenerate

From-SVN: r27448

25 years agoimprove bypass re for sun_auth_proto
Bruce Korb [Wed, 9 Jun 1999 06:58:09 +0000 (06:58 +0000)]
improve bypass re for sun_auth_proto

From-SVN: r27447

25 years ago* invoke.texi: Add C4x invocation docs.
Michael Hayes [Wed, 9 Jun 1999 04:06:45 +0000 (04:06 +0000)]
* invoke.texi: Add C4x invocation docs.

From-SVN: r27445

25 years agoc4x.h (TARGET_EXPOSE_LDP, [...]): Define new macros.
Michael Hayes [Wed, 9 Jun 1999 03:47:24 +0000 (03:47 +0000)]
c4x.h (TARGET_EXPOSE_LDP, [...]): Define new macros.

* config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
Define new macros.
* config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
TARGET_EXPOSE_LDP.
(c4x_legitimize_reload_address): New function.
* config/c4x/c4x.md: Update docs.

From-SVN: r27443

25 years agofixincludes: Avoid removing '.'.
Jeff Law [Wed, 9 Jun 1999 03:20:44 +0000 (21:20 -0600)]
fixincludes: Avoid removing '.'.


        * fixincludes: Avoid removing '.'.
        * fixinc/fixinc.svr4: Likewise.
        * fixinc/fixinc.winnt: Likewise.
        * fixinc/inclhack.tpl: Likewise.
        * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.

From-SVN: r27440

25 years agofixincludes: Avoid removing '.'.
Jeff Law [Wed, 9 Jun 1999 03:20:36 +0000 (21:20 -0600)]
fixincludes: Avoid removing '.'.


        * fixincludes: Avoid removing '.'.
        * fixinc/fixinc.svr4: Likewise.
        * fixinc/fixinc.winnt: Likewise.
        * fixinc/inclhack.tpl: Likewise.
        * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.

From-SVN: r27439

25 years agofixincludes: Avoid removing '.'.
Jeff Law [Wed, 9 Jun 1999 03:20:32 +0000 (21:20 -0600)]
fixincludes: Avoid removing '.'.


        * fixincludes: Avoid removing '.'.
        * fixinc/fixinc.svr4: Likewise.
        * fixinc/fixinc.winnt: Likewise.
        * fixinc/inclhack.tpl: Likewise.
        * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.

From-SVN: r27438

25 years agoinclhack.def (sun_catmacro): Escape parens in the select pattern.
Kaveh R. Ghazi [Wed, 9 Jun 1999 02:52:16 +0000 (02:52 +0000)]
inclhack.def (sun_catmacro): Escape parens in the select pattern.

1999-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
        * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
        pattern.
        * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.

From-SVN: r27434

25 years agoc-pragma.c (handle_pragma_token): Handle `#pragma pack()' correctly.
Mumit Khan [Wed, 9 Jun 1999 02:16:12 +0000 (02:16 +0000)]
c-pragma.c (handle_pragma_token): Handle `#pragma pack()' correctly.

        * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
        correctly.

From-SVN: r27432

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

From-SVN: r27429

25 years agoFix aix4.1 configure problem reported by Kaven Ghazi.
Jim Wilson [Tue, 8 Jun 1999 13:08:15 +0000 (13:08 +0000)]
Fix aix4.1 configure problem reported by Kaven Ghazi.

* configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
* configure: Regenerate.

From-SVN: r27428

25 years agooptabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute values.
Richard Earnshaw [Tue, 8 Jun 1999 05:50:01 +0000 (05:50 +0000)]
optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute values.

* optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
values.

From-SVN: r27426

25 years ago* g++.old-deja/g++.eh/catch1.C: New test.
Nathan Sidwell [Tue, 8 Jun 1999 05:31:07 +0000 (05:31 +0000)]
* g++.old-deja/g++.eh/catch1.C: New test.

From-SVN: r27425

25 years agoexcept.c (complete_ptr_ref_or_void_ptr_p): New function, broken out of ...
Nathan Sidwell [Tue, 8 Jun 1999 05:29:05 +0000 (05:29 +0000)]
except.c (complete_ptr_ref_or_void_ptr_p): New function, broken out of ...

* except.c (complete_ptr_ref_or_void_ptr_p): New function, broken out
of ...
(build_throw): ... here. Call it.
(process_start_catch_block): Call it.

From-SVN: r27424

25 years agoinclhack.def (bad_lval): Remove bogus selector.
Jeff Law [Tue, 8 Jun 1999 01:53:49 +0000 (19:53 -0600)]
inclhack.def (bad_lval): Remove bogus selector.

        * fixinc/inclhack.def (bad_lval): Remove bogus selector.
        * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.

From-SVN: r27423

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

From-SVN: r27419

This page took 0.091663 seconds and 5 git commands to generate.