platform/upstream/gcc.git
27 years ago(cc_set_by_configure): Eliminate extra comma and don't pass value to configure.lang.
Richard Kenner [Wed, 25 Jun 1997 20:55:50 +0000 (16:55 -0400)]
(cc_set_by_configure): Eliminate extra comma and don't pass value to configure.lang.

(cc_set_by_configure): Eliminate extra
comma and don't pass value to configure.lang.
(stage_prefix_set_by_configure): Likewise.

From-SVN: r14319

27 years ago(GCC_PASSES): Don't define with $(exeext).
Richard Kenner [Wed, 25 Jun 1997 20:55:15 +0000 (16:55 -0400)]
(GCC_PASSES): Don't define with $(exeext).

From-SVN: r14318

27 years ago(Makefile): Execute configure.frag from srcdir.
Richard Kenner [Wed, 25 Jun 1997 20:41:55 +0000 (16:41 -0400)]
(Makefile): Execute configure.frag from srcdir.

From-SVN: r14317

27 years agoRevert revisions 1.454 and 1.455.
Richard Kenner [Wed, 25 Jun 1997 20:41:05 +0000 (16:41 -0400)]
Revert revisions 1.454 and 1.455.

From-SVN: r14316

27 years agoRevert to 1.1
Richard Kenner [Wed, 25 Jun 1997 20:38:43 +0000 (16:38 -0400)]
Revert to 1.1

From-SVN: r14315

27 years agoRemove patch in 1.12.
Richard Kenner [Wed, 25 Jun 1997 20:36:48 +0000 (16:36 -0400)]
Remove patch in 1.12.

Execute configure.frag in a shell.

From-SVN: r14314

27 years ago(cross_overrides, build_overrides): Default to /dev/null to help
Richard Kenner [Wed, 25 Jun 1997 20:31:25 +0000 (16:31 -0400)]
(cross_overrides, build_overrides): Default to /dev/null to help
platforms where sed cannot handle empty filenames.

From-SVN: r14313

27 years ago(mn10200-*-*): New target.
Richard Kenner [Wed, 25 Jun 1997 20:31:00 +0000 (16:31 -0400)]
(mn10200-*-*): New target.

From-SVN: r14312

27 years agoDefine front-end/back-end interface functions and structures.
Richard Kenner [Wed, 25 Jun 1997 20:25:39 +0000 (16:25 -0400)]
Define front-end/back-end interface functions and structures.

From-SVN: r14311

27 years agoCompletely rework according to new interface.
Richard Kenner [Wed, 25 Jun 1997 20:25:24 +0000 (16:25 -0400)]
Completely rework according to new interface.

From-SVN: r14310

27 years agoReorganize thread implementation to make a clearly defined
Richard Kenner [Wed, 25 Jun 1997 20:23:17 +0000 (16:23 -0400)]
Reorganize thread implementation to make a clearly defined
front-end/back-end interface.

From-SVN: r14309

27 years ago(__objc_register_instance_methods_to_class): New function.
Richard Kenner [Wed, 25 Jun 1997 20:14:08 +0000 (16:14 -0400)]
(__objc_register_instance_methods_to_class): New function.

Add missing function prototypes.

From-SVN: r14308

27 years ago(__objc_register_instance_methods_to_class): New function.
Richard Kenner [Wed, 25 Jun 1997 20:13:42 +0000 (16:13 -0400)]
(__objc_register_instance_methods_to_class): New function.

From-SVN: r14307

27 years ago(OBJC_ERR_BAD_STATE): New error code.
Richard Kenner [Wed, 25 Jun 1997 20:13:21 +0000 (16:13 -0400)]
(OBJC_ERR_BAD_STATE): New error code.

On NeXT redefine object_copy and object_dispose to avoid
a conflict with those defined in system library.

From-SVN: r14306

27 years ago(method_get_sizeof_arguments): Fix typo.
Richard Kenner [Wed, 25 Jun 1997 20:12:49 +0000 (16:12 -0400)]
(method_get_sizeof_arguments): Fix typo.

From-SVN: r14305

27 years ago(objc_send_load): New function.
Richard Kenner [Wed, 25 Jun 1997 20:12:28 +0000 (16:12 -0400)]
(objc_send_load): New function.

(objc_class_tree): New structure.
(create_tree_of_subclasses_inherited_from): New function.
(__objc_tree_insert_class): New function.
(objc_tree_insert_class): New function.
(objc_preorder_traverse): New function.
(objc_postorder_traverse): New function.
(__objc_tree_print): New function.
(__objc_destroy_class_tree_node): New function.
(class_is_subclass_of_class): New function.
(__objc_exec_class): Allocate class tree list and load hash table.
(__objc_send_message_in_list): Rewrite using hash table.
(__objc_send_load): Remove calls to _objc_load_callback.
(objc_send_load): Make static.  Create Tree of classes resembling
class hierarchy for all modules.  Call __objc_send_load on all of
the modules in __objc_module_list.
(__objc_create_classes_tree): New function.

From-SVN: r14304

27 years ago(configure): Target is $(srcdir)/configure.
Richard Kenner [Wed, 25 Jun 1997 19:08:47 +0000 (15:08 -0400)]
(configure): Target is $(srcdir)/configure.

From-SVN: r14303

27 years ago(USER_H): Add va-mn10200.h.
Richard Kenner [Wed, 25 Jun 1997 19:07:40 +0000 (15:07 -0400)]
(USER_H): Add va-mn10200.h.

From-SVN: r14302

27 years ago(LIMIT_RELOAD_CLASS): Define.
Jim Wilson [Wed, 25 Jun 1997 02:26:15 +0000 (19:26 -0700)]
(LIMIT_RELOAD_CLASS): Define.

From-SVN: r14301

27 years ago(constrain_operands): When checking earlyclobbers, use
Jim Wilson [Wed, 25 Jun 1997 02:18:56 +0000 (19:18 -0700)]
(constrain_operands): When checking earlyclobbers, use
operands_match_p instead of rtx_equal_p.

From-SVN: r14300

27 years ago(field_byte_offset): Check for object_offset_in_bits
Jim Wilson [Tue, 24 Jun 1997 19:35:11 +0000 (12:35 -0700)]
(field_byte_offset): Check for object_offset_in_bits
> bitpos_int, and recompute object_offset_in_bytes if true.

From-SVN: r14299

27 years ago(movdi_internal): Add x/J alternative.
Jim Wilson [Tue, 24 Jun 1997 19:17:45 +0000 (12:17 -0700)]
(movdi_internal): Add x/J alternative.

(movdi_internal2): Add x/J alternative.  Change a/I to a/J.
(movsi_internal1, movsi_internal2): Change x/I alternative to x/J.

From-SVN: r14298

27 years ago* pa.h (ASM_OUTPUT_SECTION_NAME): Fix typo.
Jeff Law [Tue, 24 Jun 1997 14:51:34 +0000 (08:51 -0600)]
* pa.h (ASM_OUTPUT_SECTION_NAME): Fix typo.

From-SVN: r14297

27 years ago(find_splittable_givs): Set splittable_regs_updates to
Jim Wilson [Tue, 24 Jun 1997 02:47:33 +0000 (19:47 -0700)]
(find_splittable_givs): Set splittable_regs_updates to
biv_count for reduced givs.

From-SVN: r14296

27 years ago* config.sub (mn10200): Recognize new basic machine.
Jeff Law [Mon, 23 Jun 1997 17:53:11 +0000 (11:53 -0600)]
* config.sub (mn10200): Recognize new basic machine.

From-SVN: r14291

27 years ago* varargs.h, stdarg.h: Include va-mn10200.h.
Jeff Law [Mon, 23 Jun 1997 17:30:34 +0000 (11:30 -0600)]
* varargs.h, stdarg.h: Include va-mn10200.h.

From-SVN: r14290

27 years agoInitial revision
Jeff Law [Mon, 23 Jun 1997 17:29:13 +0000 (11:29 -0600)]
Initial revision

From-SVN: r14289

27 years agoAdd mips-sony-newsos6.
Richard Stallman [Sun, 22 Jun 1997 19:11:48 +0000 (19:11 +0000)]
Add mips-sony-newsos6.

From-SVN: r14288

27 years ago(force_to_mode): Don't do anything for a ASM_OPERANDS insn.
Richard Kenner [Sun, 22 Jun 1997 10:47:16 +0000 (06:47 -0400)]
(force_to_mode): Don't do anything for a ASM_OPERANDS insn.

From-SVN: r14287

27 years agoProtect va_list definition from SCO headers.
Richard Kenner [Sun, 22 Jun 1997 10:29:26 +0000 (06:29 -0400)]
Protect va_list definition from SCO headers.

From-SVN: r14286

27 years agoAdd special exception to copyright notice.
Richard Kenner [Sun, 22 Jun 1997 10:13:57 +0000 (06:13 -0400)]
Add special exception to copyright notice.

From-SVN: r14285

27 years agoChanges to support ObjC as a front-end language.
Richard Kenner [Sun, 22 Jun 1997 00:56:18 +0000 (20:56 -0400)]
Changes to support ObjC as a front-end language.

From-SVN: r14284

27 years agoInitial revision
Richard Kenner [Sun, 22 Jun 1997 00:55:08 +0000 (20:55 -0400)]
Initial revision

From-SVN: r14283

27 years agoInitial revision
Richard Kenner [Sun, 22 Jun 1997 00:42:06 +0000 (20:42 -0400)]
Initial revision

From-SVN: r14282

27 years ago(LANGUAGES, COMPILERS, .PHONY, stmp-int-hdrs): Remove specific references to ObjC...
Richard Kenner [Sun, 22 Jun 1997 00:41:52 +0000 (20:41 -0400)]
(LANGUAGES, COMPILERS, .PHONY, stmp-int-hdrs): Remove specific references to ObjC compiler and source files.

(LANGUAGES, COMPILERS, .PHONY, stmp-int-hdrs): Remove specific references to
ObjC compiler and source files.
({mostly,dist,maintainer,}clean, install-normal): Likewise
(OBJC_OBJS, OBJC, OBJECTIVE-C, cc1obj, objc-runtime): Rules deleted.
(libobjc.a, sublibobjc.a, objc-parse.{o, c, y}): Rules deleted.
(objc-headers, install-libobjc): Rules deleted.

From-SVN: r14281

27 years ago(math.h): Correct the collision of "exception".
Richard Kenner [Sat, 21 Jun 1997 11:54:35 +0000 (07:54 -0400)]
(math.h): Correct the collision of "exception".

From-SVN: r14280

27 years ago(output_epilog): Name is "GNU Pascal", not all caps.
Richard Kenner [Sat, 21 Jun 1997 10:51:38 +0000 (06:51 -0400)]
(output_epilog): Name is "GNU Pascal", not all caps.

From-SVN: r14279

27 years agoCheck for and read ${libdir}/gcc-lib/specs to override the default specs.
Richard Kenner [Sat, 21 Jun 1997 10:29:14 +0000 (06:29 -0400)]
Check for and read ${libdir}/gcc-lib/specs to override the default specs.

From-SVN: r14278

27 years agoautomatically generated from GPLed version
Ulrich Drepper [Sat, 21 Jun 1997 04:31:18 +0000 (04:31 +0000)]
automatically generated from GPLed version

From-SVN: r14277

27 years agoautomatically generated from GPLed version
Paul Eggert [Sat, 21 Jun 1997 04:31:17 +0000 (04:31 +0000)]
automatically generated from GPLed version

From-SVN: r14276

27 years agoautomatically generated from GPLed version
Ulrich Drepper [Sat, 21 Jun 1997 04:31:16 +0000 (04:31 +0000)]
automatically generated from GPLed version

From-SVN: r14275

27 years agoautomatically generated from GPLed version
Paul Eggert [Sat, 21 Jun 1997 04:31:15 +0000 (04:31 +0000)]
automatically generated from GPLed version

From-SVN: r14274

27 years agoupdate from main archive 970620
Ulrich Drepper [Sat, 21 Jun 1997 04:29:48 +0000 (04:29 +0000)]
update from main archive 970620

From-SVN: r14271

27 years agoautomatically generated from GPLed version
Miles Bader [Sat, 21 Jun 1997 04:28:55 +0000 (04:28 +0000)]
automatically generated from GPLed version

From-SVN: r14270

27 years agoautomatically generated from GPLed version
Paul Eggert [Sat, 21 Jun 1997 03:24:49 +0000 (03:24 +0000)]
automatically generated from GPLed version

From-SVN: r14269

27 years ago(mips_expand_prologue): Add check for SImode in code splitting
Jim Wilson [Sat, 21 Jun 1997 02:33:34 +0000 (19:33 -0700)]
(mips_expand_prologue): Add check for SImode in code splitting
tsize_rtx when it is large_int.

From-SVN: r14268

27 years ago(output_block_move): When loading addresses into registers,
Jim Wilson [Fri, 20 Jun 1997 21:16:32 +0000 (14:16 -0700)]
(output_block_move): When loading addresses into registers,

add checks for ABI_N32 and ABI_64.

From-SVN: r14267

27 years ago91th Cygnus<->FSF quick merge
Mike Stump [Fri, 20 Jun 1997 18:49:00 +0000 (18:49 +0000)]
91th Cygnus<->FSF quick merge

From-SVN: r14266

27 years agoInitial revision
Richard Kenner [Fri, 20 Jun 1997 12:52:47 +0000 (08:52 -0400)]
Initial revision

From-SVN: r14265

27 years ago(arm-*-linuxaout): New target.
Richard Kenner [Fri, 20 Jun 1997 12:51:39 +0000 (08:51 -0400)]
(arm-*-linuxaout): New target.

From-SVN: r14264

27 years ago(text_end_label): Make it static.
Jim Wilson [Fri, 20 Jun 1997 02:20:53 +0000 (19:20 -0700)]
(text_end_label): Make it static.

From-SVN: r14263

27 years ago(output_line_info): Always use DW_LNE_set_address instead of DW_LNS_fixed_advance_pc...
Jim Wilson [Fri, 20 Jun 1997 01:17:50 +0000 (18:17 -0700)]
(output_line_info): Always use DW_LNE_set_address instead of DW_LNS_fixed_advance_pc for line number addresses.

(output_line_info): Always use DW_LNE_set_address instead
of DW_LNS_fixed_advance_pc for line number addresses.
(size_of_line_info): Adjust size calculation as per above change.

From-SVN: r14262

27 years ago* toplev.c (xmalloc): Only give the fatal msg if SIZE is non-zero.
Brendan Kehoe [Thu, 19 Jun 1997 18:56:47 +0000 (14:56 -0400)]
* toplev.c (xmalloc): Only give the fatal msg if SIZE is non-zero.

From-SVN: r14261

27 years ago* libgcc2.c (__eh_type): Remove `extern' to make this a definition.
Mike Stump [Thu, 19 Jun 1997 02:09:33 +0000 (02:09 +0000)]
* libgcc2.c (__eh_type):  Remove `extern' to make this a definition.

From-SVN: r14260

27 years ago* dbxout.c (dbxout_type_fields): Skip field if DECL_IGNORED_P.
Per Bothner [Thu, 19 Jun 1997 01:17:36 +0000 (18:17 -0700)]
* dbxout.c (dbxout_type_fields):  Skip field if DECL_IGNORED_P.

From-SVN: r14259

27 years agoexcept.c (end_eh_unwinder): If we have a return instruction...
Mike Stump [Thu, 19 Jun 1997 01:13:20 +0000 (01:13 +0000)]
except.c (end_eh_unwinder): If we have a return instruction...

* except.c (end_eh_unwinder): If we have a return instruction, we
have to make sure we use it and don't fall off the end of the
function in the unwinder.
Fixes EH codegen bug on vax-dec-vms

From-SVN: r14258

27 years ago* flow.c (find_basic_blocks): Fix end case bug.
Mike Stump [Wed, 18 Jun 1997 21:30:55 +0000 (21:30 +0000)]
* flow.c (find_basic_blocks): Fix end case bug.

From-SVN: r14257

27 years ago(\onepageout): Leave space for the footline if present.
Karl Berry [Wed, 18 Jun 1997 19:58:18 +0000 (19:58 +0000)]
(\onepageout): Leave space for the footline if present.

(\oddfootingxxx),
(\onepageout): Leave space for the footline if present.
(\everyfootingxxx, \everyheadingxxx): Call \oddfootingxxx and
\evenfootingxxx instead of repeating their code.
From: Stephen Gildea <gildea@intouchsys.com>.

(\setfilename): Read texinfo.cnf if present.

(\indexdummies, \indexnofonts): No-op additional commands @result @equiv
@expansion @print @error @point.
From: Dave Bodenstab <imdave@ais.net> (for texi2www doc).

From-SVN: r14254

27 years ago91th Cygnus<->FSF quick merge
Mike Stump [Wed, 18 Jun 1997 02:25:37 +0000 (02:25 +0000)]
91th Cygnus<->FSF quick merge

From-SVN: r14253

27 years agolibgcc2.c (__eh_pcnthrow): Add support -fno-sjlj-exceptions -fPIC exception handling...
Mike Stump [Wed, 18 Jun 1997 01:57:18 +0000 (01:57 +0000)]
libgcc2.c (__eh_pcnthrow): Add support -fno-sjlj-exceptions -fPIC exception handling on the SPARC.

* libgcc2.c (__eh_pcnthrow): Add support -fno-sjlj-exceptions
-fPIC exception handling on the SPARC.
* sparc.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Likewise.
* libgcc2.c (__eh_ffetmnpc): Remove.

From-SVN: r14252

27 years agox
Jason Merrill [Tue, 17 Jun 1997 03:45:20 +0000 (03:45 +0000)]
x

From-SVN: r14251

27 years agoUse REG_SET macros
Michael Meissner [Mon, 16 Jun 1997 18:40:41 +0000 (18:40 +0000)]
Use REG_SET macros

From-SVN: r14250

27 years ago(mips_expand_prologue): If tsize_rtx is large_int...
Jim Wilson [Mon, 16 Jun 1997 00:45:02 +0000 (17:45 -0700)]
(mips_expand_prologue): If tsize_rtx is large_int...

(mips_expand_prologue): If tsize_rtx is large_int, emit two
insns instead of one splitable insn, setting RTX_FRAME_RELATED_P.

From-SVN: r14249

27 years ago(dwarf2out_frame_debug): Handle IOR.
Jim Wilson [Mon, 16 Jun 1997 00:43:19 +0000 (17:43 -0700)]
(dwarf2out_frame_debug): Handle IOR.

(struct limbo_die_struct): Define.
(TYPE_DECL_IS_STUB): Call decl_ultimate_origin if DECL_ABTRACT_ORIGIN
is set.
(limbo_die_count): Delete.
(libmo_die_list): Define.
(new_die): Add die to limbo_die_list instead of incrementing
limbo_die_count.
(add_AT_location_description): Renamed from add_location_attribute.
New parameter attr_kind.
(add_location_or_const_value_attribute, gen_subprogram_die,
add_bound_info): Change call to add_AT_location_description.
(add_bound_info): Add call to contains_placeholder_p.  Ignore
MAX_EXPR and VAR_DECL.
(add_subscript_info): Ignore the index type if it is an unnamed
integral type.
(scope_die_for): Move check for function-local tags after code setting
containing_scope, and add check for non-NULL containing_scope
(add_type_attribute): If unnamed type, use TREE_TYPE instead.
(gen_enumeration_type_die, gen_struct_or_union_type_die): Call
add_child_die if die_parent is NULL.
(gen_subprogram_die): Ifdef out DW_AT_static_link code.
(decls_for_scope): Delete decrement of limbo_die_count.
(dwarf2out_finish): Add code to traverse the limbo_die_list, and
call add_child_die if die_parent is NULL.  Delete limbo_die_count code.

From-SVN: r14248

27 years ago(Makefile): Add missing $(srcdir) reference.
Doug Evans [Sat, 14 Jun 1997 18:46:01 +0000 (18:46 +0000)]
(Makefile): Add missing $(srcdir) reference.

From-SVN: r14247

27 years agoUndo last patch that tried using both $1 and $srcdir.
Doug Evans [Sat, 14 Jun 1997 17:55:40 +0000 (17:55 +0000)]
Undo last patch that tried using both $1 and $srcdir.

From-SVN: r14246

27 years ago(Makefile): Pass srcdir, subdirs via environment vars, like configure.in.
Doug Evans [Sat, 14 Jun 1997 17:53:48 +0000 (17:53 +0000)]
(Makefile): Pass srcdir, subdirs via environment vars, like configure.in.

From-SVN: r14245

27 years agoAlso accept arguments for when invoked by Makefile.
Doug Evans [Fri, 13 Jun 1997 23:36:41 +0000 (23:36 +0000)]
Also accept arguments for when invoked by Makefile.

From-SVN: r14244

27 years ago* fixincludes: Also fix AIX NULL macro in sys/{dir,param,types}.h.
Brendan Kehoe [Fri, 13 Jun 1997 23:35:55 +0000 (19:35 -0400)]
* fixincludes: Also fix AIX NULL macro in sys/{dir,param,types}.h.

From-SVN: r14243

27 years agoUndo last change.
Ulrich Drepper [Fri, 13 Jun 1997 23:19:09 +0000 (23:19 +0000)]
Undo last change.

From-SVN: r14237

27 years agoconfigure.in: Don't pass arguments to configure.frag.
Doug Evans [Fri, 13 Jun 1997 23:10:16 +0000 (23:10 +0000)]
configure.in: Don't pass arguments to configure.frag.

* configure.in: Don't pass arguments to configure.frag.
* configure.frag: Refer to $srcdir, $subdirs directly, not as args.

From-SVN: r14236

27 years agopa.h (SELECT_RTX_SECTION): Place symbolic operands into the data section.
Jeff Law [Fri, 13 Jun 1997 17:58:30 +0000 (11:58 -0600)]
pa.h (SELECT_RTX_SECTION): Place symbolic operands into the data section.

        * pa.h (SELECT_RTX_SECTION): Place symbolic operands into the
        data section.

From-SVN: r14235

27 years ago(mov[qhs]i}): Add pair of constraints which allow
Jim Wilson [Fri, 13 Jun 1997 02:52:43 +0000 (19:52 -0700)]
(mov[qhs]i}): Add pair of constraints which allow
offsetable memory addresses to be moved to the same for TARGET_5200.

From-SVN: r14234

27 years agoupdate from main archive 970612
Ulrich Drepper [Thu, 12 Jun 1997 23:56:51 +0000 (23:56 +0000)]
update from main archive 970612

From-SVN: r14232

27 years agopa.c (emit_move_sequence): Rewrite code to handle arithmetic involving plabels.
Jeff Law [Thu, 12 Jun 1997 21:37:43 +0000 (15:37 -0600)]
pa.c (emit_move_sequence): Rewrite code to handle arithmetic involving plabels.

        * pa.c (emit_move_sequence): Rewrite code to handle arithmetic
        involving plabels.

From-SVN: r14231

27 years agotree.c (unsave_expr_now): Avoid recursing into the parts of the tree that are RTL.
Mike Stump [Thu, 12 Jun 1997 19:23:12 +0000 (19:23 +0000)]
tree.c (unsave_expr_now): Avoid recursing into the parts of the tree that are RTL.

* tree.c (unsave_expr_now): Avoid recursing into the parts of
  the tree that are RTL.

From-SVN: r14230

27 years agoreorg.c (emit_delay_sequence): Call set_new_first_and_last_insn after the new sequenc...
Jeff Law [Thu, 12 Jun 1997 15:45:32 +0000 (09:45 -0600)]
reorg.c (emit_delay_sequence): Call set_new_first_and_last_insn after the new sequence insn has been spliced...

        * reorg.c (emit_delay_sequence): Call set_new_first_and_last_insn
        after the new sequence insn has been spliced into the insn chain.

From-SVN: r14229

27 years agomn10300.md (call, call_value): Use "call" instead of "calls" for calls to named funct...
Jeff Law [Thu, 12 Jun 1997 05:12:40 +0000 (23:12 -0600)]
mn10300.md (call, call_value): Use "call" instead of "calls" for calls to named functions.

        * mn10300.md (call, call_value): Use "call" instead of "calls"
        for calls to named functions.

From-SVN: r14228

27 years agoRestore changes lost by autoconfiscation.
Jim Wilson [Wed, 11 Jun 1997 04:21:19 +0000 (21:21 -0700)]
Restore changes lost by autoconfiscation.

From-SVN: r14227

27 years agostmt.c (expand_decl_cleanup): Avoid core dumping when exceptions aren't on.
Mike Stump [Wed, 11 Jun 1997 01:36:34 +0000 (01:36 +0000)]
stmt.c (expand_decl_cleanup): Avoid core dumping when exceptions aren't on.

* stmt.c (expand_decl_cleanup): Avoid core dumping when exceptions
aren't on.

From-SVN: r14226

27 years agox
Jason Merrill [Tue, 10 Jun 1997 22:23:32 +0000 (22:23 +0000)]
x

From-SVN: r14225

27 years ago(emit_group_load): Add case using gen_lowpart.
Jim Wilson [Tue, 10 Jun 1997 21:39:22 +0000 (14:39 -0700)]
(emit_group_load): Add case using gen_lowpart.

From-SVN: r14224

27 years agoBuild libgcc.a with -mstrict-align
Michael Meissner [Tue, 10 Jun 1997 21:27:51 +0000 (21:27 +0000)]
Build libgcc.a with -mstrict-align

From-SVN: r14223

27 years ago-mcpu=403 sets -mstrict-align
Michael Meissner [Tue, 10 Jun 1997 21:18:26 +0000 (21:18 +0000)]
-mcpu=403 sets -mstrict-align

From-SVN: r14222

27 years agoAdd powerpc embedded targets to --with-cpu=n.
Michael Meissner [Tue, 10 Jun 1997 21:09:17 +0000 (21:09 +0000)]
Add powerpc embedded targets to --with-cpu=n.

From-SVN: r14221

27 years ago(mark_used_regs): Fix typo in Jun 4 change.
Richard Kenner [Tue, 10 Jun 1997 11:06:10 +0000 (07:06 -0400)]
(mark_used_regs): Fix typo in Jun 4 change.

From-SVN: r14220

27 years agoFix previous change.
Richard Stallman [Tue, 10 Jun 1997 04:18:36 +0000 (04:18 +0000)]
Fix previous change.

From-SVN: r14213

27 years agoUse i?86, not i.86.
Richard Stallman [Tue, 10 Jun 1997 02:49:33 +0000 (02:49 +0000)]
Use i?86, not i.86.

Don't test /usr/lib/ldscripts; instead, test whether ld_help_string
does not contain "supported emulations".
Use a case statement to distinguish systems when there IS
"supported emulations".

From-SVN: r14212

27 years ago(MAYBE_USE_COLLECT2): Renamed from MAYBE_USE_COLLECT.
Jim Wilson [Tue, 10 Jun 1997 00:26:06 +0000 (17:26 -0700)]
(MAYBE_USE_COLLECT2): Renamed from MAYBE_USE_COLLECT.

From-SVN: r14211

27 years agox
Jason Merrill [Mon, 9 Jun 1997 23:41:21 +0000 (23:41 +0000)]
x

From-SVN: r14210

27 years agoInitial revision
Richard Kenner [Mon, 9 Jun 1997 23:27:37 +0000 (19:27 -0400)]
Initial revision

From-SVN: r14209

27 years ago(Makefile): Process language fragments.
Richard Kenner [Mon, 9 Jun 1997 23:27:29 +0000 (19:27 -0400)]
(Makefile): Process language fragments.

From-SVN: r14208

27 years agoMove language fragment processing to configure.lang.
Richard Kenner [Mon, 9 Jun 1997 23:27:18 +0000 (19:27 -0400)]
Move language fragment processing to configure.lang.

From-SVN: r14207

27 years ago(GCC_PASSES): Prevent all compilers from being built when only the C
Richard Kenner [Mon, 9 Jun 1997 23:25:01 +0000 (19:25 -0400)]
(GCC_PASSES): Prevent all compilers from being built when only the C
compiler is needed.

From-SVN: r14206

27 years ago(cross_overrides, build_overrides): Use absolute path to GCC top-level
Richard Kenner [Mon, 9 Jun 1997 23:22:36 +0000 (19:22 -0400)]
(cross_overrides, build_overrides): Use absolute path to GCC top-level
source directory.

From-SVN: r14205

27 years ago(target_alias): Substitute with target_alias.
Richard Kenner [Mon, 9 Jun 1997 23:17:07 +0000 (19:17 -0400)]
(target_alias): Substitute with target_alias.

From-SVN: r14204

27 years agoSave target alias for language directories.
Richard Kenner [Mon, 9 Jun 1997 23:16:47 +0000 (19:16 -0400)]
Save target alias for language directories.

From-SVN: r14203

27 years ago(gxx_include_dir): Use autoconf variable.
Richard Kenner [Mon, 9 Jun 1997 23:14:24 +0000 (19:14 -0400)]
(gxx_include_dir): Use autoconf variable.

From-SVN: r14202

27 years ago(with-gxx-include-dir): New parameter for setting the g++ header file
Richard Kenner [Mon, 9 Jun 1997 23:14:14 +0000 (19:14 -0400)]
(with-gxx-include-dir): New parameter for setting the g++ header file
directory.

From-SVN: r14201

27 years agoAdd parameter for setting local prefix.
Richard Kenner [Mon, 9 Jun 1997 23:12:23 +0000 (19:12 -0400)]
Add parameter for setting local prefix.

From-SVN: r14200