gcc.git
29 years ago(find_splittable_regs): When completely unrolling loop, check for
Richard Kenner [Mon, 26 Jun 1995 23:17:37 +0000 (19:17 -0400)]
(find_splittable_regs): When completely unrolling loop, check for
non-invariant initial biv values.

From-SVN: r10056

29 years ago(expand_expr, case COND_EXPR): Protect the condition from being evaluated more than...
Richard Kenner [Mon, 26 Jun 1995 22:57:58 +0000 (18:57 -0400)]
(expand_expr, case COND_EXPR): Protect the condition from being evaluated more than once.

(expand_expr, case COND_EXPR): Protect the condition from being evaluated more
than once.
(do_jump, case TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR): Likewise.

From-SVN: r10055

29 years ago(string.h): Fix return value for mem{ccpy,chr,cpy,set} and
Richard Kenner [Mon, 26 Jun 1995 22:52:27 +0000 (18:52 -0400)]
(string.h): Fix return value for mem{ccpy,chr,cpy,set} and
str{len,spn,cspn} on sysV68.

From-SVN: r10054

29 years agoMake long double == double.
Michael Meissner [Mon, 26 Jun 1995 13:55:49 +0000 (13:55 +0000)]
Make long double == double.

From-SVN: r10053

29 years ago(expand_return): Correctly handle returning BLKmode structures in registers when...
Richard Kenner [Fri, 23 Jun 1995 03:01:38 +0000 (23:01 -0400)]
(expand_return): Correctly handle returning BLKmode structures in registers when...

(expand_return): Correctly handle returning BLKmode structures in
registers when the size of the structure is not a multiple of
word_size.

From-SVN: r10052

29 years ago(expand_call): Correctly handle returning BLKmode structures in registers when...
Richard Kenner [Fri, 23 Jun 1995 03:01:03 +0000 (23:01 -0400)]
(expand_call): Correctly handle returning BLKmode structures in registers when...

(expand_call): Correctly handle returning BLKmode structures in
registers when the size of the structure is not a multiple of
word_size.

From-SVN: r10051

29 years agoRename called function.
Richard Kenner [Fri, 23 Jun 1995 02:51:13 +0000 (22:51 -0400)]
Rename called function.

From-SVN: r10050

29 years agomrs@cygnus.com
Richard Kenner [Fri, 23 Jun 1995 02:46:21 +0000 (22:46 -0400)]
mrs@cygnus.com

From-SVN: r10049

29 years ago(start_function): For pre-parsed functions, layout all of the parm decls again.
Richard Kenner [Fri, 23 Jun 1995 02:45:46 +0000 (22:45 -0400)]
(start_function): For pre-parsed functions, layout all of the parm decls again.

(grokvardecl): TREE_PUBLIC depends on DECL_THIS_EXTERN, not DECL_EXTERNAL.

From-SVN: r10048

29 years agoUnknown; from MRS.
Richard Kenner [Fri, 23 Jun 1995 02:43:49 +0000 (22:43 -0400)]
Unknown; from MRS.

From-SVN: r10047

29 years ago(build_signature_table_constructor): Use DECL_CONTEXT instead of...
Richard Kenner [Fri, 23 Jun 1995 02:42:04 +0000 (22:42 -0400)]
(build_signature_table_constructor): Use DECL_CONTEXT instead of...

(build_signature_table_constructor): Use DECL_CONTEXT instead of
DECL_CLASS_CONTEXT for calculating the vfield offset so abstract
virtual functions are handled correctly.
(build_signature_table_constructor): Store the correct delta in signature table
entries.  It does not yet work for classes with virtual base classes as
implementations of signatures.
(build_signature_method_call): Add the delta to the object_ptr before
generating the function call.
(build_signature_method_call): Dereference the optr for the direct and virtual
calls.
(build_signature_table_constructor): Make the tag for default
implementations -1 instead of 2.
(build_signature_method_call): Change the generated conditional expression
correspondingly.
(build_signature_pointer_constructor): Deleted the sorry message that said we
can't handle multiple inheritance for implementations of signatures
(build_signature_method_call): Use the offset from the sigtable entry instead
of the vptr field from the signature pointer for building a virtual function
call.
(build_vptr_ref): Deleted.
(build_signature_pointer_or_reference_type): Deleted construction of the vptr
field.
(build_signature_pointer_constructor): Deleted initialization of/assignment to
the vptr field.
(build_signature_table_constructor): Convert the signature table entry fields
to their correct types.
(build_signature_table_constructor): Don't call digest_init for the fields of
a sigtable entry, it's wasted time.
(build_signature_table_constructor): Correctly set the offset and index fields
of a sigtable entry.  Build the constructor the way digest_init does,
digest_init can't handle initializing an anonymous union inside a struct.
(build_signature_method_call): Use the index field instead of the delta field
to get the vtable index.
(build_signature_table_constructor): Rename code and offset to tag and delta,
respectively.
(build_signature_method_call): Ditto.  Use above variables.

From-SVN: r10046

29 years ago(build_opfncall): Use DECL_CHAIN, not TREE_CHAIN for results from lookup_fnfields.
Richard Kenner [Fri, 23 Jun 1995 02:38:00 +0000 (22:38 -0400)]
(build_opfncall): Use DECL_CHAIN, not TREE_CHAIN for results from lookup_fnfields.

(build_opfncall): Use DECL_CHAIN, not TREE_CHAIN for results from
lookup_fnfields.  Always give warning/error on bad code.
(build_overload_int): New routine.  Break out functionality from
build_overload_value so we can reuse it.
(build_overload_value): Handle pointer to member functions as value parameters
for templates.
(build_overload_identifier): Since template parameters are shared
among all instantiations, we have to substitute in the real types in
TREE_TYPE (parm).

From-SVN: r10045

29 years ago(dont_allow_type_definitions): Define.
Richard Kenner [Fri, 23 Jun 1995 02:36:47 +0000 (22:36 -0400)]
(dont_allow_type_definitions): Define.

(SIGNATURE_VPTR_NAME): Deleted.  We use the right vptr field in the object now
instead of in the signature pointer/ref.
(build_vptr_ref): Deleted extern declaration.
(tag_identifier, offset_identifier): Added extern decls.
(SIGTABLE_CODE_NAME): Renamed to SIGTABLE_TAG_NAME.
(SIGTABLE_PFN_NAME): Deleted, we'll use VTABLE_PFN_NAME instead.

From-SVN: r10044

29 years ago(can_convert): Also check for distance > 0.
Richard Kenner [Fri, 23 Jun 1995 02:33:59 +0000 (22:33 -0400)]
(can_convert): Also check for distance > 0.

(can_convert_arg): Ditto.
(user_harshness): Ditto.
(build_method_call): Make instance_ptr the signature pointer itself instead of
dereferencing the optr.

From-SVN: r10043

29 years ago(build_delete): If the TYPE_DOMAIN is not set, give an error instead of core dumping.
Richard Kenner [Fri, 23 Jun 1995 02:33:12 +0000 (22:33 -0400)]
(build_delete): If the TYPE_DOMAIN is not set, give an error instead of core dumping.

(build_delete): If the TYPE_DOMAIN is not set, give an error instead
of core dumping.
(build_vec_delete): Resolve an offset ref before we try to use it.
(member_init_ok_or_else): Don't allow initialization of an ancestor's member
from within a constructor.

From-SVN: r10042

29 years ago(instantiate_class_template): Add the new instantiation to template_classes.
Richard Kenner [Fri, 23 Jun 1995 02:32:12 +0000 (22:32 -0400)]
(instantiate_class_template): Add the new instantiation to template_classes.

(do_pending_expansions): Call instantiate_member_templates on all of
the classes in template_classes.
(coerce_template_parms): Since template parameters are shared among all
instantiations, we have to substitute in the real types in TREE_TYPE (parm).
(push_template_decls): Ditto.
(grok_template_type): Deleted as template parameters are shared among all
instantiations.

From-SVN: r10041

29 years ago(get_vbase): New routine to switch hierarchies from the CLASSTYPE_VBASECLASSES to...
Richard Kenner [Fri, 23 Jun 1995 02:30:56 +0000 (22:30 -0400)]
(get_vbase): New routine to switch hierarchies from the CLASSTYPE_VBASECLASSES to the normal one.

(get_vbase): New routine to switch hierarchies from the CLASSTYPE_VBASECLASSES
to the normal one.
(expand_indirect_vtbls_init): Use get_vbase to figure out how we want to
convert to a vbase pointer.

From-SVN: r10040

29 years agoCall cplus_decl_attributes with prefix_attributes where appropriate.
Richard Kenner [Fri, 23 Jun 1995 02:29:39 +0000 (22:29 -0400)]
Call cplus_decl_attributes with prefix_attributes where appropriate.

(primary, handler_seq): Set it.

From-SVN: r10039

29 years ago(finish_struct): A data member with the same name as the class doesn't suppress const...
Richard Kenner [Fri, 23 Jun 1995 02:28:23 +0000 (22:28 -0400)]
(finish_struct): A data member with the same name as the class doesn't suppress constructors.

(finish_struct): A data member with the same name as the class doesn't
suppress constructors.
(dont_allow_type_definitions): New variable set when types cannot be defined.
(finish_struct): Use it.
(build_vfn_ref): Deleted signature specific code, we don't call this function
anymore from build_signature_method_call.

From-SVN: r10038

29 years ago(build_conditional_expr): Use convert (boolean_type_node instead of truthvalue_conver...
Richard Kenner [Fri, 23 Jun 1995 02:27:13 +0000 (22:27 -0400)]
(build_conditional_expr): Use convert (boolean_type_node instead of truthvalue_conversion.

(build_conditional_expr): Use convert (boolean_type_node instead of
truthvalue_conversion.
(build_modify_expr): If the class lacks a constructor or assignment operator,
return error_mark_node.
(common_type): Use build_cplus_array_type.
(commonparms): Don't abort if simple_cst_equal returns < 0.
(build_c_cast): Don't tack on a NON_LVALUE_EXPR when casting to reference type.
(build_indirect_ref): Fix check for *&.

From-SVN: r10037

29 years ago(finish_function): Clear current_class_decl.
Richard Kenner [Fri, 23 Jun 1995 02:25:04 +0000 (22:25 -0400)]
(finish_function): Clear current_class_decl.

(start_function): If current_class_decl is a signature pointer, don't
dereference it but set C_C_D to current_class_decl.
(duplicate_decls): Complain about virtual functions redeclared to be inline.
(get_unique_name): New routine to name unnamed namespaces.
(push_namespace): Use get_unique_name for naming unnamed namespaces.
(complete_array_type): Fill in the TYPE_DOMAIN of our TYPE_MAIN_VARIANT if it
is not filled in.
(start_function): Complain about redefinition of a function even when
the pending_inline version is compiled after the other version.
(init_decl_processing): Fix number of fields for building sigtable_entry_type.
(tag_identifier, offset_identifier): New variables to hold the identifiers for
the sigtable fields tag and offset.
(init_decl_processing): Initialize these variables.
(init_decl_processing): Use these variables to build the sigtable_entry_type
structure.  Rename the code and offset fields to tag and delta, respectively;
add offset and index fields. Changed types of fields from
short_integer_type_node to delta_type_node.
(lookup_name_real): Don't try to look anything up in an erroneous object.
(grokdeclarator): Always give errors on constant overflow for array indices.

From-SVN: r10036

29 years ago(expand_expr, TARGET_EXPR): Use original_target.
Richard Kenner [Fri, 23 Jun 1995 01:41:40 +0000 (21:41 -0400)]
(expand_expr, TARGET_EXPR): Use original_target.

From-SVN: r10035

29 years ago(LIB_SPEC): Undefine before redefining.
Richard Kenner [Thu, 22 Jun 1995 23:24:33 +0000 (19:24 -0400)]
(LIB_SPEC): Undefine before redefining.

From-SVN: r10034

29 years ago(LIB_SPEC): Undefine before redefining
Richard Kenner [Thu, 22 Jun 1995 23:24:09 +0000 (19:24 -0400)]
(LIB_SPEC): Undefine before redefining

From-SVN: r10033

29 years ago(if DO_LINK): Skip c-parse.* processing when only relinking.
Richard Kenner [Thu, 22 Jun 1995 23:14:37 +0000 (19:14 -0400)]
(if DO_LINK): Skip c-parse.* processing when only relinking.

(gas_message): Update to reflect current version, and give
a different message if/when no version of gas is found.

From-SVN: r10032

29 years agoWork around hpux8 /bin/sh case bug.
Richard Kenner [Thu, 22 Jun 1995 23:06:34 +0000 (19:06 -0400)]
Work around hpux8 /bin/sh case bug.

From-SVN: r10031

29 years ago(i386-sequent-ptx): Properly get version number.
Richard Kenner [Thu, 22 Jun 1995 23:01:20 +0000 (19:01 -0400)]
(i386-sequent-ptx): Properly get version number.

From-SVN: r10030

29 years ago(___modsi3): Correctly set SIGN register for modulo involving negative
Richard Kenner [Thu, 22 Jun 1995 22:52:32 +0000 (18:52 -0400)]
(___modsi3): Correctly set SIGN register for modulo involving negative
numbers.

From-SVN: r10029

29 years ago(STAGESTUFF): Add stamp-crt.
Richard Kenner [Thu, 22 Jun 1995 22:49:53 +0000 (18:49 -0400)]
(STAGESTUFF): Add stamp-crt.

(crtbegin.o, crtend.o): Now depend on stamp-crt.
(stamp-crt): New rule, to actually build crt{begin,end}.o.

From-SVN: r10028

29 years ago(mips:*:4*:UMIPS): New case.
Richard Kenner [Thu, 22 Jun 1995 22:36:39 +0000 (18:36 -0400)]
(mips:*:4*:UMIPS): New case.

From-SVN: r10027

29 years ago(HZ): Now 100 and don't define if already defined.
Richard Kenner [Thu, 22 Jun 1995 22:32:23 +0000 (18:32 -0400)]
(HZ): Now 100 and don't define if already defined.

From-SVN: r10026

29 years ago(LIB_SPEC): Define to avoid -lg.
Richard Kenner [Thu, 22 Jun 1995 22:25:31 +0000 (18:25 -0400)]
(LIB_SPEC): Define to avoid -lg.

From-SVN: r10025

29 years ago(locatelib): Fix parsing of LD_LIBRARY_PATH.
Richard Kenner [Thu, 22 Jun 1995 22:19:01 +0000 (18:19 -0400)]
(locatelib): Fix parsing of LD_LIBRARY_PATH.

From-SVN: r10024

29 years agoFix spelling errors in comments.
Richard Kenner [Thu, 22 Jun 1995 22:08:31 +0000 (18:08 -0400)]
Fix spelling errors in comments.

From-SVN: r10023

29 years ago(main): Unlink export_file before we return.
Richard Kenner [Thu, 22 Jun 1995 22:03:38 +0000 (18:03 -0400)]
(main): Unlink export_file before we return.

From-SVN: r10022

29 years agoFix aix 4.1 compiler warnings.
Michael Meissner [Thu, 22 Jun 1995 21:27:13 +0000 (21:27 +0000)]
Fix aix 4.1 compiler warnings.

From-SVN: r10021

29 years agoEdit to add a missing $(exeext) for CCCP.
Richard Kenner [Tue, 20 Jun 1995 22:25:26 +0000 (18:25 -0400)]
Edit to add a missing $(exeext) for CCCP.

From-SVN: r10020

29 years ago(default_include): Use name and two ints to be compatible with
Richard Kenner [Tue, 20 Jun 1995 22:17:47 +0000 (18:17 -0400)]
(default_include): Use name and two ints to be compatible with
definition of INCLUDE_DEFAULTS.

From-SVN: r10019

29 years ago(integrate_decl_tree): Only set DECL_ABSTRACT_ORIGIN if the decl
Richard Kenner [Mon, 19 Jun 1995 23:27:01 +0000 (19:27 -0400)]
(integrate_decl_tree): Only set DECL_ABSTRACT_ORIGIN if the decl
returned by pushdecl is the one we started with.

From-SVN: r10018

29 years ago(ASM_DECLARE_FUNCTION_NAME): Don't emit function label.
Richard Kenner [Mon, 19 Jun 1995 23:24:25 +0000 (19:24 -0400)]
(ASM_DECLARE_FUNCTION_NAME): Don't emit function label.

From-SVN: r10017

29 years ago(simple_cst_equal): Work around enum bug in vax ultrix 4.3 pcc.
Richard Kenner [Mon, 19 Jun 1995 23:08:22 +0000 (19:08 -0400)]
(simple_cst_equal): Work around enum bug in vax ultrix 4.3 pcc.

From-SVN: r10016

29 years ago(ASM_OUTPUT_ASCII): Always reset line count when starting new line.
Richard Kenner [Mon, 19 Jun 1995 22:56:03 +0000 (18:56 -0400)]
(ASM_OUTPUT_ASCII): Always reset line count when starting new line.

From-SVN: r10015

29 years agoDon't define wchar_t under C++.
Richard Kenner [Mon, 19 Jun 1995 22:34:46 +0000 (18:34 -0400)]
Don't define wchar_t under C++.

From-SVN: r10014

29 years agoWill bring over with next merge.
Mike Stump [Mon, 19 Jun 1995 22:02:30 +0000 (22:02 +0000)]
Will bring over with next merge.

From-SVN: r10013

29 years ago(collect_expansion): Work around enum bug in vax ultrix 4.3 pcc.
Richard Kenner [Mon, 19 Jun 1995 21:12:21 +0000 (17:12 -0400)]
(collect_expansion): Work around enum bug in vax ultrix 4.3 pcc.

From-SVN: r10012

29 years agoInitial revision
Richard Kenner [Mon, 19 Jun 1995 20:52:51 +0000 (16:52 -0400)]
Initial revision

From-SVN: r10011

29 years ago(save_call_clobbered_regs): If AUTO_INC_DEC, mark register indicated
Richard Kenner [Mon, 19 Jun 1995 20:30:25 +0000 (16:30 -0400)]
(save_call_clobbered_regs): If AUTO_INC_DEC, mark register indicated
by REG_INC notes as live so they will be saved.

From-SVN: r10010

29 years ago(PRINT_OPERAND_ADDRESS, case LOW_SUM): Fix logic bug in last change.
Richard Kenner [Mon, 19 Jun 1995 20:21:04 +0000 (16:21 -0400)]
(PRINT_OPERAND_ADDRESS, case LOW_SUM): Fix logic bug in last change.

From-SVN: r10009

29 years ago(scan_decls): Fix typo when resetting PREV_ID_START.
Richard Kenner [Mon, 19 Jun 1995 18:19:07 +0000 (14:19 -0400)]
(scan_decls): Fix typo when resetting PREV_ID_START.

From-SVN: r10008

29 years ago(ASM_DECLARE_FUNCTION_NAME): Likewise.
Richard Kenner [Mon, 19 Jun 1995 18:11:46 +0000 (14:11 -0400)]
(ASM_DECLARE_FUNCTION_NAME): Likewise.

From-SVN: r10007

29 years ago(current_function_decl): Delete declaration.
Richard Kenner [Mon, 19 Jun 1995 18:11:21 +0000 (14:11 -0400)]
(current_function_decl): Delete declaration.

(function_prologue): New variable fnname.  Use it instead of
current_function_name.
(function_epilogue): Likewise.

From-SVN: r10006

29 years ago(current_function_name): Delete declaration.
Richard Kenner [Mon, 19 Jun 1995 18:10:51 +0000 (14:10 -0400)]
(current_function_name): Delete declaration.

(ASM_DECLARE_FUNCTION_NAME): Don't set current_function_name.

From-SVN: r10005

29 years agoChange version to 2.7.1.
Richard Kenner [Mon, 19 Jun 1995 17:13:48 +0000 (13:13 -0400)]
Change version to 2.7.1.

From-SVN: r10004

29 years agoMake options.h and specs.h.
Richard Kenner [Mon, 19 Jun 1995 17:06:11 +0000 (13:06 -0400)]
Make options.h and specs.h.

Change realclear to maintainer-clean.

From-SVN: r10003

29 years agoChange version to 2.7.1.
Richard Kenner [Mon, 19 Jun 1995 17:02:25 +0000 (13:02 -0400)]
Change version to 2.7.1.

From-SVN: r10002

29 years agoSupport new build variables.
Richard Kenner [Mon, 19 Jun 1995 17:01:14 +0000 (13:01 -0400)]
Support new build variables.

From-SVN: r10001

29 years agogb@alexander.cs.purdue.edu
Gerald Baumgartner [Mon, 19 Jun 1995 16:54:53 +0000 (12:54 -0400)]
gb@alexander.cs.purdue.edu

From-SVN: r10000

29 years ago(start_function): If current_class_decl is a signature pointer...
Gerald Baumgartner [Mon, 19 Jun 1995 16:53:29 +0000 (12:53 -0400)]
(start_function): If current_class_decl is a signature pointer...

(start_function): If current_class_decl is a signature pointer, don't
dereference it but set C_C_D to current_class_decl.

From-SVN: r9999

29 years agokenner@vlsi1.ultra.nyu.edu
Richard Kenner [Fri, 16 Jun 1995 19:08:07 +0000 (15:08 -0400)]
kenner@vlsi1.ultra.nyu.edu

From-SVN: r9998

29 years ago(DEMANGLER_PROG): Add LIBS.
Richard Kenner [Fri, 16 Jun 1995 19:06:59 +0000 (15:06 -0400)]
(DEMANGLER_PROG): Add LIBS.

From-SVN: r9997

29 years ago(__va_tsize): Round to long long not long.
Richard Kenner [Fri, 16 Jun 1995 10:53:59 +0000 (06:53 -0400)]
(__va_tsize): Round to long long not long.

From-SVN: r9996

29 years ago(alpha_builtin_saveregs): Use ptr_mode and conversions when need so
Richard Kenner [Fri, 16 Jun 1995 10:53:32 +0000 (06:53 -0400)]
(alpha_builtin_saveregs): Use ptr_mode and conversions when need so
works for both OSF and NT.

From-SVN: r9995

29 years agojason@cygnus.com
Jason Merrill [Thu, 15 Jun 1995 23:08:52 +0000 (19:08 -0400)]
jason@cygnus.com

From-SVN: r9994

29 years ago(define_function): Don't set DECL_INTERFACE_KNOWN.
Jason Merrill [Thu, 15 Jun 1995 23:07:17 +0000 (19:07 -0400)]
(define_function): Don't set DECL_INTERFACE_KNOWN.

From-SVN: r9993

29 years ago(assign_parms): Do all conversions in CONVERSION_INSNS.
Richard Kenner [Thu, 15 Jun 1995 21:51:06 +0000 (17:51 -0400)]
(assign_parms): Do all conversions in CONVERSION_INSNS.

From-SVN: r9992

29 years ago(record_reg_life): Call record_reg_life_pat with 0 for douse argument so that...
Richard Kenner [Thu, 15 Jun 1995 21:36:39 +0000 (17:36 -0400)]
(record_reg_life): Call record_reg_life_pat with 0 for douse argument so that...

(record_reg_life): Call record_reg_life_pat with 0 for douse argument
so that USE's created to mark variables within blocks don't get marked
as set.

From-SVN: r9991

29 years agoChange FSF address.
Richard Kenner [Thu, 15 Jun 1995 21:07:30 +0000 (17:07 -0400)]
Change FSF address.

From-SVN: r9990

29 years agoUpdate header.
Richard Kenner [Thu, 15 Jun 1995 21:07:13 +0000 (17:07 -0400)]
Update header.

From-SVN: r9989

29 years agoChange FSF address.
Richard Kenner [Thu, 15 Jun 1995 21:06:59 +0000 (17:06 -0400)]
Change FSF address.

From-SVN: r9988

29 years agoChange FSF address.
Richard Kenner [Thu, 15 Jun 1995 21:03:19 +0000 (17:03 -0400)]
Change FSF address.

From-SVN: r9987

29 years agoUpdate header.
Richard Kenner [Thu, 15 Jun 1995 20:50:31 +0000 (16:50 -0400)]
Update header.

From-SVN: r9986

29 years agoChange FSF address.
Richard Kenner [Thu, 15 Jun 1995 20:50:17 +0000 (16:50 -0400)]
Change FSF address.

From-SVN: r9985

29 years agoChange FSF address.
Richard Kenner [Thu, 15 Jun 1995 20:46:00 +0000 (16:46 -0400)]
Change FSF address.

From-SVN: r9984

29 years agoChange FSF address.
Richard Kenner [Thu, 15 Jun 1995 20:06:34 +0000 (16:06 -0400)]
Change FSF address.

From-SVN: r9983

29 years agoUpdate header.
Richard Kenner [Thu, 15 Jun 1995 20:03:23 +0000 (16:03 -0400)]
Update header.

From-SVN: r9982

29 years agoChange FSF address.
Richard Kenner [Thu, 15 Jun 1995 20:02:08 +0000 (16:02 -0400)]
Change FSF address.

From-SVN: r9981

29 years agoChange FSF address.
Richard Kenner [Thu, 15 Jun 1995 19:44:43 +0000 (15:44 -0400)]
Change FSF address.

From-SVN: r9980

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 19:33:57 +0000 (15:33 -0400)]
Update FSF address.

From-SVN: r9979

29 years agoUpdate header.
Richard Kenner [Thu, 15 Jun 1995 19:00:58 +0000 (15:00 -0400)]
Update header.

From-SVN: r9978

29 years agoChange FSF address.
Richard Kenner [Thu, 15 Jun 1995 18:56:45 +0000 (14:56 -0400)]
Change FSF address.

From-SVN: r9977

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 14:16:53 +0000 (10:16 -0400)]
Update FSF address.

From-SVN: r9976

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 13:57:32 +0000 (09:57 -0400)]
Update FSF address.

From-SVN: r9975

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 13:17:10 +0000 (09:17 -0400)]
Update FSF address.

From-SVN: r9974

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 13:10:54 +0000 (09:10 -0400)]
Update FSF address.

From-SVN: r9973

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 12:55:05 +0000 (08:55 -0400)]
Update FSF address.

From-SVN: r9972

29 years agoUpdate header.
Richard Kenner [Thu, 15 Jun 1995 12:44:50 +0000 (08:44 -0400)]
Update header.

From-SVN: r9971

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 12:44:04 +0000 (08:44 -0400)]
Update FSF address.

From-SVN: r9970

29 years agoUpdate header.
Richard Kenner [Thu, 15 Jun 1995 12:37:49 +0000 (08:37 -0400)]
Update header.

From-SVN: r9969

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 12:37:21 +0000 (08:37 -0400)]
Update FSF address.

From-SVN: r9968

29 years agoUpdate header.
Richard Kenner [Thu, 15 Jun 1995 12:30:13 +0000 (08:30 -0400)]
Update header.

From-SVN: r9967

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 12:29:51 +0000 (08:29 -0400)]
Update FSF address.

From-SVN: r9966

29 years agoUpdate header.
Richard Kenner [Thu, 15 Jun 1995 12:05:01 +0000 (08:05 -0400)]
Update header.

From-SVN: r9965

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 12:04:37 +0000 (08:04 -0400)]
Update FSF address.

From-SVN: r9964

29 years agoUpdate header.
Richard Kenner [Thu, 15 Jun 1995 11:54:51 +0000 (07:54 -0400)]
Update header.

From-SVN: r9963

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 11:54:32 +0000 (07:54 -0400)]
Update FSF address.

From-SVN: r9962

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 11:52:21 +0000 (07:52 -0400)]
Update FSF address.

From-SVN: r9961

29 years agoUpdate header.
Richard Kenner [Thu, 15 Jun 1995 11:33:49 +0000 (07:33 -0400)]
Update header.

From-SVN: r9960

29 years agoUpdate FSF address.
Richard Kenner [Thu, 15 Jun 1995 11:33:25 +0000 (07:33 -0400)]
Update FSF address.

From-SVN: r9959

29 years agoentered into RCS
Richard Kenner [Thu, 15 Jun 1995 11:02:40 +0000 (07:02 -0400)]
entered into RCS

From-SVN: r9958

29 years ago(LINK_SPEC): Don't pass -init __main anymore.
Richard Kenner [Thu, 15 Jun 1995 02:22:02 +0000 (22:22 -0400)]
(LINK_SPEC): Don't pass -init __main anymore.

From-SVN: r9957