platform/upstream/gcc.git
28 years agoPowerPC macros
Michael Meissner [Thu, 30 Nov 1995 18:56:05 +0000 (18:56 +0000)]
PowerPC macros

From-SVN: r10645

28 years agoInitial revision
Michael Meissner [Thu, 30 Nov 1995 18:38:35 +0000 (18:38 +0000)]
Initial revision

From-SVN: r10644

28 years agoPowerPC Windows NT support
Michael Meissner [Thu, 30 Nov 1995 18:24:37 +0000 (18:24 +0000)]
PowerPC Windows NT support

From-SVN: r10643

28 years agoAdd MULTILIB_EXCEPTiONS
Michael Meissner [Thu, 30 Nov 1995 17:49:53 +0000 (17:49 +0000)]
Add MULTILIB_EXCEPTiONS

From-SVN: r10642

28 years agoAdd MULTILIB_EXCEPTIONS
Michael Meissner [Thu, 30 Nov 1995 17:49:15 +0000 (17:49 +0000)]
Add MULTILIB_EXCEPTIONS

From-SVN: r10641

28 years agoNew file.
Jim Wilson [Thu, 30 Nov 1995 03:10:02 +0000 (19:10 -0800)]
New file.

From-SVN: r10640

28 years agoAdd make rule for gcrt1.o.
Jim Wilson [Thu, 30 Nov 1995 03:04:51 +0000 (19:04 -0800)]
Add make rule for gcrt1.o.

From-SVN: r10639

28 years ago(STARTFILE_SPEC): Link with gcrt1.o with -pg.
Jim Wilson [Thu, 30 Nov 1995 03:04:24 +0000 (19:04 -0800)]
(STARTFILE_SPEC): Link with gcrt1.o with -pg.

From-SVN: r10638

28 years ago(_mcleanup): Add support for PROFDIR environment variable.
Jim Wilson [Thu, 30 Nov 1995 03:03:54 +0000 (19:03 -0800)]
(_mcleanup): Add support for PROFDIR environment variable.

From-SVN: r10637

28 years ago(MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
Jim Wilson [Thu, 30 Nov 1995 02:40:33 +0000 (18:40 -0800)]
(MULTILIB_OPTIONS, MULTILIB_DIRNAMES,

MULTILIB_MATCHES): Add -msingle-float support.

From-SVN: r10636

28 years ago(CPP_SPEC): If -msingle-float and not -msoft-float, pass -D__mips_single_float.
Jim Wilson [Thu, 30 Nov 1995 02:38:54 +0000 (18:38 -0800)]
(CPP_SPEC): If -msingle-float and not -msoft-float, pass -D__mips_single_float.

(CPP_SPEC): If -msingle-float and not
-msoft-float, pass -D__mips_single_float.  Likewise for -m4650 and
not -msoft-float.

From-SVN: r10635

28 years ago(do_spec_1): Fix typos in version calculation.
Doug Evans [Wed, 29 Nov 1995 23:17:30 +0000 (23:17 +0000)]
(do_spec_1): Fix typos in version calculation.

From-SVN: r10634

28 years ago(LIB_SPEC): Don't use absolute path names if cross compiling.
Doug Evans [Wed, 29 Nov 1995 23:12:54 +0000 (23:12 +0000)]
(LIB_SPEC): Don't use absolute path names if cross compiling.

From-SVN: r10633

28 years agosvr4.h (MD_EXEC_PREFIX): Don't use if cross compiling.
Doug Evans [Wed, 29 Nov 1995 23:08:59 +0000 (23:08 +0000)]
svr4.h (MD_EXEC_PREFIX): Don't use if cross compiling.

* svr4.h (MD_EXEC_PREFIX): Don't use if cross compiling.
(MD_STARTFILE_PREFIX): Likewise.
(LINK_SPEC): Don't use absolute path names if cross compiling.

From-SVN: r10632

28 years ago* cccp.c (do_include): Recognize c:\foo as absolute path name in DOS.
Doug Evans [Wed, 29 Nov 1995 23:01:50 +0000 (23:01 +0000)]
* cccp.c (do_include): Recognize c:\foo as absolute path name in DOS.

From-SVN: r10631

28 years agotoplev.c (main): Invoke OPTIMIZATION_OPTIONS after target_flags has been initialized...
Doug Evans [Wed, 29 Nov 1995 22:57:03 +0000 (22:57 +0000)]
toplev.c (main): Invoke OPTIMIZATION_OPTIONS after target_flags has been initialized so sets of...

* toplev.c (main): Invoke OPTIMIZATION_OPTIONS after target_flags
has been initialized so sets of target_flags aren't clobbered.

From-SVN: r10630

28 years ago(MAX_OFILE_ALIGNMENT): Moved to config/svr4.h.
Doug Evans [Wed, 29 Nov 1995 22:51:27 +0000 (22:51 +0000)]
(MAX_OFILE_ALIGNMENT): Moved to config/svr4.h.

From-SVN: r10629

28 years ago(MAX_OFILE_ALIGNMENT): Define.
Doug Evans [Wed, 29 Nov 1995 22:50:54 +0000 (22:50 +0000)]
(MAX_OFILE_ALIGNMENT): Define.

From-SVN: r10628

28 years ago(ashrsi3_d): Use %0 not %1 in output pattern.
Jim Wilson [Wed, 29 Nov 1995 20:47:03 +0000 (12:47 -0800)]
(ashrsi3_d): Use %0 not %1 in output pattern.

From-SVN: r10627

28 years ago(MAX_OFILE_ALIGNMENT): Define.
Jim Wilson [Wed, 29 Nov 1995 20:29:51 +0000 (12:29 -0800)]
(MAX_OFILE_ALIGNMENT): Define.

From-SVN: r10626

28 years ago(WORD_SWITCH_TAKES_ARG): Define.
Jim Wilson [Wed, 29 Nov 1995 20:14:02 +0000 (12:14 -0800)]
(WORD_SWITCH_TAKES_ARG): Define.

(LINK_SPEC): Add rpath.

From-SVN: r10625

28 years ago(LINK_SPEC): Add rpath.
Jim Wilson [Wed, 29 Nov 1995 20:13:25 +0000 (12:13 -0800)]
(LINK_SPEC): Add rpath.

From-SVN: r10624

28 years ago(stupid_mark_regs): For hard registers...
Jim Wilson [Wed, 29 Nov 1995 19:18:43 +0000 (11:18 -0800)]
(stupid_mark_regs): For hard registers...

(stupid_mark_regs): For hard registers, use regno+j
instead of just regno in MARK_LIVE_AFTER and SET_HARD_REG_BIT calls.

From-SVN: r10623

28 years ago(combine_strings): Add support for WCHAR_TYPE as short.
Jim Wilson [Wed, 29 Nov 1995 19:05:42 +0000 (11:05 -0800)]
(combine_strings): Add support for WCHAR_TYPE as short.

From-SVN: r10622

28 years ago(integrate_decl_tree): Delete variable newd.
Jim Wilson [Wed, 29 Nov 1995 18:59:13 +0000 (10:59 -0800)]
(integrate_decl_tree): Delete variable newd.

Always set DECL_ABSTRACT_ORIGIN before calling pushdecl.

From-SVN: r10621

28 years ago(merge_attributes): New function.
Jim Wilson [Wed, 29 Nov 1995 18:57:22 +0000 (10:57 -0800)]
(merge_attributes): New function.

(merge_attributes): New function.  Move code from
common_type to here.
(common_type): Call merge_attributes instead of having inline code.

From-SVN: r10620

28 years ago(merge_attributes): New declaration.
Jim Wilson [Wed, 29 Nov 1995 18:56:28 +0000 (10:56 -0800)]
(merge_attributes): New declaration.

From-SVN: r10619

28 years ago(duplicate_decls): Add new paramter different_binding_level.
Jim Wilson [Wed, 29 Nov 1995 18:55:34 +0000 (10:55 -0800)]
(duplicate_decls): Add new paramter different_binding_level.

Lots of changes to use new new parameter.
(pushdecl): Delete variable declared_global.  New variable
different_binding_level and code to set it.  Move extern/static
warning before duplicate_decls call.  Don't let global typedefs
conflict with nested extern declarations.  Move oldglobal test
inside code for setting IDENTIFIER_LIMBO_VALUE.
(lookup_name_current_level_global): Delete.

From-SVN: r10618

28 years ago(mips_function_value): Add check for i > 0 when deciding
Jim Wilson [Wed, 29 Nov 1995 02:56:14 +0000 (18:56 -0800)]
(mips_function_value): Add check for i > 0 when deciding
if structure should be return in FP registers.

From-SVN: r10617

28 years agopa.md (define split for (plus (reg) (large_constant)): Try another way to handle...
Jeff Law [Tue, 28 Nov 1995 17:49:46 +0000 (10:49 -0700)]
pa.md (define split for (plus (reg) (large_constant)): Try another way to handle this with only 2 insns.

        * pa.md (define split for (plus (reg) (large_constant)): Try
        another way to handle this with only 2 insns.  From Tege.

From-SVN: r10616

28 years agoInitial revision
Jeff Law [Mon, 27 Nov 1995 22:10:51 +0000 (15:10 -0700)]
Initial revision

From-SVN: r10615

28 years agoUpdate copyrights.
Jeff Law [Mon, 27 Nov 1995 22:01:57 +0000 (15:01 -0700)]
Update copyrights.

From-SVN: r10614

28 years agotoplev.c (rest_of_compilation): Always call jump_optimize at least once.
Jeff Law [Mon, 27 Nov 1995 16:19:26 +0000 (09:19 -0700)]
toplev.c (rest_of_compilation): Always call jump_optimize at least once.

* toplev.c (rest_of_compilation): Always call jump_optimize
at least once.

From-SVN: r10613

28 years agopa.h (ASM_OUTPUT_EXTERNAL): Don't let assemble_name clobber the value of TREE_SYMBOL_...
Jeff Law [Mon, 27 Nov 1995 08:31:46 +0000 (01:31 -0700)]
pa.h (ASM_OUTPUT_EXTERNAL): Don't let assemble_name clobber the value of TREE_SYMBOL_REFERENCED.

* pa.h (ASM_OUTPUT_EXTERNAL): Don't let assemble_name clobber
the value of TREE_SYMBOL_REFERENCED.

* pa-ghpux9.h (LINK_SPEC): Pass "-z" to the linker to enable
trap on null pointer dereference for programs built on hpux9.
* pa-hpux9.h, pa1-ghpux9.h, pa1-hpux9.h: Likewise.

* pa.c (output_function_prologue): No longer need to keep
track of the total number code bytes when TARGET_GAS &&
not TARGET_PORTABLE_RUNTIME.
* pa.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use .NSUBSPA when
not TARGET_PORTABLE_RUNTIME.
(ASM_OUTPUT_FUNCTION_PREFIX): Define.  Prefix functions with
.NSUBSPA when TARGET_GAS and not TARGET_PORTABLE_RUNTIME.

* pa.md (symbolic high patterns): Use 'H' to print the symbolic
address so that the constant part gets rounded.
* pa.c (print_operand): Handle 'H' operand for high part of a
symbolic address with a rounded constant.
(output_global_address): New argument "rounded_constant".  All
callers changed appropriately.

* x-pa-hpux (FIXPROTO_DEFINES): Add -D_HPUX_SOURCE.

* pa.h (CPP_SPEC): Only pass -D_HPUX_SOURCE and -D_HIUX_SOURCE if
-ansi is not present.
(CPP_PREDEFINES): Remove -D_HPUX_SOURCE and/or -D_HIUX_SOURCE.
* pa-ghiux.h (CPP_PREDEFINES): Likewise.
* pa-gux7.h (CPP_PREDEFINES): Likewise.
* pa-hiux.h (CPP_PREDEFINES): Likewise.
* pa-hpux.h (CPP_PREDEFINES): Likewise.
* pa-hpux7.h (CPP_PREDEFINES): Likewise.
* pa1-ghiux.h (CPP_PREDEFINES): Likewise.
* pa1-hiux.h (CPP_PREDEFINES): Likewise.

* pa-hpux.h (LINK_SPEC): If -mlinker-opt, then pass -O to the
linker.
* pa-ghpux.h, pa-hpux9.h, pa-ghpux9.h: Likewise.
* pa1-ghpux9.h, pa1-hpux9.h: Likewise.
* pa.h (LINK_SPEC): Likewise.
(TARGET_SWITCHES): Add -mlinker-opt.

* pa.md (all peepholes): Disable if TARGET_SOFT_FLOAT.

* pa.c (pa_reorg): If TARGET_GAS, then emit insns to mark
the beginning and end of the branch table.
* pa.md (begin_brtab): New insn.  Just a marker so GCC knows
where to put the .begin_brtab pseudo-op.
(end_brtab): Similarly.

* pa.h (EXTRA_SECTIONS): Add in_ctors and in_dtors if
CTORS_SECTION_FUNCTION is defined.  Else define dummy
versions of CTORS_SECTION_FUNCTION and DTORS_SECTION_FUNCTION.
(EXTRA_SECTION_FUNCTIONS): Add CTORS_SECTION_FUNCTION and
DTORS_SECTION_FUNCTION.

* pa.md: Add peepholes to improve spill code generated
by reload when we run out of FP registers.

From-SVN: r10612

28 years ago* xm-pa.h: Remove spurious double-quote.
Jeff Law [Mon, 27 Nov 1995 07:58:32 +0000 (00:58 -0700)]
* xm-pa.h: Remove spurious double-quote.

From-SVN: r10611

28 years agopa.md (call expanders): For indirect calls, load %r22 with the function's address.
Jeff Law [Mon, 27 Nov 1995 07:55:04 +0000 (00:55 -0700)]
pa.md (call expanders): For indirect calls, load %r22 with the function's address.

* pa.md (call expanders): For indirect calls, load %r22 with the
function's address.
(indirect call patterns): No need to copy the call address into
%r22 anymore.

* pa.c (output_cbranch): Fix buglet in length handling of
backwards branches with unfilled delay slots.
(output_bb, output_bvb, output_dbra, output_movb): Likewise.

* pa.md: Fix off-by-one error in length computations for all
conditional branch patterns.

* pa.h (output_bvb): Declare.
* pa.c (output_bvb): New function to output branch on variable
bit insns.
* pa.md (branch-on-variable-bit): New patterns.

* pa.h (TARGET_MILLICODE_LONG_CALLS): Delete swtich and all
references.
(output_millicode_call): Declare new function
* pa.md (millicode calls): Update length computation to handle
variable length millicode calls.
(call pattners): Likewise.
(indirect call patterns): Update length compuations and output
templates to handle variable length millicode calls.
(plabel_dereference): Likewise.
* pa.c (override_options): Give warnings when incompatable
options are used.
(output_mul_insn): Call output_millicode_call instead of
output_call, eliminate last argument to output_millicode_call.
(output_div_insn): Likewise.
(output_mod_insn): Likewise.
(output_call): Rewrite long call code to handle variable length
millicode calls.  Eliminate support for calling mul, div and mod
millicode routines.
(output_millicode_call): New function for calling mul, div and mod
millicode routines.

From-SVN: r10610

28 years agopa.md (abssi2): New pattern.
Jeff Law [Mon, 27 Nov 1995 07:33:58 +0000 (00:33 -0700)]
pa.md (abssi2): New pattern.

* pa.md (abssi2): New pattern.

* pa.c (secondary_reload_class): Loads from reg+d addresses into
FP registers don't need secondary reloads.
* pa.h: Delete soem #if 0 code.  Update some comments.
(EXTRA_CONSTRAINT, case 'Q'): Only accept valid memory addresses.

        * pa.h (RTX_COSTS): Tege's rewrite.

* pa.c (hppa_legitimize_address): Generate unscaled indexed
addressing for (plus (symbol_ref) (reg)).
(emit_move_sequence): Set REGNO_POINTER_FLAG appropriately
to encourage unscaled indexing modes.
(basereg_operand): New function for unscaled index address support.
* pa.md (unscaled indexing patterns): New patterns for unscaled
index address support.

* pa.h (MOVE_RATIO): Define.
* pa.md (movstrsi expander): Refine tests for when to use the
library routine instead of an inlined loop copy.  Provide an
additional scratch register for use in the inlined loop copy.
(movstrsi_internal): Name the pattern for ease of use.  Add
additional scratch register.
* pa.c (output_block_move): Greatly simplify.  Use 2X unrolled
copy loops to improve performance.
(compute_movstrsi_length): Corresponding changes.

* pa.c (print_operand): Handle 'y' case for reversed FP
comparisons.  Delete some #if 0 code.  Fix various comment typos.
* pa.md (fcmp patterns): Try and reverse the comparison to avoid
useless add,tr insns.

From-SVN: r10609

28 years ago(fixup_var_refs_1): Make pseudo for DEST in PROMOTED_MODE unless in a
Richard Kenner [Sun, 26 Nov 1995 19:50:48 +0000 (14:50 -0500)]
(fixup_var_refs_1): Make pseudo for DEST in PROMOTED_MODE unless in a
SUBREG.

From-SVN: r10608

28 years ago(insert): Don't put a REG into qty_const.
Richard Kenner [Sun, 26 Nov 1995 19:47:28 +0000 (14:47 -0500)]
(insert): Don't put a REG into qty_const.

From-SVN: r10607

28 years ago(stamp-objlist): Change .o to $objext.
Richard Kenner [Sun, 26 Nov 1995 19:44:51 +0000 (14:44 -0500)]
(stamp-objlist): Change .o to $objext.

From-SVN: r10606

28 years ago(trampoline): Add getpagesize and mprotect for WINNT.
Richard Kenner [Sun, 26 Nov 1995 19:41:43 +0000 (14:41 -0500)]
(trampoline): Add getpagesize and mprotect for WINNT.

From-SVN: r10605

28 years ago(LINK_SPEC): Pass -g to ld.exe.
Richard Kenner [Sun, 26 Nov 1995 19:40:57 +0000 (14:40 -0500)]
(LINK_SPEC): Pass -g to ld.exe.

Increase default stack size.

From-SVN: r10604

28 years agoReformat and add some new functions for gnat1.
Richard Kenner [Sun, 26 Nov 1995 19:40:30 +0000 (14:40 -0500)]
Reformat and add some new functions for gnat1.

From-SVN: r10603

28 years ago(main): Don't pass -g to link.
Richard Kenner [Sun, 26 Nov 1995 19:40:07 +0000 (14:40 -0500)]
(main): Don't pass -g to link.

From-SVN: r10602

28 years ago(CPP_PREDEFINES): Set __unaligned and __stdcall to null.
Richard Kenner [Sun, 26 Nov 1995 19:39:43 +0000 (14:39 -0500)]
(CPP_PREDEFINES): Set __unaligned and __stdcall to null.

From-SVN: r10601

28 years ago(nonzero_bits, case REG): Put POINTERS_EXTEND_UNSIGNED code before stack pointer...
Richard Kenner [Sun, 26 Nov 1995 19:32:34 +0000 (14:32 -0500)]
(nonzero_bits, case REG): Put POINTERS_EXTEND_UNSIGNED code before stack pointer code.

(nonzero_bits, case REG): Put POINTERS_EXTEND_UNSIGNED code before
stack pointer code.  Return nonzero at end of stack pointer code.

From-SVN: r10600

28 years ago(PRINT_OPERAND_ADDRESS): Handle CONST inside PLUS.
Richard Kenner [Sun, 26 Nov 1995 19:30:02 +0000 (14:30 -0500)]
(PRINT_OPERAND_ADDRESS): Handle CONST inside PLUS.

From-SVN: r10599

28 years ago(cppalloc.o): Add a rule to build it.
Richard Kenner [Sun, 26 Nov 1995 19:28:06 +0000 (14:28 -0500)]
(cppalloc.o): Add a rule to build it.

From-SVN: r10598

28 years ago(FUNCTION_VALUE): Deleted; incorrect.
Richard Kenner [Sun, 26 Nov 1995 19:25:22 +0000 (14:25 -0500)]
(FUNCTION_VALUE): Deleted; incorrect.

From-SVN: r10597

28 years ago(curses.h): Allow space or tab after bool keyword, instead of tab or tab.
Richard Kenner [Sun, 26 Nov 1995 19:22:56 +0000 (14:22 -0500)]
(curses.h): Allow space or tab after bool keyword, instead of tab or tab.

From-SVN: r10596

28 years ago(REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Corrected.
Richard Kenner [Sun, 26 Nov 1995 19:14:06 +0000 (14:14 -0500)]
(REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Corrected.

(ASM_OUTPUT_[datatype]): Corrected datalbl[].size computation
for output of arrays.

From-SVN: r10595

28 years ago(pattern for HImode PSHM): Corrected.
Richard Kenner [Sun, 26 Nov 1995 19:13:47 +0000 (14:13 -0500)]
(pattern for HImode PSHM): Corrected.

(trunchiqi2, zero_extendqihi2, extendhftqf2): Corrected.
(pattern for movhi of CONST_INT to REG): Corrected.
(divmodqi pattern for DISN): Corrected.
(all shift patterns): Corrected.

From-SVN: r10594

28 years ago(NO_IMPLICIT_EXTERN_C): Define this again so that unistd.h doesn't get badly `fixed...
Richard Kenner [Sun, 26 Nov 1995 19:08:53 +0000 (14:08 -0500)]
(NO_IMPLICIT_EXTERN_C): Define this again so that unistd.h doesn't get badly `fixed' for C++.

(NO_IMPLICIT_EXTERN_C): Define this again so that unistd.h doesn't get
badly `fixed' for C++.  libg++ will now build with this definition.

From-SVN: r10593

28 years ago(load_multiple matcher): Fix typo with opcode.
Richard Kenner [Sun, 26 Nov 1995 18:54:52 +0000 (13:54 -0500)]
(load_multiple matcher): Fix typo with opcode.

From-SVN: r10592

28 years ago(final_start_function): Move call to sdbout_begin_function back to...
Richard Kenner [Sun, 26 Nov 1995 18:50:57 +0000 (13:50 -0500)]
(final_start_function): Move call to sdbout_begin_function back to...

(final_start_function): Move call to sdbout_begin_function back to
final_scan_insn on MIPS systems so parameter descriptions are
recognized.

From-SVN: r10591

28 years agoDon't insert "go32".
Richard Kenner [Sun, 26 Nov 1995 18:43:01 +0000 (13:43 -0500)]
Don't insert "go32".

From-SVN: r10590

28 years ago(alpha_emit_set_const): Don't output SImode sequences that rely on invisible overflow.
Richard Kenner [Sun, 26 Nov 1995 17:08:18 +0000 (12:08 -0500)]
(alpha_emit_set_const): Don't output SImode sequences that rely on invisible overflow.

(alpha_emit_set_const): Don't output SImode sequences that rely on
invisible overflow.  Sign extend new when SImode.  Don't recur if new
== c.  Don't allow shift outside mode.  Make logical right shift be
unsigned.

From-SVN: r10589

28 years ago(compare*): Add "|| true" to avoid spurious failure messages from some
Richard Kenner [Sun, 26 Nov 1995 16:37:41 +0000 (11:37 -0500)]
(compare*): Add "|| true" to avoid spurious failure messages from some
versions of make.

From-SVN: r10588

28 years agoChange version to 2.7.2.
Richard Kenner [Sun, 26 Nov 1995 16:23:31 +0000 (11:23 -0500)]
Change version to 2.7.2.

From-SVN: r10587

28 years agoChange version to 2.7.2
Richard Kenner [Sun, 26 Nov 1995 16:21:47 +0000 (11:21 -0500)]
Change version to 2.7.2

From-SVN: r10586

28 years ago(truthvalue_conversion): Add declaration.
Richard Kenner [Sun, 26 Nov 1995 16:19:51 +0000 (11:19 -0500)]
(truthvalue_conversion): Add declaration.

From-SVN: r10585

28 years agoInitial revision
Paul Eggert [Thu, 23 Nov 1995 01:43:40 +0000 (01:43 +0000)]
Initial revision

From-SVN: r10582

28 years agoBring over:
Mike Stump [Tue, 21 Nov 1995 01:15:30 +0000 (01:15 +0000)]
Bring over:

* init.c (expand_aggr_init): Handle cv qualifiers on the object's
type.

From-SVN: r10581

28 years agoBring over:
Mike Stump [Mon, 20 Nov 1995 22:29:18 +0000 (22:29 +0000)]
Bring over:

* g++.c (pfatal_with_name): Add missing third argument to concat.

From-SVN: r10580

28 years ago(put_reg_into_stack): New arg volatile_p.
Richard Kenner [Sun, 12 Nov 1995 23:09:22 +0000 (18:09 -0500)]
(put_reg_into_stack): New arg volatile_p.

(put_var_into_stack): Call with new arg.

From-SVN: r10579

28 years ago(reload.o): Add dependence on output.h.
Richard Kenner [Sat, 11 Nov 1995 13:25:22 +0000 (08:25 -0500)]
(reload.o): Add dependence on output.h.

From-SVN: r10578

28 years ago(output.h): Include it.
Richard Kenner [Sat, 11 Nov 1995 13:24:38 +0000 (08:24 -0500)]
(output.h): Include it.

From-SVN: r10577

28 years ago(HARD_REGNO_NREGS): If FP_REG_P, always use UNITS_PER_FPREG to
Richard Kenner [Thu, 9 Nov 1995 16:24:11 +0000 (11:24 -0500)]
(HARD_REGNO_NREGS): If FP_REG_P, always use UNITS_PER_FPREG to
calculate number of words needed.

From-SVN: r10576

28 years ago(cmphf): Addd Base Reg with Offset address mode (LB,STB,..)
Richard Kenner [Thu, 9 Nov 1995 16:20:56 +0000 (11:20 -0500)]
(cmphf): Addd Base Reg with Offset address mode (LB,STB,..)

(cmphf): Addd Base Reg with Offset address mode (LB,STB,..)
(movqi,movhi,movhf,addqi3,addhf3,subqi3,subhf3,mulqihi3): Likewise.
(mulhf3,divhf3,andqi3,iorqi3): Likewise.
(define_peephole): Remove the Base mode peepholes. Replace the
special addqi define_insn for "LIM Ra,sym,Rb" by a define_peephole.
(ashlqi3): Took out futile 0th alternative.
(lshrqi3, lshrhi3, ashrqi3, ahsrhi3): Correct case of non-constant
shift count.

From-SVN: r10575

28 years ago(REG_ALLOC_ORDER): Define.
Richard Kenner [Thu, 9 Nov 1995 16:04:44 +0000 (11:04 -0500)]
(REG_ALLOC_ORDER): Define.

(REGNO_OK_FOR_BASE_P): Include stack pointer in test against
reg_renumber[REGNO].
(ASM_OUTPUT_DESTRUCTOR): Remove bogus assembler comment.

From-SVN: r10574

28 years ago(expand_expr, case ARRAY_REF): Properly convert types of index, size,
Richard Kenner [Thu, 9 Nov 1995 16:01:13 +0000 (11:01 -0500)]
(expand_expr, case ARRAY_REF): Properly convert types of index, size,

and multiplication.

From-SVN: r10573

28 years ago(mov*cc_{,soft_}insn): Use match_operator to test the comparison and
Richard Kenner [Wed, 8 Nov 1995 13:59:59 +0000 (08:59 -0500)]
(mov*cc_{,soft_}insn): Use match_operator to test the comparison and
check that the condition code register is used.

From-SVN: r10572

28 years ago(ASM_OUTPUT_{CONSTRUCTOR,DESTRUCTOR}): Undef before including svr4.h.
Richard Kenner [Wed, 8 Nov 1995 13:54:25 +0000 (08:54 -0500)]
(ASM_OUTPUT_{CONSTRUCTOR,DESTRUCTOR}): Undef before including svr4.h.

From-SVN: r10571

28 years agoemove 1.131 change.
Richard Kenner [Wed, 8 Nov 1995 13:52:42 +0000 (08:52 -0500)]
emove 1.131 change.

From-SVN: r10570

28 years ago(ASM_OUTPUT_{CONSTRUCTOR,DESTRUCTOR}): Don't redefine, if already
Richard Kenner [Wed, 8 Nov 1995 13:49:28 +0000 (08:49 -0500)]
(ASM_OUTPUT_{CONSTRUCTOR,DESTRUCTOR}): Don't redefine, if already
defined.

From-SVN: r10569

28 years ago(subxf3): Properly name pattern.
Richard Kenner [Tue, 7 Nov 1995 15:57:59 +0000 (10:57 -0500)]
(subxf3): Properly name pattern.

From-SVN: r10568

28 years ago(__{C,D}TOR_LIST): For AIX...
Richard Kenner [Tue, 7 Nov 1995 15:53:03 +0000 (10:53 -0500)]
(__{C,D}TOR_LIST): For AIX...

(__{C,D}TOR_LIST): For AIX, initialize these arrays to 0,0, just like
NeXT to avoid a warning message from the AIX 4.1 linker.

From-SVN: r10567

28 years ago(cpp_lex): Correctly parse character constants.
Richard Kenner [Tue, 7 Nov 1995 14:58:29 +0000 (09:58 -0500)]
(cpp_lex): Correctly parse character constants.

From-SVN: r10566

28 years ago(ASM_OUTPUT_{DES,CONS}TRUCTOR): Define.
Richard Kenner [Tue, 7 Nov 1995 14:52:05 +0000 (09:52 -0500)]
(ASM_OUTPUT_{DES,CONS}TRUCTOR): Define.

From-SVN: r10565

28 years ago(force_to_mode): Fix typo in fix to last change.
Doug Evans [Mon, 6 Nov 1995 15:26:27 +0000 (15:26 +0000)]
(force_to_mode): Fix typo in fix to last change.

From-SVN: r10564

28 years ago(cmpxf): Don't call force_const_mem, it looses for PIC;
Richard Kenner [Sun, 5 Nov 1995 23:36:49 +0000 (18:36 -0500)]
(cmpxf): Don't call force_const_mem, it looses for PIC;

get predicates right instead.  Get rid of separate DEFINE_EXPAND.
(addxf3, subxf3, mulxf3, divxf3): Likewise.
(All XFmode patterns): Delete `F' and `G' constraints.
(absxf2): Delete spurious condition on TARGET_FPA.
(negxf2): Likewise.

From-SVN: r10563

28 years ago(emit_reload_insns): For RELOAD_OTHER output reloads, output the
Richard Kenner [Sun, 5 Nov 1995 16:23:29 +0000 (11:23 -0500)]
(emit_reload_insns): For RELOAD_OTHER output reloads, output the
reload insns in descending order of reloads.

From-SVN: r10562

28 years ago(push_reload): Delete abort for RELOAD_OTHER case added in last
Richard Kenner [Sun, 5 Nov 1995 16:22:54 +0000 (11:22 -0500)]
(push_reload): Delete abort for RELOAD_OTHER case added in last
change.

From-SVN: r10561

28 years ago(MULTILIB_OPTIONS): Add m2.
Richard Kenner [Sun, 5 Nov 1995 16:15:35 +0000 (11:15 -0500)]
(MULTILIB_OPTIONS): Add m2.

(MULTILIB_DIRNAMES): Add m2.
(MULTILIB_MATCHES): Define.

From-SVN: r10560

28 years ago(mulsidi3-1, mulsidi3, umulsidi3-1, umulsidi3): Enable.
Richard Kenner [Sun, 5 Nov 1995 16:15:04 +0000 (11:15 -0500)]
(mulsidi3-1, mulsidi3, umulsidi3-1, umulsidi3): Enable.

(smulsi3_highpart-1, smulsi3_highpart): New patterns.
(umulsi3_highpart-1, umulsi3_highpart): Likewise.
(movdi-1): Add r/x constraint.

From-SVN: r10559

28 years ago(RTX_COSTS, case MULT): Check for TARGET_SPARCLITE.
Richard Kenner [Sun, 5 Nov 1995 16:10:51 +0000 (11:10 -0500)]
(RTX_COSTS, case MULT): Check for TARGET_SPARCLITE.

From-SVN: r10558

28 years ago(malloc.h): Fix return type of {m,re}alloc.
Richard Kenner [Sun, 5 Nov 1995 16:05:35 +0000 (11:05 -0500)]
(malloc.h):  Fix return type of {m,re}alloc.

From-SVN: r10557

28 years ago(invalidate): For a pseudo register, do a loop to invalidate all table
Richard Kenner [Sun, 5 Nov 1995 16:02:07 +0000 (11:02 -0500)]
(invalidate): For a pseudo register, do a loop to invalidate all table
entries, irrespective of mode.

From-SVN: r10556

28 years ago(force_to_mode): Put in last change properl.
Richard Kenner [Sun, 5 Nov 1995 15:57:20 +0000 (10:57 -0500)]
(force_to_mode): Put in last change properl.

From-SVN: r10555

28 years ago(CONDITIONAL_REGISTER_USAGE): Make sure FP regs get disabled regardless of...
Richard Kenner [Sun, 5 Nov 1995 15:53:40 +0000 (10:53 -0500)]
(CONDITIONAL_REGISTER_USAGE): Make sure FP regs get disabled regardless of...

(CONDITIONAL_REGISTER_USAGE): Make sure FP regs get disabled
regardless of PA1.0 vs PA1.1 code generation when TARGET_SOFT_FLOAT or
TARGET_DISABLE_FPREGS is on.

From-SVN: r10554

28 years ago(movdi matchers): Rewrite.
Richard Kenner [Sun, 5 Nov 1995 15:49:36 +0000 (10:49 -0500)]
(movdi matchers): Rewrite.

(store_unaligned_di_reg): New pattern.
(movti matchers): Rewrite.
(store_unaligned_ti_reg): New pattern.

From-SVN: r10553

28 years ago(emit_move_sequence): Add a scratch register to multi-reg stores.
Richard Kenner [Sun, 5 Nov 1995 15:49:06 +0000 (10:49 -0500)]
(emit_move_sequence): Add a scratch register to multi-reg stores.

(i960_output_move_{double,quad}): New functions.
(i960_print_operand): Handle new operand types E, F.

From-SVN: r10552

28 years ago(MULTILIB_DEFAULTS): Define.
Richard Kenner [Sun, 5 Nov 1995 15:45:20 +0000 (10:45 -0500)]
(MULTILIB_DEFAULTS): Define.

From-SVN: r10551

28 years ago(CPP_SPEC): Add -EB and -EL support.
Richard Kenner [Sun, 5 Nov 1995 15:41:42 +0000 (10:41 -0500)]
(CPP_SPEC): Add -EB and -EL support.

From-SVN: r10550

28 years ago(finclude): Set current input pointer when input is not a regular
Richard Kenner [Sat, 4 Nov 1995 15:44:33 +0000 (10:44 -0500)]
(finclude): Set current input pointer when input is not a regular
file.

From-SVN: r10549

28 years ago(casesi_worker): Change constraint from = to +.
Richard Kenner [Sat, 4 Nov 1995 15:41:52 +0000 (10:41 -0500)]
(casesi_worker): Change constraint from = to +.

From-SVN: r10548

28 years ago(ASM_IDENTIFY_GCC_AFTER_SOURCE): Delete.
Richard Kenner [Sat, 4 Nov 1995 15:36:21 +0000 (10:36 -0500)]
(ASM_IDENTIFY_GCC_AFTER_SOURCE): Delete.

(ASM_IDENTIFY_GCC): Output stab here.

From-SVN: r10547

28 years agoDefine progname, required by cpplib.
Richard Kenner [Sat, 4 Nov 1995 15:32:32 +0000 (10:32 -0500)]
Define progname, required by cpplib.

From-SVN: r10546

28 years agoentered into RCS
Richard Kenner [Sat, 4 Nov 1995 15:28:12 +0000 (10:28 -0500)]
entered into RCS

From-SVN: r10545

28 years agomerge in some last minute changes from jason, for jason.
Mike Stump [Fri, 3 Nov 1995 23:01:39 +0000 (23:01 +0000)]
merge in some last minute changes from jason, for jason.

From-SVN: r10544