aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-06-14c-typeck.c (process_init_element): Detect excess elements in char array ↵Nathan Sidwell2-0/+7
initializer. * c-typeck.c (process_init_element): Detect excess elements in char array initializer. From-SVN: r27507
1999-06-13* gcc.texi: Mention gcc 2.96 instead of egcs 1.00.Andreas Jaeger2-4/+8
From-SVN: r27505
1999-06-13Daily bump.Jeff Law1-1/+1
From-SVN: r27503
1999-06-13init.c (build_new_1): Look up operator delete even if there was no explicit ↵Alexandre Oliva2-9/+14
new placement. * init.c (build_new_1): Look up operator delete even if there was no explicit new placement. From-SVN: r27502
1999-06-13* invoke.texi (Option Summary): Add -fpermissive flag.Jerry Quinn2-1/+5
From-SVN: r27500
1999-06-12Daily bump.Jeff Law1-1/+1
From-SVN: r27499
1999-06-12test_summary: Set default mail-address and version for egcs instead of ↵Alexandre Oliva2-10/+8
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
1999-06-11sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands that require ↵Jeff Law1-3/+9
PIC code sequences. ` * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands that require PIC code sequences. From-SVN: r27495
1999-06-11sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands that require ↵Jeff Law1-0/+5
PIC code sequences. � * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands that require PIC code sequences. From-SVN: r27494
1999-06-11Daily bump.Jeff Law1-1/+1
From-SVN: r27492
1999-06-11Add support for thumb-elf target.Nick Clifton5-94/+442
From-SVN: r27490
1999-06-10Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.Jeffrey A Law3-7/+23
* 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
1999-06-11* mauve-libgcj: Activated java.net Mauve tests.Warren Levy2-1/+4
From-SVN: r27487
1999-06-10inclhack.def (endif_label): Add additional selector for more bogus stuff ↵Jeffrey A Law4-3/+15
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
1999-06-11natInetAddress.cc (aton): Fix typos.Bryce McKinlay2-18/+31
* 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
1999-06-10Daily bump.Jeff Law1-1/+1
From-SVN: r27482
1999-06-10DecimalFormat.java: Throw IllegalArgumentException throughout rather than ↵Warren Levy2-28/+33
ParseException. * java/text/DecimalFormat.java: Throw IllegalArgumentException throughout rather than ParseException. From-SVN: r27481
1999-06-10Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2-0/+9
Mumit Khan <khan@xraylith.wisc.edu> * i386/cygwin.h (SET_ASM_OP): Define. From-SVN: r27478
1999-06-10Mike Stump <mrs@wrs.com>Mike Stump2-0/+6
Mike Stump <mrs@wrs.com> * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix parallel builds. From-SVN: r27477
1999-06-10Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2-1/+5
Mumit Khan <khan@xraylith.wisc.edu> * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns. From-SVN: r27475
1999-06-10FileDescriptor.java (FileDescriptor(String, int)): Throw ↵Warren Levy4-7/+17
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
1999-06-10Corrected quote formationBruce Korb2-2/+2
From-SVN: r27471
1999-06-10Correct quoting rulesBruce Korb2-1/+2
From-SVN: r27470
1999-06-10sh.h (TARGET_HARWARD, [...]): Changed the former to the latter.J"orn Rennecke3-10/+17
* sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the latter. * sh.md (ic_invalidate_line_i): Remove second alternative. From-SVN: r27469
1999-06-10fix a selection expression, skip a bypassBruce Korb3-14/+8
From-SVN: r27468
1999-06-10fix a selection expression, skip a bypassBruce Korb2-6/+8
From-SVN: r27467
1999-06-10Add ARM920 and ARM920t.Nick Clifton2-1/+7
From-SVN: r27466
1999-06-09Daily bump.Jeff Law1-1/+1
From-SVN: r27465
1999-06-09inclhack.def (no_double_slash): Fix quoting for test.Jeffrey A Law4-3/+6
* fixinc/inclhack.def (no_double_slash): Fix quoting for test. * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt. From-SVN: r27460
1999-06-09Runtime.java (exec): Convert prog name and arguments to string array.Bryce McKinlay4-33/+87
* 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
1999-06-09Franz Sirl <Franz.Sirl-kernel@lauterbach.com>Franz Sirl4-171/+56
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
1999-06-09Added a purpose comment for ioctl_fix_ctrlBruce Korb2-0/+11
From-SVN: r27455
1999-06-09loop.c (loop_insn_first_p): Don't compare LUIDs when P is a note...J"orn Rennecke2-3/+14
* 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
1999-06-09Fix typo.Jeff Law1-1/+1
From-SVN: r27453
1999-06-09varasm.c (remove_from_pending_weak_list): Verity t->name is non-NULL before ↵Jeff Law1-1/+1
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
1999-06-09varasm.c (remove_from_pending_weak_list): Verity t->name is non-NULL before ↵Jeff Law1-0/+5
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
1999-06-09RegenerateBruce Korb3-2/+4
From-SVN: r27448
1999-06-09improve bypass re for sun_auth_protoBruce Korb2-1/+7
From-SVN: r27447
1999-06-09* invoke.texi: Add C4x invocation docs.Michael Hayes2-0/+135
From-SVN: r27445
1999-06-09c4x.h (TARGET_EXPOSE_LDP, [...]): Define new macros.Michael Hayes4-16/+81
* 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
1999-06-08fixincludes: Avoid removing '.'.Jeff Law5-5/+5
� * 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
1999-06-08fixincludes: Avoid removing '.'.Jeff Law1-1/+1
� * 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
1999-06-08fixincludes: Avoid removing '.'.Jeff Law1-0/+8
� * 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
1999-06-08inclhack.def (sun_catmacro): Escape parens in the select pattern.Kaveh R. Ghazi4-3/+9
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
1999-06-08c-pragma.c (handle_pragma_token): Handle `#pragma pack()' correctly.Mumit Khan2-2/+16
* c-pragma.c (handle_pragma_token): Handle `#pragma pack()' correctly. From-SVN: r27432
1999-06-08Daily bump.Jeff Law1-1/+1
From-SVN: r27429
1999-06-08Fix aix4.1 configure problem reported by Kaven Ghazi.Jim Wilson3-2/+7
* configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000. * configure: Regenerate. From-SVN: r27428
1999-06-08optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute values.Richard Earnshaw2-5/+16
* optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute values. From-SVN: r27426
1999-06-08* g++.old-deja/g++.eh/catch1.C: New test.Nathan Sidwell2-0/+22
From-SVN: r27425
1999-06-08except.c (complete_ptr_ref_or_void_ptr_p): New function, broken out of ...Nathan Sidwell2-20/+44
* 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