]>
gcc.gnu.org Git - gcc.git/log
Alexandre Oliva [Fri, 19 Sep 1997 03:42:14 +0000 (03:42 +0000)]
Makefile.in (bootstrap2, bootstrap3): New targets.
* Makefile.in (bootstrap2, bootstrap3): New targets.
(all-bootstrap): Remove outdated and confusing target.
Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r15559
Jeff Law [Fri, 19 Sep 1997 03:30:32 +0000 (21:30 -0600)]
Forgot to commit in last change.
From-SVN: r15558
Jeffrey A Law [Fri, 19 Sep 1997 03:12:55 +0000 (03:12 +0000)]
xm-mot3300.h (alloca): Properly declare if __STDC__.
* m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
* mips/mips.h (alloca): Likewise.
* rs6000/xm-rs6000.h (alloca): Likewise.
* rs6000/xm-sysv4.h: Likewise.
Fixes build problem when using an ANSI compiler that isn't gcc.
From-SVN: r15557
Jeffrey A Law [Fri, 19 Sep 1997 01:28:39 +0000 (01:28 +0000)]
g77install.texi: Renamed from install.texi
* g77install.texi: Renamed from install.texi
* g77.texi: Corresponding changes.
Fixes problem with g77.texi getting gcc/install.texi instead of
gcc/f/install.texi when building in the source tree.
From-SVN: r15556
Jason Merrill [Thu, 18 Sep 1997 23:52:48 +0000 (19:52 -0400)]
search.c (lookup_field): Call complete_type in all cases.
* search.c (lookup_field): Call complete_type in all cases.
Fixes CLN problems.
* decl.c (finish_function): Just warn about flowing off the end.
From-SVN: r15555
Jason Merrill [Thu, 18 Sep 1997 23:33:56 +0000 (23:33 +0000)]
final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
* final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
* dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
(dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
* except.c (end_eh_unwinder): Subtract 1 from return address.
* libgcc2.c (__throw): Likewise.
(find_exception_handler): Don't change PC here. Compare end with >.
From-SVN: r15554
Jeffrey A Law [Thu, 18 Sep 1997 23:33:06 +0000 (23:33 +0000)]
* fini.c (main): Return type is int.
From-SVN: r15553
Jeffrey A Law [Thu, 18 Sep 1997 23:30:08 +0000 (23:30 +0000)]
com.c (lang_printable_name): Use verbosity argument.
* com.c (lang_printable_name): Use verbosity argument.
Just to keep the compiler quiet.
From-SVN: r15552
Nick Clifton [Thu, 18 Sep 1997 23:19:55 +0000 (23:19 +0000)]
v850.c (compute_register_save_size): Correct register number.
* v850.c (compute_register_save_size): Correct register
number.
* v850.md (save_interrupt, return_interrupt): Correct
register number.
* v850/lib1funcs.asm (save_interrupt): Correct register number.
(return_interrupt): Use stack pointer, not element pointer.
From-SVN: r15550
Jeffrey A Law [Thu, 18 Sep 1997 22:56:25 +0000 (22:56 +0000)]
Makefile.in (stamp-lib): Don't use '$?'...
* Makefile.in (stamp-lib): Don't use '$?', explicitly
list the variables containing the object files to include
in libf2c.a
From-SVN: r15545
Jeffrey A Law [Thu, 18 Sep 1997 22:06:05 +0000 (22:06 +0000)]
* Make-lang.in: Fix merge problems.
From-SVN: r15544
Brendan Kehoe [Thu, 18 Sep 1997 19:50:51 +0000 (19:50 +0000)]
configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory.
* configure.in, configure: Make sure to create the stage* and include
symbolic links in each subdirectory.
copy that's also now in at the FSF; only does it if $symbolic_link is
defined to `ln -s'
From-SVN: r15543
Jeffrey A Law [Thu, 18 Sep 1997 07:45:15 +0000 (07:45 +0000)]
pa.md (reload_peepholes): Don't allow addresses with side effects for the memory operand.
* pa.md (reload_peepholes): Don't allow addresses with side
effects for the memory operand.
Geez, how long have we been screwing this up...
From-SVN: r15536
Jeffrey A Law [Thu, 18 Sep 1997 05:54:18 +0000 (05:54 +0000)]
install-info.c: Only provide an external decl for strrchr if HAVE_STRCHR is not defined.
* util/install-info.c: Only provide an external decl for strrchr
if HAVE_STRCHR is not defined.
Fixes aix build problem.
From-SVN: r15535
Jason Merrill [Thu, 18 Sep 1997 01:23:34 +0000 (01:23 +0000)]
libgcc2.c (find_exception_handler): Subtract one from our PC when looking for a handler...
* libgcc2.c (find_exception_handler): Subtract one from our PC when
looking for a handler, to avoid hitting the beginning of the next
region.
* except.c (expand_builtin_set_return_addr_reg): Use force_operand.
From-SVN: r15534
Jeffrey A Law [Thu, 18 Sep 1997 00:31:51 +0000 (00:31 +0000)]
abi64.h (LONG_MAX_SPEC): Define.
* mips/abi64.h (LONG_MAX_SPEC): Define.
* mips.h (LONG_MAX_SPEC): Define.
(CPP_SPEC): Include long_max_spec.
(EXTRA_SPECS): Include long_max_spec.
Brought over from devo.
From-SVN: r15531
Brendan Kehoe [Wed, 17 Sep 1997 23:55:30 +0000 (19:55 -0400)]
configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory...
* configure.in, configure: Make sure to create the stage* and include
symbolic links in each subdirectory, as we do in configure.lang for
non-autoconf configurations.
From-SVN: r15529
Brendan Kehoe [Wed, 17 Sep 1997 23:55:13 +0000 (19:55 -0400)]
configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory...
* configure.in, configure: Make sure to create the stage* and include
symbolic links in each subdirectory, as we do in configure.lang for
non-autoconf configurations.
fixes cp 3stage problem
From-SVN: r15528
Jeffrey A Law [Wed, 17 Sep 1997 20:09:41 +0000 (20:09 +0000)]
* v850.c (construct_save_jarl): Fix thinko in last change.
From-SVN: r15518
Jason Merrill [Wed, 17 Sep 1997 18:18:09 +0000 (18:18 +0000)]
decl.c (grokparms): Don't bash a permanent list node if we're in a function.
* decl.c (grokparms): Don't bash a permanent list node if we're
in a function.
From-SVN: r15516
Brendan Kehoe [Wed, 17 Sep 1997 18:05:58 +0000 (18:05 +0000)]
* Makefile.in (CONFLICTS): Fix s/r conflict count to 18.
From-SVN: r15514
Jeff Law [Wed, 17 Sep 1997 15:51:45 +0000 (09:51 -0600)]
Bump for snapshot (really, we will make a snapshot this time :-)
From-SVN: r15507
Jason Merrill [Wed, 17 Sep 1997 02:23:05 +0000 (02:23 +0000)]
call.c (build_new_op): Give better error for syntactically correct...
* call.c (build_new_op): Give better error for syntactically
correct, but semantically invalid, use of undeclared template.
From-SVN: r15506
Ulrich Drepper [Wed, 17 Sep 1997 02:10:30 +0000 (02:10 +0000)]
Fix all problems reported by the test suite.
From-SVN: r15505
Jason Merrill [Wed, 17 Sep 1997 01:55:49 +0000 (01:55 +0000)]
* libgcc2.c (find_exception_handler): Not found is -1.
From-SVN: r15504
Ulrich Drepper [Wed, 17 Sep 1997 00:54:03 +0000 (00:54 +0000)]
Handle __set_errno correctly.
From-SVN: r15502
Jason Merrill [Tue, 16 Sep 1997 23:59:15 +0000 (19:59 -0400)]
revert accidental change
From-SVN: r15501
Jason Merrill [Tue, 16 Sep 1997 22:44:13 +0000 (22:44 +0000)]
* call.c (compare_qual): Handle pmfs.
From-SVN: r15500
Jason Merrill [Tue, 16 Sep 1997 21:23:59 +0000 (21:23 +0000)]
integrate.c (expand_inline_function): Move expand_start_bindings after expanding the arguments.
* integrate.c (expand_inline_function): Move expand_start_bindings
after expanding the arguments.
From-SVN: r15499
Jason Merrill [Tue, 16 Sep 1997 21:08:30 +0000 (21:08 +0000)]
decl.c (store_parm_decls): last_parm_cleanup_insn is the insn after the exception spec.
* decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
after the exception spec.
From-SVN: r15497
Jim Wilson [Tue, 16 Sep 1997 20:59:22 +0000 (20:59 +0000)]
Fix H.J. Lu's alpha-linux bug with TImode constructors.
* expr.c (expand_expr): Remove previous incorrect change.
If target and slot has no DECL_RTL, then call mark_addressable
again for the slot after we give it RTL.
From-SVN: r15496
Jeff Law [Tue, 16 Sep 1997 20:39:44 +0000 (14:39 -0600)]
Initial revision
From-SVN: r15492
Jim Wilson [Tue, 16 Sep 1997 17:36:28 +0000 (10:36 -0700)]
Remove ChangeLog entry for non-existant change.
From-SVN: r15491
Jeff Law [Tue, 16 Sep 1997 16:12:41 +0000 (10:12 -0600)]
Minor tweaks before snapshot.
From-SVN: r15488
Jeff Law [Tue, 16 Sep 1997 16:11:13 +0000 (10:11 -0600)]
More stuff from Uli.
From-SVN: r15487
Ulrich Drepper [Tue, 16 Sep 1997 16:01:55 +0000 (10:01 -0600)]
Uli's libio/libstdc++ patches.
From-SVN: r15486
Jason Merrill [Tue, 16 Sep 1997 07:53:56 +0000 (07:53 +0000)]
expr.c (expand_expr, [...]): Call mark_addressable again for the slot after we give it RTL.
* expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
again for the slot after we give it RTL.
From-SVN: r15482
Jeffrey A Law [Tue, 16 Sep 1997 06:39:02 +0000 (06:39 +0000)]
* version.c: Bump for snapshot.
From-SVN: r15480
Jeff Law [Tue, 16 Sep 1997 06:16:57 +0000 (00:16 -0600)]
Tweak v850 ChangeLog entries.
From-SVN: r15478
Nick Clifton [Tue, 16 Sep 1997 06:13:27 +0000 (06:13 +0000)]
v850.c (register_is_ok_for_epilogue, [...]): New functions.
* config/v850/v850.c (register_is_ok_for_epilogue,
pattern_is_ok_for_epilogue, construct_restore_jr,
pattern_is_ok_for_prologue, construct_save_jarl): New functions.
* config/v850/v850.h (pattern_is_ok_for_prologue,
pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
predicates.
* config/v850/v850.md: Replace prologue and epilogue patterns with a
match_parallel pattern.
* config/v850/v850.c (output_move_single_unsigned): Cope with zero
extending and moving between registers at the same time.
Brought over from devo.
From-SVN: r15477
Jeff Law [Tue, 16 Sep 1997 06:03:16 +0000 (00:03 -0600)]
More formatting fixes.
From-SVN: r15476
Jeff Law [Tue, 16 Sep 1997 05:52:35 +0000 (23:52 -0600)]
Remove more CYGNUS LOCAL markers.
From-SVN: r15475
Jeff Law [Tue, 16 Sep 1997 05:23:38 +0000 (23:23 -0600)]
Remove CYGNUS LOCAL markers.
From-SVN: r15474
Jeff Law [Tue, 16 Sep 1997 05:19:29 +0000 (23:19 -0600)]
Forgot to check in.
From-SVN: r15473
Jeffrey A Law [Tue, 16 Sep 1997 05:01:43 +0000 (05:01 +0000)]
aclocal.m4: Add replacement for AC_PROG_INSTALL.
* aclocal.m4: Add replacement for AC_PROG_INSTALL.
* configure.in: Use EGCS_PROG_INSTALL.
From-SVN: r15472
Jeffrey A Law [Tue, 16 Sep 1997 04:55:29 +0000 (04:55 +0000)]
aclocal.m4: New file with replacement for AC_PROG_INSTALL.
* aclocal.m4: New file with replacement for AC_PROG_INSTALL.
* configure.in: Use EGCS_PROG_INSTALL.
From-SVN: r15471
Jeff Law [Tue, 16 Sep 1997 04:39:46 +0000 (22:39 -0600)]
dwarf2out.c (gen_subprogram_die): Handle redefinition of an extern inline function.
* dwarf2out.c (gen_subprogram_die): Handle redefinition of an
extern inline function.
* dwarf2out.c (reg_loc_descriptor): Fix prototype.
(concat_loc_descriptor): New function.
(loc_descriptor): Call it.
(add_AT_location_description): Also elide the descriptor if both
halves of a CONCAT are pseudos.
(add_location_or_const_value_attribute): Recognize CONCAT too.
Bring over from devo/fsf.
From-SVN: r15470
Jeff Law [Tue, 16 Sep 1997 04:35:37 +0000 (22:35 -0600)]
Use @code instead of @uref until we upgrade texinfo.
From-SVN: r15469
Manfred Hollstein [Tue, 16 Sep 1997 03:59:48 +0000 (03:59 +0000)]
Renamed fixinc.math to fixinc.wrap
From-SVN: r15465
Jason Merrill [Tue, 16 Sep 1997 02:07:50 +0000 (22:07 -0400)]
dwarf2 EH support
From-SVN: r15464
Jason Merrill [Mon, 15 Sep 1997 23:35:18 +0000 (23:35 +0000)]
* call.c (null_ptr_cst_p): Integer type, not integral type.
From-SVN: r15463
Richard Henderson [Mon, 15 Sep 1997 22:36:34 +0000 (15:36 -0700)]
Patch from Richard Henderson for alpha-linux ld.so bug.
* alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
From-SVN: r15459
Richard Henderson [Mon, 15 Sep 1997 22:28:34 +0000 (15:28 -0700)]
Patch from Richard Henderson for large frames.
* alpha/alpha.c (output_prolog): New variable sa_reg. Use it for
out-or-range reg_offset.
(output_epilog): Likewise.
From-SVN: r15458
Jason Merrill [Mon, 15 Sep 1997 22:25:30 +0000 (18:25 -0400)]
dwarf2 EH support
From-SVN: r15455
Jeffrey A Law [Mon, 15 Sep 1997 21:37:39 +0000 (21:37 +0000)]
cse.c (simplify_relational_operation): If MODE specifies a mode wider than HOST_WIDE_INT...
* cse.c (simplify_relational_operation): If MODE specifies a
mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
is derived from the sign bit of the low word.
Brought over from r5900 branch.
From-SVN: r15454
Jeff Law [Mon, 15 Sep 1997 19:15:35 +0000 (13:15 -0600)]
Document -ms for the H8/S.
From-SVN: r15453
Brendan Kehoe [Mon, 15 Sep 1997 19:07:05 +0000 (19:07 +0000)]
except.c (find_exception_handler_labels): Use xmalloc instead of alloca...
* except.c (find_exception_handler_labels): Use xmalloc instead of
alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
in some cases.
From-SVN: r15452
Jason Merrill [Mon, 15 Sep 1997 18:53:28 +0000 (18:53 +0000)]
call.c (joust): Disable warnings until they can be moved to the right place.
* call.c (joust): Disable warnings until they can be moved to the
right place.
From-SVN: r15450
Jeffrey A Law [Mon, 15 Sep 1997 06:38:11 +0000 (06:38 +0000)]
* lib/g++.exp (g++_init): Look for xgcc in $basedir too.
From-SVN: r15449
Jeffrey A Law [Mon, 15 Sep 1997 03:04:48 +0000 (03:04 +0000)]
Makefile.in: Various changes to build info files in the object tree rather than the source tree.
* Makefile.in: Various changes to build info files
in the object tree rather than the source tree.
From-SVN: r15448
Jeffrey A Law [Mon, 15 Sep 1997 03:02:41 +0000 (03:02 +0000)]
Make-lang.in: Various changes to build info files in the object tree rather than the source tree.
* Make-lang.in: Various changes to build info files
in the object tree rather than the source tree.
* proj.h: Include ctype.h.
From-SVN: r15447
Jeff Law [Mon, 15 Sep 1997 02:55:47 +0000 (20:55 -0600)]
We're moving away from distributing generated files.
From-SVN: r15446
Jeff Law [Sun, 14 Sep 1997 20:09:02 +0000 (14:09 -0600)]
Forgot to commit.
From-SVN: r15445
Jeff Law [Sun, 14 Sep 1997 20:04:54 +0000 (14:04 -0600)]
Update.
From-SVN: r15444
Jeff Law [Sun, 14 Sep 1997 20:04:23 +0000 (14:04 -0600)]
Update to official g77-0.5.21.
From-SVN: r15443
Jeff Law [Sun, 14 Sep 1997 19:36:32 +0000 (13:36 -0600)]
This commit was generated by cvs2svn to compensate for changes in r15440,
which included commits to RCS files with non-trunk default branches.
From-SVN: r15441
Jeff Law [Sun, 14 Sep 1997 19:34:57 +0000 (13:34 -0600)]
Initial revision
From-SVN: r15438
Fred Fish [Sun, 14 Sep 1997 18:36:19 +0000 (18:36 +0000)]
* proj.h (isascii): Provide a default definition if none is available.
From-SVN: r15437
Jeff Law [Sun, 14 Sep 1997 18:29:43 +0000 (12:29 -0600)]
fixinc.math: New file to fix math.h on some systems.
* fixinc.math: New file to fix math.h on some systems.
* configure.in (freebsd, netbsd): Use fixinc.math on these
systems.
* configure: Rebuilt.
Should fix struct exception problems for freebsd, netbsd. Can be used
for others.
From-SVN: r15436
Jeffrey A Law [Sun, 14 Sep 1997 17:11:52 +0000 (17:11 +0000)]
regmove.c (regmove_optimize): If we end up moving the original insn due to lifetime overlaps...
* regmove.c (regmove_optimize): If we end up moving the
original insn due to lifetime overlaps, make sure to move
REG_NOTES too.
Fixes x86 (and maybe h8) failure.
From-SVN: r15435
Manfred Hollstein [Sat, 13 Sep 1997 22:52:49 +0000 (22:52 +0000)]
Patch from Manfred Hollstein, don't set execute bits when installing data files
* Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
From-SVN: r15431
Jeffrey A Law [Sat, 13 Sep 1997 19:00:22 +0000 (19:00 +0000)]
haifa-sched.c (add_branch_dependences): Make each insn in a SCHED_GROUP_P block explicitly depend on the previous insn.
* haifa-sched.c (add_branch_dependences): Make each insn in
a SCHED_GROUP_P block explicitly depend on the previous insn.
Fixes x86 abort.
From-SVN: r15430
Per Bothner [Fri, 12 Sep 1997 23:25:29 +0000 (23:25 +0000)]
* Makefile.in, config-lang.in: Convert to autoconf.
From-SVN: r15429
Dave Love [Fri, 12 Sep 1997 02:27:51 +0000 (02:27 +0000)]
Patch from Dave Love
* config-lang.in: Remove the messages about possible build problems.
From-SVN: r15425
Jason Merrill [Fri, 12 Sep 1997 02:16:24 +0000 (02:16 +0000)]
* Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.
From-SVN: r15424
Jason Merrill [Fri, 12 Sep 1997 01:56:59 +0000 (01:56 +0000)]
bastring.h (class basic_string): Add global scope to use of reverse_iterator.
* std/bastring.h (class basic_string): Add global scope to
use of reverse_iterator.
From-SVN: r15423
Jason Merrill [Fri, 12 Sep 1997 01:53:33 +0000 (21:53 -0400)]
[multiple changes]
Thu Sep 11 17:14:55 1997 Jason Merrill <jason@yorick.cygnus.com>
* decl.c (lookup_name_real): Add implicit 'typename' to types from
base classes.
* pt.c (most_specialized_class): Fix typo.
(tsubst): Move constant folding to TREE_VEC case.
Thu Sep 11 10:08:45 1997 Mark Mitchell <mmitchell@usa.net>
* pt.c (do_poplevel): Don't warn about unused local variables
while processing_template_decl since we don't always know whether
or not they will need constructing/destructing.
* pt.c (uses_template_parms): Check the values of an enumeration
type to make sure they don't depend on template parms.
* decl.c (make_typename_type): Don't lookup the field if the
context uses template parms, even if we're not
processing_template_decl at the moment.
* pt.c (coerce_template_parms): Avoid looking at the
TYPE_LANG_DECL portion of a typename type, since there won't be
one.
(tsubst): Do constant folding as necessary to make sure that
arguments passed to lookup_template_class really are constants.
From-SVN: r15422
Jim Wilson [Fri, 12 Sep 1997 00:51:01 +0000 (00:51 +0000)]
Never set prefix=/usr by default.
* configure.in (native_prefix): Delete.
(mips-dec-netbsd): Don't set prefix.
(*linux*): Don't set prefix.
From-SVN: r15421
Fred Fish [Fri, 12 Sep 1997 00:39:10 +0000 (00:39 +0000)]
Patches from Fred Fish for systems with sys/varargs.h but not varargs.h.
* protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
defined. If not defined, include <sys/varargs.h> if
HAVE_SYS_VARARGS_H is defined.
* configure.in: Test for varargs.h and sys/varargs.h.
* configure: Regenerate with autoconf.
* config.in: Regenerate with autoheader.
From-SVN: r15420
Jim Wilson [Thu, 11 Sep 1997 23:44:33 +0000 (16:44 -0700)]
Patches from H.J. Lu for alpha-linux -fPIC --enable-shared problem.
* Makefile.in (local-distclean): Also remove mh-frag mt-frag.
* configure.in (skipdirs): Add target-librx for Linux.
(alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
* mh-elfalphapic, mt-elfalphapic: New files.
From-SVN: r15419
Fred Fish [Thu, 11 Sep 1997 22:51:33 +0000 (22:51 +0000)]
From Fred Fish, fix BeOS (I assume) related problem with mixing char pointers.
* cpplib.c (quote_string): Cast first arg of sprintf call
from "unsigned char *" to "char *".
(output_line_command): Ditto.
(macroexpand): Ditto.
(do_line): Cast atoi arg from "unsigned char *" to "char *".
From-SVN: r15418
Jim Wilson [Thu, 11 Sep 1997 20:39:08 +0000 (13:39 -0700)]
Add Fred Fish's LN/LN_S patch.
From-SVN: r15415
Jeffrey A Law [Thu, 11 Sep 1997 19:53:52 +0000 (19:53 +0000)]
scope4.C: No longer expected to fail.
* g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
* g++.old-deja/g++.mike/p7325.C: Likewise.
* g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
From-SVN: r15413
Jeffrey A Law [Thu, 11 Sep 1997 17:08:01 +0000 (17:08 +0000)]
* loop.c (strength_reduce): Fix typo.
From-SVN: r15408
Alexandre Oliva [Thu, 11 Sep 1997 16:00:02 +0000 (16:00 +0000)]
crash20.C: Rework to avoid libg++.
* g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
* g++.old-deja/g++.brendan/crash30.C: Likewise.
* g++.old-deja/g++.brendan/crash39.C: Likewise.
* g++.old-deja/g++.law/operators4.C: Likewise.
From-SVN: r15407
Joe Buck [Thu, 11 Sep 1997 15:52:11 +0000 (15:52 +0000)]
p658.C: eliminate <bool.h> use.
* g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
* g++.old-deja/g++.mike/p784.C: Ditto.
* g++.old-deja/g++.mike/p785.C: Ditto.
Avoid libg++ specific stuff.
From-SVN: r15406
Jeff Law [Thu, 11 Sep 1997 04:18:16 +0000 (22:18 -0600)]
Back out Kenner's Makefile.in patch.
From-SVN: r15403
Jeffrey A Law [Thu, 11 Sep 1997 04:11:01 +0000 (04:11 +0000)]
Bump for snapshot.
From-SVN: r15402
Michael Meissner [Thu, 11 Sep 1997 03:52:26 +0000 (03:52 +0000)]
fix typo
From-SVN: r15401
Jeffrey A Law [Thu, 11 Sep 1997 03:36:41 +0000 (03:36 +0000)]
Makefile (compare): Exit with nonzero status if there are comparison failures.
* Makefile (compare): Exit with nonzero status if there
are comparison failures. Note which files failed the
comparison test in .bad_compare.
For toplevel "make bootstrap".
From-SVN: r15400
Jeffrey A Law [Thu, 11 Sep 1997 03:32:08 +0000 (03:32 +0000)]
* Makefile.in (bootstrap): New target.
From-SVN: r15399
Michael Meissner [Thu, 11 Sep 1997 03:27:50 +0000 (03:27 +0000)]
make change to spacing for Kenner
From-SVN: r15398
Jeff Law [Thu, 11 Sep 1997 03:01:15 +0000 (21:01 -0600)]
Remove last change. Not needed for egcs yet.
From-SVN: r15397
H.J. Lu [Thu, 11 Sep 1997 00:07:06 +0000 (00:07 +0000)]
Patch from H.J. Lu for alpha-linux.
* config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
From-SVN: r15394
Jim Wilson [Wed, 10 Sep 1997 23:34:58 +0000 (23:34 +0000)]
Clean up patches for delta88 nested function support.
* m88k/m88k.c (struct option): Rename to struct options.
* m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
* m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
* libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
__DOLPHIN__ or sysV88.
From-SVN: r15393
Richard Kenner [Wed, 10 Sep 1997 22:14:29 +0000 (22:14 +0000)]
Makefile.in (LN): Add new symbol.
* Makefile.in (LN): Add new symbol.
(FLAGS_TO_PASS): Pass it down.
(stage[1-4]-start): Use $(LN), not "ln -s".
Bring over from gcc2.
From-SVN: r15392
Jim Wilson [Wed, 10 Sep 1997 22:04:24 +0000 (15:04 -0700)]
Fix problem reported by chris@lslsun.epfl.ch (Christian Iseli)
Fix problem reported by chris@lslsun.epfl.ch (Christian Iseli)
* emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
create new subreg.
From-SVN: r15391
Jeffrey A Law [Wed, 10 Sep 1997 21:18:25 +0000 (21:18 +0000)]
* config.sub: Accept 'amigados' for backward compatability.
From-SVN: r15389
Jim Wilson [Wed, 10 Sep 1997 21:06:59 +0000 (21:06 +0000)]
Install patch from H.J. Lu to make parallel make check work.
* Makefile.in (testsuite/site.exp): New target.
(check-gcc, check-g++): Depend on testsuite/site.exp.
Don't stop for failure.
From-SVN: r15269
Jason Merrill [Wed, 10 Sep 1997 20:15:23 +0000 (16:15 -0400)]
missing entry
From-SVN: r15268
This page took 0.14031 seconds and 5 git commands to generate.