platform/upstream/gcc.git
30 years agoInitial revision
John Hassey [Wed, 28 Jul 1993 13:42:50 +0000 (13:42 +0000)]
Initial revision

From-SVN: r5011

30 years agoDefine STMP_FIXPROTO to empty for cross.
Per Bothner [Tue, 27 Jul 1993 22:45:33 +0000 (15:45 -0700)]
Define STMP_FIXPROTO to empty for cross.

From-SVN: r5010

30 years agoPass '-' to tr as the 1-character range '---'.
Per Bothner [Tue, 27 Jul 1993 22:45:09 +0000 (15:45 -0700)]
Pass '-' to tr as the 1-character range '---'.

From-SVN: r5009

30 years agoDisable obnoxious warning message.
Per Bothner [Tue, 27 Jul 1993 21:01:33 +0000 (14:01 -0700)]
Disable obnoxious warning message.

From-SVN: r5008

30 years agopatch-header.c (read_scan_file): Minor re-write to avoid obstack_copy0, since that...
Per Bothner [Tue, 27 Jul 1993 20:55:12 +0000 (13:55 -0700)]
patch-header.c (read_scan_file): Minor re-write to avoid obstack_copy0, since that uses the non-portable bcopy().

* patch-header.c (read_scan_file):  Minor re-write to avoid
obstack_copy0, since that uses the non-portable bcopy().

From-SVN: r5007

30 years ago* Makefile.in (patch-header): Use $(HOST_OBSTACK).
Per Bothner [Tue, 27 Jul 1993 20:54:38 +0000 (13:54 -0700)]
* Makefile.in (patch-header):  Use $(HOST_OBSTACK).

From-SVN: r5006

30 years ago(optimize_bit_field_compare): Preserve volatility of bitfield.
Richard Kenner [Tue, 27 Jul 1993 20:42:34 +0000 (16:42 -0400)]
(optimize_bit_field_compare): Preserve volatility of bitfield.

From-SVN: r5005

30 years ago(assign_parms): Don't copy too much when extending parm_reg_stack_loc.
Richard Stallman [Tue, 27 Jul 1993 18:52:32 +0000 (18:52 +0000)]
(assign_parms): Don't copy too much when extending parm_reg_stack_loc.

From-SVN: r5004

30 years ago(ASM_DECLARE_OBJECT_NAME): Don't make a .size if the size is not known.
Richard Stallman [Tue, 27 Jul 1993 18:46:28 +0000 (18:46 +0000)]
(ASM_DECLARE_OBJECT_NAME): Don't make a .size if the size is not known.

(ASM_DECLARE_OBJECT_NAME): Don't make a .size
if the size is not known.  Use DECL, not decl.

From-SVN: r5003

30 years ago(CLIB): removed -lc_s and added -lmalloc.
Richard Stallman [Tue, 27 Jul 1993 07:11:51 +0000 (07:11 +0000)]
(CLIB): removed -lc_s and added -lmalloc.

(X_CFLAGS): removed -D_SYSV and added -D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BULL_SOURCE to deal with the posix stuff.

From-SVN: r5002

30 years ago(DBX_DEBUGGING_INFO): Remove this to let gcc deals with gas and coff.
Richard Stallman [Tue, 27 Jul 1993 07:11:29 +0000 (07:11 +0000)]
(DBX_DEBUGGING_INFO): Remove this to let gcc deals with gas and coff.

From-SVN: r5001

30 years ago(CPP_PREDEFINES): added -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BULL_SOURCE to the list.
Richard Stallman [Tue, 27 Jul 1993 07:11:12 +0000 (07:11 +0000)]
(CPP_PREDEFINES): added -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BULL_SOURCE to the list.

(CPP_PREDEFINES): added -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BULL_SOURCE to the list.
(CPP_SPEC): removed ansi definition.

From-SVN: r5000

30 years ago(_WCHAR_T_H): Test this and define this.
Richard Stallman [Tue, 27 Jul 1993 07:10:41 +0000 (07:10 +0000)]
(_WCHAR_T_H): Test this and define this.

From-SVN: r4999

30 years agoentered into RCS
Richard Stallman [Tue, 27 Jul 1993 07:08:26 +0000 (07:08 +0000)]
entered into RCS

From-SVN: r4998

30 years ago(set_init_index): Add pedantic warning.
Richard Stallman [Tue, 27 Jul 1993 05:57:26 +0000 (05:57 +0000)]
(set_init_index): Add pedantic warning.

(set_init_label): Likewise.

(digest_init): Add `static' to definition.

(start_init): Fill in p->next.

Handle gaps in record initializers.
(constructor_bit_index): New variable.
(constructor_stack): New field bit_index.
(really_start_incremental_init, push_init_level): Save and init it.
(pop_init_level): Restore it.
(output_init_element): Update constructor_bit_index.
Use it to output gaps.
(pop_init_level): Speed up by using constructor_bit_index.

(process_init_element): Accept STRING_CST for subarray.

From-SVN: r4997

30 years ago(assemble_variable): For array whose size comes from the initializer, determine prope...
Richard Stallman [Tue, 27 Jul 1993 05:27:28 +0000 (05:27 +0000)]
(assemble_variable): For array whose size comes from the initializer, determine proper alignment here.

(assemble_variable): For array whose size comes from
the initializer, determine proper alignment here.
(assemble_align): New function.

From-SVN: r4996

30 years ago(fold, case EQ_EXPR): Remove code that converts mod to unsigned mod;
Richard Kenner [Tue, 27 Jul 1993 00:26:20 +0000 (20:26 -0400)]
(fold, case EQ_EXPR): Remove code that converts mod to unsigned mod;

it isn't correct for negative operands.

From-SVN: r4995

30 years ago(simplify_shift_const): Inhibit hacks based on
Richard Stallman [Mon, 26 Jul 1993 22:16:16 +0000 (22:16 +0000)]
(simplify_shift_const): Inhibit hacks based on
num_sign_bit_copies if shift_mode differs from the mode of varop.

From-SVN: r4994

30 years ago(main): When -W sets warn_uninitialized, avoid later warning
Richard Stallman [Mon, 26 Jul 1993 21:42:48 +0000 (21:42 +0000)]
(main): When -W sets warn_uninitialized, avoid later warning
if warn_uninitialized is not supported.

From-SVN: r4993

30 years ago(__main): Use macro SYMBOL__MAIN instead of invoking directly.
Richard Stallman [Mon, 26 Jul 1993 21:00:16 +0000 (21:00 +0000)]
(__main): Use macro SYMBOL__MAIN instead of invoking directly.

From-SVN: r4992

30 years ago(expand_main_function): Likewise.
Richard Stallman [Mon, 26 Jul 1993 20:59:21 +0000 (20:59 +0000)]
(expand_main_function): Likewise.

(put_reg_into_stack): New subroutine.
(put_var_into_stack): Use that; handle CONCAT.

From-SVN: r4991

30 years ago(NAME__MAIN, SYMBOL__MAIN): Add default definitions.
Richard Stallman [Mon, 26 Jul 1993 20:58:04 +0000 (20:58 +0000)]
(NAME__MAIN, SYMBOL__MAIN): Add default definitions.

(write_c_file, scan_prog_file(OSF/ROSE)): Use them instead of explicit
__main.

From-SVN: r4990

30 years ago(strip_off_ending): Allow .ad* for Ada.
Richard Kenner [Mon, 26 Jul 1993 20:03:20 +0000 (16:03 -0400)]
(strip_off_ending): Allow .ad* for Ada.

From-SVN: r4989

30 years agoFix print_lang_decl and print_lang_type function headers.
Bill Cox [Mon, 26 Jul 1993 18:09:09 +0000 (18:09 +0000)]
Fix print_lang_decl and print_lang_type function headers.

From-SVN: r4988

30 years agoAdd fixproto support.
Per Bothner [Mon, 26 Jul 1993 08:49:02 +0000 (01:49 -0700)]
Add fixproto support.

From-SVN: r4987

30 years agoInitial revision
Per Bothner [Mon, 26 Jul 1993 00:11:20 +0000 (17:11 -0700)]
Initial revision

From-SVN: r4986

30 years agoInitial revision
Per Bothner [Mon, 26 Jul 1993 00:00:23 +0000 (17:00 -0700)]
Initial revision

From-SVN: r4985

30 years ago(movstrictqi): Change q<-g alternative to q<-m.
Richard Stallman [Sun, 25 Jul 1993 21:29:10 +0000 (21:29 +0000)]
(movstrictqi): Change q<-g alternative to q<-m.

From-SVN: r4984

31 years ago(emit_move_insn_1): For complex stack push, don't use change_address.
Richard Stallman [Sat, 24 Jul 1993 22:20:55 +0000 (22:20 +0000)]
(emit_move_insn_1): For complex stack push, don't use change_address.

From-SVN: r4983

31 years agoFix some AIX and NeXT problems.
Per Bothner [Sat, 24 Jul 1993 22:03:22 +0000 (15:03 -0700)]
Fix some AIX and NeXT problems.

From-SVN: r4982

31 years ago(mark_loop_jump): Handle weird cases like jumping to a symbol_ref.
Richard Stallman [Sat, 24 Jul 1993 06:52:44 +0000 (06:52 +0000)]
(mark_loop_jump): Handle weird cases like jumping to a symbol_ref.

From-SVN: r4981

31 years ago(start_init): Second arg is now a tree.
Richard Stallman [Sat, 24 Jul 1993 05:41:45 +0000 (05:41 +0000)]
(start_init): Second arg is now a tree.

From-SVN: r4980

31 years agoFix typo.
Doug Evans [Fri, 23 Jul 1993 20:30:43 +0000 (20:30 +0000)]
Fix typo.

From-SVN: r4979

31 years ago* c-tree.h: Fix prototypes for print_lang_decl, print_lang_type.
Doug Evans [Fri, 23 Jul 1993 19:54:32 +0000 (19:54 +0000)]
* c-tree.h: Fix prototypes for print_lang_decl, print_lang_type.

From-SVN: r4978

31 years ago(cast_expr): Use new initializer parsing functions.
Richard Stallman [Fri, 23 Jul 1993 19:19:04 +0000 (19:19 +0000)]
(cast_expr): Use new initializer parsing functions.

(initdcl, notype_initdcl): Likewise.
(init): Likewise.
(initlist_maybe_comma, initlist1): These replace initlist.
(initelt): New nonterminal.
Change specified index syntax to `[INDEX]='.
Change specified field syntax to `.NAME='.

From-SVN: r4977

31 years agoDeclare the new initializer parsing functions.
Richard Stallman [Fri, 23 Jul 1993 19:18:33 +0000 (19:18 +0000)]
Declare the new initializer parsing functions.

From-SVN: r4976

31 years ago(output_init_element): Now static.
Richard Stallman [Fri, 23 Jul 1993 19:01:20 +0000 (19:01 +0000)]
(output_init_element): Now static.

From-SVN: r4975

31 years ago(output_constant_def_contents): New function.
Richard Stallman [Fri, 23 Jul 1993 18:50:33 +0000 (18:50 +0000)]
(output_constant_def_contents): New function.

(output_constant_def): Use it.
(deferred_constants): New list of constants not yet output.
(defer_addressed_constants): New function.
(output_deferred_addressed_constants): New function.
(make_decl_rtl): Don't ever replace old rtl;
instead, change its mode if necessary.

From-SVN: r4974

31 years agoOutput most constructors an element at a time.
Richard Stallman [Fri, 23 Jul 1993 18:49:55 +0000 (18:49 +0000)]
Output most constructors an element at a time.

(digest_init): Deleted code for raw constructors.
(process_init_constructor): Function deleted.
(start_init, finish_init): New functions.
(really_start_incremental_init)
(push_init_level, check_init_type_bitfields, pop_init_level)
(set_init_index, set_init_label, process_init_element)
(output_init_element, output_pending_init_elements): New functions.

From-SVN: r4973

31 years ago(rest_of_decl_compilation): Pass 0 as DONT_OUTPUT_DATA to assemble_variable.
Richard Stallman [Fri, 23 Jul 1993 18:44:59 +0000 (18:44 +0000)]
(rest_of_decl_compilation): Pass 0 as DONT_OUTPUT_DATA to assemble_variable.

From-SVN: r4972

31 years ago(main): Improve "No input files" error message.
Richard Stallman [Fri, 23 Jul 1993 18:36:41 +0000 (18:36 +0000)]
(main): Improve "No input files" error message.

From-SVN: r4971

31 years ago(aggregate_value_p): An ARRAY_TYPE is also an aggregate.
Richard Kenner [Fri, 23 Jul 1993 11:17:40 +0000 (07:17 -0400)]
(aggregate_value_p): An ARRAY_TYPE is also an aggregate.

From-SVN: r4970

31 years ago(making LIB absolute): Just concat with $ORIG_DIR.
Richard Stallman [Fri, 23 Jul 1993 07:12:05 +0000 (07:12 +0000)]
(making LIB absolute): Just concat with $ORIG_DIR.

From-SVN: r4969

31 years agoreorg.c (relax_delay_slots): Do not redirect a jump if doing so invalidates insns...
Jeff Law [Fri, 23 Jul 1993 02:59:46 +0000 (20:59 -0600)]
reorg.c (relax_delay_slots): Do not redirect a jump if doing so invalidates insns in the jump's delay slots.

        * reorg.c (relax_delay_slots): Do not redirect a jump if doing so
        invalidates insns in the jump's delay slots.
        (redirect_with_delay_slots_safe_p): New function.

From-SVN: r4968

31 years agoDon't use fldcr to serialize it is broken on the 88110...
John Hassey [Fri, 23 Jul 1993 01:16:21 +0000 (01:16 +0000)]
Don't use fldcr to serialize it is broken on the 88110...

Don't use fldcr to serialize it is broken on the 88110, use tb1 instead
Made serialize-volatile the deault for all models.

From-SVN: r4967

31 years agoDon't use fldcr to serialize it is broken on the 88110...
John Hassey [Fri, 23 Jul 1993 01:08:12 +0000 (01:08 +0000)]
Don't use fldcr to serialize it is broken on the 88110...

Don't use fldcr to serialize it is broken on the 88110, use tb1 instead
Made serialize-volatile the default for all models.

From-SVN: r4966

31 years agoWhen fixing ftw.h, preserve remainder of
Richard Stallman [Thu, 22 Jul 1993 05:45:31 +0000 (05:45 +0000)]
When fixing ftw.h, preserve remainder of
ftw and nftw declaration; don't just rewrite it.

From-SVN: r4965

31 years ago(expand_expr, COMPONENT_REF case): For unaligned object
Jim Wilson [Wed, 21 Jul 1993 22:05:43 +0000 (15:05 -0700)]
(expand_expr, COMPONENT_REF case): For unaligned object
in an aligned union, set MEM_IN_STRUCT_P if create a MEM rtx.

From-SVN: r4964

31 years ago(output_move_double): Only set highest_first if first reg of dest overlaps memory...
Jim Wilson [Wed, 21 Jul 1993 22:00:03 +0000 (15:00 -0700)]
(output_move_double): Only set highest_first if first reg of dest overlaps memory src address.

(output_move_double): Only set highest_first if first reg
of dest overlaps memory src address.  Otherwise, if addreg1 set and
is same as second reg of dest, suppress trailing decrement.

From-SVN: r4963

31 years ago(movdi+1): Delete & from r/i constraint.
Jim Wilson [Wed, 21 Jul 1993 21:48:35 +0000 (14:48 -0700)]
(movdi+1): Delete & from r/i constraint.

From-SVN: r4962

31 years ago(<ftw.h>): Don't apply specialized fixes to <ftw.h> if we are on Solaris.
Jim Wilson [Wed, 21 Jul 1993 21:46:38 +0000 (14:46 -0700)]
(<ftw.h>): Don't apply specialized fixes to <ftw.h> if we are on Solaris.

(<ftw.h>):  Don't apply specialized fixes to <ftw.h>
if we are on Solaris.  They are not needed in that case.

From-SVN: r4961

31 years ago(nonlocal_label_list): New variable.
Jim Wilson [Wed, 21 Jul 1993 21:44:07 +0000 (14:44 -0700)]
(nonlocal_label_list): New variable.

(combine_instructions): Set it.
(try_combine, distribute_links): CALL_INSN terminates a basic
block if nonlocal_label_list is set.

From-SVN: r4960

31 years ago(CPP_SPEC): Define LANGUAGE_ASSEMBLY, not
Jim Wilson [Wed, 21 Jul 1993 21:37:14 +0000 (14:37 -0700)]
(CPP_SPEC): Define LANGUAGE_ASSEMBLY, not
LANGUAGE_C, when compiling a .s file.

From-SVN: r4959

31 years ago(TARGET_SWITCHES): Recognize -m68851, -mno-68851,
Jim Wilson [Wed, 21 Jul 1993 21:27:53 +0000 (14:27 -0700)]
(TARGET_SWITCHES): Recognize -m68851, -mno-68851,

-m68302, -mno-68302, -m68332, -mno-68332.

From-SVN: r4958

31 years agoNew file.
Jim Wilson [Wed, 21 Jul 1993 21:22:31 +0000 (14:22 -0700)]
New file.

From-SVN: r4957

31 years ago(OVERRIDE_OPTIONS, SUBTARGET_OVERRIDE_OPTIONS): Define.
Jim Wilson [Wed, 21 Jul 1993 21:21:10 +0000 (14:21 -0700)]
(OVERRIDE_OPTIONS, SUBTARGET_OVERRIDE_OPTIONS): Define.

From-SVN: r4956

31 years agoNew File.
Jim Wilson [Wed, 21 Jul 1993 21:19:38 +0000 (14:19 -0700)]
New File.

From-SVN: r4955

31 years ago(TARGET_SWITCHES): Add SUBTARGET_SWITCHES.
Jim Wilson [Wed, 21 Jul 1993 21:18:45 +0000 (14:18 -0700)]
(TARGET_SWITCHES): Add SUBTARGET_SWITCHES.

(OVERRIDE_OPTIONS): Add SUBTARGET_OVERRIDE_OPTIONS.
(SUBTARGET_SWITCHES, SUBTARGET_OVERRIDE_OPTIONS): Define.

From-SVN: r4954

31 years ago(sys/types.h sys/stdtypes.h): Delete newline before do.
Jim Wilson [Wed, 21 Jul 1993 21:04:54 +0000 (14:04 -0700)]
(sys/types.h sys/stdtypes.h): Delete newline before do.

(machine/cpu.h): Delete space in `2>& 1'.

From-SVN: r4953

31 years ago(lynx): Recognize as vendor.
Jim Wilson [Wed, 21 Jul 1993 21:00:37 +0000 (14:00 -0700)]
(lynx): Recognize as vendor.

(lynxos): Recognize as OS.

From-SVN: r4952

31 years ago(link_command_spec): Move %{T*} after %{L*} and %D.
Jim Wilson [Wed, 21 Jul 1993 20:43:56 +0000 (13:43 -0700)]
(link_command_spec): Move %{T*} after %{L*} and %D.

From-SVN: r4951

31 years ago(ashldi3, lshrdi3): Obsolete, deleted.
Jim Wilson [Wed, 21 Jul 1993 19:49:28 +0000 (12:49 -0700)]
(ashldi3, lshrdi3): Obsolete, deleted.

From-SVN: r4950

31 years ago(expand_binop): Synthesize double word shifts and rotates from single word
Jim Wilson [Wed, 21 Jul 1993 19:44:20 +0000 (12:44 -0700)]
(expand_binop): Synthesize double word shifts and rotates from single word
shifts.

From-SVN: r4949

31 years agoFinish last change.
Richard Stallman [Wed, 21 Jul 1993 03:41:16 +0000 (03:41 +0000)]
Finish last change.

From-SVN: r4948

31 years ago(is_ctor_dtor): Delete leading _'s from sym names
Richard Stallman [Wed, 21 Jul 1993 03:36:21 +0000 (03:36 +0000)]
(is_ctor_dtor): Delete leading _'s from sym names
in `special' table, in neither-dots-nor-dollars case.

From-SVN: r4947

31 years agoDo not turn on -mhalf-pic if ELF.
Michael Meissner [Wed, 21 Jul 1993 01:48:07 +0000 (01:48 +0000)]
Do not turn on -mhalf-pic if ELF.

From-SVN: r4946

31 years agoAdd prototypes for static functions.
Richard Kenner [Tue, 20 Jul 1993 19:06:35 +0000 (15:06 -0400)]
Add prototypes for static functions.

(subst, case IF_THEN_ELSE): Add missing arg to make_compound_operation.
(make_compound_operation, case ASHIFTRT): Delete extra gen_unary arg.

From-SVN: r4945

31 years ago(expand_increment): Convert constant subtract to add before setting single_insn.
Richard Stallman [Tue, 20 Jul 1993 06:23:58 +0000 (06:23 +0000)]
(expand_increment): Convert constant subtract to add before setting single_insn.

(expand_increment): Convert constant subtract to add
before setting single_insn.  Compensate for this when choosing
the tree code to pass to `build'.

From-SVN: r4944

31 years agoAdd variants of call and call_value patterns for calls to functions defined in the...
Richard Kenner [Mon, 19 Jul 1993 22:10:12 +0000 (18:10 -0400)]
Add variants of call and call_value patterns for calls to functions defined in the same file.

Add variants of call and call_value patterns for calls to functions
defined in the same file.  Omit the TOC pointer reload after such
calls.

From-SVN: r4943

31 years ago(ENCODE_SECTION_INFO): New macro.
Richard Kenner [Mon, 19 Jul 1993 22:09:32 +0000 (18:09 -0400)]
(ENCODE_SECTION_INFO): New macro.

(PREDICATE_CODES): Add current_file_function_operand.

From-SVN: r4942

31 years ago(current_file_function_operand): New function.
Richard Kenner [Mon, 19 Jul 1993 22:09:05 +0000 (18:09 -0400)]
(current_file_function_operand): New function.

From-SVN: r4941

31 years agoreorg.c (fill_simple_delay_slots): Try filling any insn needing delay slots with...
Jeff Law [Mon, 19 Jul 1993 17:16:53 +0000 (11:16 -0600)]
reorg.c (fill_simple_delay_slots): Try filling any insn needing delay slots with a JUMP_INSN.

* reorg.c (fill_simple_delay_slots): Try filling any insn needing
delay slots with a JUMP_INSN.

From-SVN: r4940

31 years ago(c_expand_return): Set TREE_SIDE_EFFECTS for the MODIFY_EXPR that we make.
Richard Stallman [Sun, 18 Jul 1993 20:27:18 +0000 (20:27 +0000)]
(c_expand_return): Set TREE_SIDE_EFFECTS for the MODIFY_EXPR that we make.

(build_unary_op): Support CONJ_EXPR.
Change BIT_NOT_EXPR to CONJ_EXPR if arg is complex.

From-SVN: r4939

31 years ago(fold): Handle CONJ_EXPR.
Richard Stallman [Sun, 18 Jul 1993 20:24:45 +0000 (20:24 +0000)]
(fold): Handle CONJ_EXPR.

From-SVN: r4938

31 years ago(expand_return): When expanding assignment into DECL_RESULT,
Richard Stallman [Sun, 18 Jul 1993 20:24:23 +0000 (20:24 +0000)]
(expand_return): When expanding assignment into DECL_RESULT,

ignore the "value"--do it for effect.

From-SVN: r4937

31 years ago(init_function_start): Initialize trampoline_list here.
Richard Kenner [Sun, 18 Jul 1993 18:21:41 +0000 (14:21 -0400)]
(init_function_start): Initialize trampoline_list here.

(expand_function_end): Not here.

From-SVN: r4936

31 years ago(common_type): Use TYPE_MAIN_VARIANT when preferring
Richard Stallman [Sun, 18 Jul 1993 18:10:11 +0000 (18:10 +0000)]
(common_type): Use TYPE_MAIN_VARIANT when preferring
long int to int (when width is the same).

(check_format): With -Wformat, warn about
printf("%ld", 1) even if sizeof (int) == sizeof (long),
since the code isn't portable.  Similarly for "%d" vs 1L.

(convert_arguments) [PROMOTE_PROTOTYPES]:
With -Wconversion, use unpromoted type to check for signedness changes.

From-SVN: r4935

31 years ago(assemble_variable): Move debugging output calls to after section has been selected.
Richard Stallman [Sun, 18 Jul 1993 06:07:02 +0000 (06:07 +0000)]
(assemble_variable): Move debugging output calls to after section has been selected.

(assemble_variable): Move debugging output calls
to after section has been selected.  Select the section again
if the debugging output call changes the section.

From-SVN: r4934

31 years ago(dbxout_symbol_location): Call in_text_section
Richard Stallman [Sun, 18 Jul 1993 06:06:45 +0000 (06:06 +0000)]
(dbxout_symbol_location): Call in_text_section
to decide whether to use DBX_STATIC_CONST_VAR_CODE.

From-SVN: r4933

31 years ago(synth_module_prologue): Call layout_type for the array
Richard Stallman [Sun, 18 Jul 1993 05:29:38 +0000 (05:29 +0000)]
(synth_module_prologue): Call layout_type for the array
type used for _OBJC_SELECTOR_TABLE.

From-SVN: r4932

31 years ago(rest_of_compilation): If function is extern inline,
Richard Stallman [Sat, 17 Jul 1993 04:48:10 +0000 (04:48 +0000)]
(rest_of_compilation): If function is extern inline,

even if we can't inline it, don't compile it.

From-SVN: r4931

31 years ago(dwarfout_init): Report failure of getpwd.
Richard Stallman [Sat, 17 Jul 1993 01:34:14 +0000 (01:34 +0000)]
(dwarfout_init): Report failure of getpwd.

From-SVN: r4930

31 years ago(LINK_LIBGCC_SPECIAL, SPACE_AFTER_L_OPTION)
Richard Stallman [Sat, 17 Jul 1993 01:31:25 +0000 (01:31 +0000)]
(LINK_LIBGCC_SPECIAL, SPACE_AFTER_L_OPTION)

(LINK_LIBGCC_SPECIAL, SPACE_AFTER_L_OPTION)
(LIB_SPEC): Move outside of USE_GAS conditional.

From-SVN: r4929

31 years agoif [ "$os" ] --> if [ x"$os" != x"" ]
Doug Evans [Fri, 16 Jul 1993 18:24:47 +0000 (18:24 +0000)]
if [ "$os" ] --> if [ x"$os" != x"" ]

From-SVN: r4928

31 years ago(stdlib.h): Check carefully for definition of size_t.
Richard Stallman [Thu, 15 Jul 1993 17:05:38 +0000 (17:05 +0000)]
(stdlib.h): Check carefully for definition of size_t.

From-SVN: r4927

31 years ago(build_c_cast): When casting to union, if value is array
Richard Stallman [Thu, 15 Jul 1993 05:40:42 +0000 (05:40 +0000)]
(build_c_cast): When casting to union, if value is array
or function, do default_conversion.

From-SVN: r4926

31 years ago(reload): Don't free scratch_list or scratch_block if 0.
Richard Stallman [Thu, 15 Jul 1993 05:14:36 +0000 (05:14 +0000)]
(reload): Don't free scratch_list or scratch_block if 0.

From-SVN: r4925

31 years ago(CONCAT): New rtx code.
Richard Stallman [Thu, 15 Jul 1993 02:21:56 +0000 (02:21 +0000)]
(CONCAT): New rtx code.

From-SVN: r4924

31 years ago(gen_lowpart_common, gen_highpart): Handle CONCAT.
Richard Stallman [Thu, 15 Jul 1993 02:20:05 +0000 (02:20 +0000)]
(gen_lowpart_common, gen_highpart): Handle CONCAT.

(operand_subword): Likewise.
(gen_reg_rtx): For complex mode, return a CONCAT of two pseudos.

From-SVN: r4923

31 years ago(expand_decl): Make a CONCAT, for decls of complex type.
Richard Stallman [Thu, 15 Jul 1993 02:16:57 +0000 (02:16 +0000)]
(expand_decl): Make a CONCAT, for decls of complex type.

From-SVN: r4922

31 years ago(dbxout_symbol_location): Subroutine broken out from dbxout_symbol.
Richard Stallman [Thu, 15 Jul 1993 02:15:41 +0000 (02:15 +0000)]
(dbxout_symbol_location): Subroutine broken out from dbxout_symbol.

(dbxout_symbol_location): Subroutine broken out from
dbxout_symbol.  Handle CONCAT here.
(dbxout_symbol_name): New subroutine.  Handle anonymous decls too.
(dbxout_reg_parms): Simplify using dbxout_symbol_location.
Handle CONCAT.

From-SVN: r4921

31 years agoDon't discard comment end characters on lines that look like "#endif */".
Richard Stallman [Wed, 14 Jul 1993 23:23:58 +0000 (23:23 +0000)]
Don't discard comment end characters on lines that look like "#endif */".

Don't discard comment end characters on lines that
look like "#endif */".  Fixes Esix 4.0.4 problem.

From-SVN: r4920

31 years ago(file): Fix size_t definition in stdlib.h as in types.h.
Richard Stallman [Wed, 14 Jul 1993 23:15:19 +0000 (23:15 +0000)]
(file): Fix size_t definition in stdlib.h as in types.h.

Also a conditional to prevent repeated definition.

From-SVN: r4919

31 years agopa.c (emit_move_sequence): Use cint_ok_for_move instead of checking each condition...
Jeff Law [Wed, 14 Jul 1993 16:28:04 +0000 (10:28 -0600)]
pa.c (emit_move_sequence): Use cint_ok_for_move instead of checking each condition ourselves.

* pa.c (emit_move_sequence): Use cint_ok_for_move instead of
checking each condition ourselves.

From-SVN: r4918

31 years agopa-utahmach.h (CPP_PREDEFINES): Do not define HPUX_SOURCE, hp700, or HP700.
Jeff Law [Wed, 14 Jul 1993 16:26:07 +0000 (10:26 -0600)]
pa-utahmach.h (CPP_PREDEFINES): Do not define HPUX_SOURCE, hp700, or HP700.

* pa-utahmach.h (CPP_PREDEFINES): Do not define HPUX_SOURCE, hp700,
or HP700.

From-SVN: r4917

31 years agopa.md (uncond_branch): New type attribute.
Jeff Law [Wed, 14 Jul 1993 16:23:19 +0000 (10:23 -0600)]
pa.md (uncond_branch): New type attribute.

* pa.md (uncond_branch): New type attribute.  Explicitly disallow
uncond_branch in most delay slots.
(in_call_delay attribute): New test for delay slot of call insns.
Allow uncond_branches in the delay slot if TARGET_JUMP_IN_DELAY.
(define_delay for calls, millicode calls, branches, returns, etc):
Broken up into two define delays.  One for calls and millicode
calls, a second for branches, returns, etc.
(millicode insns): Pass the current insn down to
output_{mul,div,mod}_insn.
(jump insn): Use "uncond_branch" type attribute.  Length of this
insn varies if it is in the delay slot of a call.
(call_internal_symref): Use output_call.
(call_value_internal_symref): Likewise.
(call_internal_reg): Use %r syntax instead of just register numbers.
(call_value_internal_reg): Likewise.

From-SVN: r4916

31 years agopa.c (output_call): New function to output a function call or millicode call...
Jeff Law [Wed, 14 Jul 1993 16:22:49 +0000 (10:22 -0600)]
pa.c (output_call): New function to output a function call or millicode call...

* pa.c (output_call): New function to output a function call or
millicode call, possibly with a jump in the delay slot.
(output_mul_insn): Accept additional argument, use output_call.
(output_div_insn): Likewise.
(output_mod_insn): Likewise.
(jump_in_call_delay): New function to determine if the given
JUMP_INSN is in the delay slot of a call or millicode call.

From-SVN: r4915

31 years agopa.h (TARGET_JUMP_IN_DELAY): New target flag to allow/disallow jump instructions...
Jeff Law [Wed, 14 Jul 1993 16:22:23 +0000 (10:22 -0600)]
pa.h (TARGET_JUMP_IN_DELAY): New target flag to allow/disallow jump instructions in call delay slots.

* pa.h (TARGET_JUMP_IN_DELAY): New target flag to allow/disallow
jump instructions in call delay slots.
(TARGET_SWITCHES): Add -mjump-in-delay and -mno-jump-in-delay.
Provide -mno alternatives for most options.
(output_call): Declare.

From-SVN: r4914

31 years ago* config.sub: Add case for Bull dpx/2.
Jim Blandy [Wed, 14 Jul 1993 04:52:50 +0000 (04:52 +0000)]
* config.sub: Add case for Bull dpx/2.

From-SVN: r4913

31 years ago*** empty log message ***
Jim Meyering [Tue, 13 Jul 1993 16:37:01 +0000 (16:37 +0000)]
*** empty log message ***

From-SVN: r4912