platform/upstream/gcc.git
30 years ago(ASM_FINISH_DECLARE_OBJECT): Emit .size only if DECLARE_ASM_NAME.
Richard Stallman [Thu, 21 Oct 1993 04:05:13 +0000 (04:05 +0000)]
(ASM_FINISH_DECLARE_OBJECT): Emit .size only if DECLARE_ASM_NAME.

From-SVN: r5855

30 years ago(fold_rtx): Alter previous change: don't fold the shift
Richard Stallman [Thu, 21 Oct 1993 02:43:58 +0000 (02:43 +0000)]
(fold_rtx): Alter previous change: don't fold the shift
if the count exceeds the width of the value inside the subreg.

(note_mem_written): (mem (scratch)) means clobber everything.

(fold_rtx): Special case handling for folding
a subreg of the result of a left shift.

From-SVN: r5854

30 years agoAllow -h*, -z*, -G for linker; map -static/-symbolic/-shared into -B switches.;Do...
Michael Meissner [Thu, 21 Oct 1993 02:42:50 +0000 (02:42 +0000)]
Allow -h*, -z*, -G for linker; map -static/-symbolic/-shared into -B switches.;Do not  put .size out for ROSE

From-SVN: r5853

30 years ago(call): Don't use CROR or NOP; just use "%.".
Richard Kenner [Thu, 21 Oct 1993 02:00:18 +0000 (22:00 -0400)]
(call): Don't use CROR or NOP; just use "%.".

From-SVN: r5852

30 years ago(print_operand, case '.'): Use RS6000_CALL_GLUE instead of RS6000_CROR_BIT_NUMBER.
Richard Kenner [Thu, 21 Oct 1993 01:59:50 +0000 (21:59 -0400)]
(print_operand, case '.'): Use RS6000_CALL_GLUE instead of RS6000_CROR_BIT_NUMBER.

(print_operand, case '.'): Use RS6000_CALL_GLUE instead of
RS6000_CROR_BIT_NUMBER.
(print_operand, case 'E', case 0): Use "return", not "break".

From-SVN: r5851

30 years ago(RS6000_CROR_BIT_NUMBER): Deleted.
Richard Kenner [Thu, 21 Oct 1993 01:59:13 +0000 (21:59 -0400)]
(RS6000_CROR_BIT_NUMBER): Deleted.

(RS6000_CALL_GLUE): New macro.

From-SVN: r5850

30 years ago(check_format_info): Consider "char", "signed char", and "unsigned
Richard Kenner [Thu, 21 Oct 1993 01:44:35 +0000 (21:44 -0400)]
(check_format_info): Consider "char", "signed char", and "unsigned
char" types as equivalent.

From-SVN: r5849

30 years agoSimplify and fix handling of errno.h.
Richard Stallman [Thu, 21 Oct 1993 01:07:39 +0000 (01:07 +0000)]
Simplify and fix handling of errno.h.

Now it no longer thinks errno.h always needs fixing.
(write_lbrac, write_rbrac):  Only write
extern "C" if that specifically is needed.

From-SVN: r5848

30 years ago($(srcdir)/INSTALL): Add --no-split.
Richard Stallman [Thu, 21 Oct 1993 00:33:12 +0000 (00:33 +0000)]
($(srcdir)/INSTALL): Add --no-split.

From-SVN: r5847

30 years ago(LIB_SPEC): Link -lprof1 when profiling.
Richard Kenner [Wed, 20 Oct 1993 23:35:28 +0000 (19:35 -0400)]
(LIB_SPEC): Link -lprof1 when profiling.

From-SVN: r5846

30 years ago*** empty log message ***
Richard Kenner [Wed, 20 Oct 1993 23:34:41 +0000 (19:34 -0400)]
*** empty log message ***

From-SVN: r5845

30 years ago(output_init_element): When initializing a union,
Richard Stallman [Wed, 20 Oct 1993 23:24:47 +0000 (23:24 +0000)]
(output_init_element): When initializing a union,

do it right away: never put the field on the pending list.

From-SVN: r5844

30 years ago(sys_errlist): Conditionalize declaration for BSD 4.4.
Jim Wilson [Wed, 20 Oct 1993 23:20:09 +0000 (16:20 -0700)]
(sys_errlist): Conditionalize declaration for BSD 4.4.

From-SVN: r5843

30 years ago(main): Delete output file before opening it.
Richard Stallman [Wed, 20 Oct 1993 22:28:08 +0000 (22:28 +0000)]
(main): Delete output file before opening it.

Discard directory names from progname.

From-SVN: r5842

30 years ago(flush): Add pattern.
Richard Stallman [Wed, 20 Oct 1993 22:23:06 +0000 (22:23 +0000)]
(flush): Add pattern.

From-SVN: r5841

30 years ago(INITIALIZE_TRAMPOLINE): Emit 3 flush instrutions.
Richard Stallman [Wed, 20 Oct 1993 22:22:43 +0000 (22:22 +0000)]
(INITIALIZE_TRAMPOLINE): Emit 3 flush instrutions.

From-SVN: r5840

30 years ago(ASM_DECLARE_OBJECT_NAME): Set size_directive_output.
Richard Stallman [Wed, 20 Oct 1993 22:19:55 +0000 (22:19 +0000)]
(ASM_DECLARE_OBJECT_NAME): Set size_directive_output.

(ASM_FINISH_DECLARE_OBJECT): Defined.

From-SVN: r5839

30 years ago(TRAMPOLINE_TEMPLATE): Rewrite.
Torbjorn Granlund [Wed, 20 Oct 1993 22:10:38 +0000 (22:10 +0000)]
(TRAMPOLINE_TEMPLATE): Rewrite.

(TRAMPOLINE_SIZE): Update with new size.
(INITIALIZE_TRAMPOLINE): Rewrite.

From-SVN: r5838

30 years ago(cacheflush): Split into dcacheflush and icacheflush.
Torbjorn Granlund [Wed, 20 Oct 1993 22:10:08 +0000 (22:10 +0000)]
(cacheflush): Split into dcacheflush and icacheflush.

Rewrite to use space regs correctly.

From-SVN: r5837

30 years ago(output_constructor): Add support for non-zero lower array bound.
Richard Kenner [Wed, 20 Oct 1993 21:58:21 +0000 (17:58 -0400)]
(output_constructor): Add support for non-zero lower array bound.

From-SVN: r5836

30 years ago(store_constructor): Handle non-zero array lower bound.
Richard Kenner [Wed, 20 Oct 1993 21:39:45 +0000 (17:39 -0400)]
(store_constructor):  Handle non-zero array lower bound.

From-SVN: r5835

30 years ago(inf_size): Move decl inside main.
Richard Stallman [Wed, 20 Oct 1993 21:33:01 +0000 (21:33 +0000)]
(inf_size):  Move decl inside main.

(strdup):  Use xmalloc rathern than malloc.
Don't use the return value of strcpy.
(INF_UNGET):  Take parameter;  do nothing if EOF.
(strcpy): Declaration deleted.

From-SVN: r5834

30 years ago(rest_of_decl_compilation): Use ASM_FINISH_DECLARE_OBJECT
Richard Stallman [Wed, 20 Oct 1993 21:15:44 +0000 (21:15 +0000)]
(rest_of_decl_compilation): Use ASM_FINISH_DECLARE_OBJECT
unconditionally, but define it as no-op by default.

From-SVN: r5833

30 years ago(MAX_LONG_TYPE_SIZE): Defined.
Richard Stallman [Wed, 20 Oct 1993 20:56:19 +0000 (20:56 +0000)]
(MAX_LONG_TYPE_SIZE): Defined.

From-SVN: r5832

30 years ago(HAVE_VPRINTF): Define for BSD 4.4.
Richard Stallman [Wed, 20 Oct 1993 20:07:06 +0000 (20:07 +0000)]
(HAVE_VPRINTF): Define for BSD 4.4.

From-SVN: r5831

30 years ago(mips_output_filename): When emitting stabs, don't disable them if using gas.
Richard Stallman [Wed, 20 Oct 1993 20:06:25 +0000 (20:06 +0000)]
(mips_output_filename): When emitting stabs, don't disable them if using gas.

(mips_output_lineno): Likewise.

From-SVN: r5830

30 years ago(ASM_DECLARE_OBJECT_NAME): Set size_directive_output.
Richard Stallman [Wed, 20 Oct 1993 19:51:40 +0000 (19:51 +0000)]
(ASM_DECLARE_OBJECT_NAME): Set size_directive_output.

(ASM_FINISH_DECLARE_OBJECT): Defined.

From-SVN: r5829

30 years ago(rest_of_decl_compilation): Use ASM_FINISH_DECLARE_OBJECT.
Richard Stallman [Wed, 20 Oct 1993 19:51:14 +0000 (19:51 +0000)]
(rest_of_decl_compilation): Use ASM_FINISH_DECLARE_OBJECT.

From-SVN: r5828

30 years ago(size_directive_output): New variable.
Richard Stallman [Wed, 20 Oct 1993 19:50:31 +0000 (19:50 +0000)]
(size_directive_output): New variable.

From-SVN: r5827

30 years ago(find_and_verify_loops): Properly continue loop after moving a block
Richard Kenner [Wed, 20 Oct 1993 11:56:55 +0000 (07:56 -0400)]
(find_and_verify_loops): Properly continue loop after moving a block
of code near a loop exit.

From-SVN: r5826

30 years ago(stmp-fixproto): Depend on stmp-headers, not LIBGCC2_DEPS.
Richard Stallman [Wed, 20 Oct 1993 06:05:22 +0000 (06:05 +0000)]
(stmp-fixproto): Depend on stmp-headers, not LIBGCC2_DEPS.

From-SVN: r5825

30 years ago(extraclean): Delete file djefoo.
Richard Stallman [Wed, 20 Oct 1993 06:02:01 +0000 (06:02 +0000)]
(extraclean): Delete file djefoo.

From-SVN: r5824

30 years ago(LONG_DOUBLE_TYPE_SIZE): Define as 64 bits
Richard Stallman [Wed, 20 Oct 1993 05:10:13 +0000 (05:10 +0000)]
(LONG_DOUBLE_TYPE_SIZE): Define as 64 bits
due to FP emulator bugs in the target kernel.

From-SVN: r5823

30 years agoFix previous change.
Richard Stallman [Wed, 20 Oct 1993 05:09:41 +0000 (05:09 +0000)]
Fix previous change.

From-SVN: r5822

30 years ago(LONG_DOUBLE_TYPE_SIZE): Define as 64 bits
Richard Stallman [Wed, 20 Oct 1993 05:05:30 +0000 (05:05 +0000)]
(LONG_DOUBLE_TYPE_SIZE): Define as 64 bits
due to FP emulator bugs in the target kernel.

From-SVN: r5821

30 years ago(reload): Cope when inherited register is larger than one word.
Richard Stallman [Wed, 20 Oct 1993 04:08:47 +0000 (04:08 +0000)]
(reload): Cope when inherited register is larger than one word.

(choose_reload_regs): Ditto.

From-SVN: r5820

30 years ago(assign_parms): Properly set parm_reg_stack_loc for args that are a CONCAT.
Richard Stallman [Wed, 20 Oct 1993 03:43:31 +0000 (03:43 +0000)]
(assign_parms): Properly set parm_reg_stack_loc for args that are a CONCAT.

From-SVN: r5819

30 years ago(digest_init): For arrays, use comptypes to compare
Richard Stallman [Wed, 20 Oct 1993 03:29:25 +0000 (03:29 +0000)]
(digest_init): For arrays, use comptypes to compare
types instead of comparing pointers.

From-SVN: r5818

30 years ago(movdi): Force use of "o" alternative if operand 1 is a MEM.
Richard Kenner [Wed, 20 Oct 1993 00:05:55 +0000 (20:05 -0400)]
(movdi): Force use of "o" alternative if operand 1 is a MEM.

From-SVN: r5817

30 years ago(immed_double_const): Clarify tombstone comment.
Richard Kenner [Tue, 19 Oct 1993 23:40:24 +0000 (19:40 -0400)]
(immed_double_const): Clarify tombstone comment.

From-SVN: r5816

30 years ago(HAVE_ATEXIT): New macro.
Richard Kenner [Tue, 19 Oct 1993 23:25:31 +0000 (19:25 -0400)]
(HAVE_ATEXIT): New macro.

From-SVN: r5815

30 years ago(push_reload, find_reloads): If an operand is a SUBREG of a PLUS,
Richard Kenner [Tue, 19 Oct 1993 23:20:04 +0000 (19:20 -0400)]
(push_reload, find_reloads): If an operand is a SUBREG of a PLUS,

force a reload and reload what is inside.

From-SVN: r5814

30 years ago(define_function_unit): Add support for RIOS2 asymmetric integer
Richard Kenner [Tue, 19 Oct 1993 22:09:04 +0000 (18:09 -0400)]
(define_function_unit): Add support for RIOS2 asymmetric integer
units.

From-SVN: r5813

30 years ago(print_int_cst_octal): Fix bug in last change.
Richard Kenner [Tue, 19 Oct 1993 21:48:29 +0000 (17:48 -0400)]
(print_int_cst_octal): Fix bug in last change.

From-SVN: r5812

30 years ago(HOST_FLOAT_WORDS_BIG_ENDIAN): Define to 1.
Richard Kenner [Tue, 19 Oct 1993 21:42:04 +0000 (17:42 -0400)]
(HOST_FLOAT_WORDS_BIG_ENDIAN): Define to 1.

From-SVN: r5811

30 years ago(reload_outhi): New pattern.
Richard Kenner [Tue, 19 Oct 1993 21:41:32 +0000 (17:41 -0400)]
(reload_outhi): New pattern.

(movhi): Handle reloads better.
(restorehi): Delete.  Also tidy up commented out code.
(call): Make this a define_expand.
(matcher for above): only accept MEM(reg)
(call_value): Handle as for (call).

From-SVN: r5810

30 years agoAdd function definitions for shift_instr,
Richard Kenner [Tue, 19 Oct 1993 21:40:59 +0000 (17:40 -0400)]
Add function definitions for shift_instr,

output_mov_long_double_fpu_from_arm,
output_mov_long_double_arm_from_fpu, and
output_mov_long_double_arm_from_arm.
(FLOAT_WORDS_BIG_ENDIAN): Define to 1.
(SECONDARY_OUTPUT_RELOAD_CLASS): return GENERAL_REGS for HImode outputs.
(ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): output
floating point constants as hex, make order correct given definition
of FLOAT_WORDS_BIG_ENDIAN.
(PRINT_OPERAND): Delete redundant code when handling CONST_DOUBLE.

From-SVN: r5809

30 years agoInclude reload.h
Richard Kenner [Tue, 19 Oct 1993 21:40:00 +0000 (17:40 -0400)]
Include reload.h

Include reload.h
(arm_reload_out_hi): New function.
(output_call): Don't look inside operands[0].

From-SVN: r5808

30 years ago(crtbegin.o, crtend.o): Specify -fno-inline-functions.
Richard Stallman [Tue, 19 Oct 1993 14:37:24 +0000 (14:37 +0000)]
(crtbegin.o, crtend.o): Specify -fno-inline-functions.

From-SVN: r5807

30 years ago(stmp-fixproto): Depend on LIBGCC2_DEPS.
Richard Stallman [Tue, 19 Oct 1993 05:25:49 +0000 (05:25 +0000)]
(stmp-fixproto): Depend on LIBGCC2_DEPS.

From-SVN: r5806

30 years agoInitial revision
Richard Stallman [Tue, 19 Oct 1993 05:11:53 +0000 (05:11 +0000)]
Initial revision

From-SVN: r5805

30 years ago* config/mips/mips.c (mips_asm_file_start): Handle ABICALLS_ASM_OP.
Richard Stallman [Tue, 19 Oct 1993 05:11:35 +0000 (05:11 +0000)]
* config/mips/mips.c (mips_asm_file_start): Handle ABICALLS_ASM_OP.

From-SVN: r5804

30 years ago(volatile_insn_p): New function.
Richard Stallman [Tue, 19 Oct 1993 04:42:55 +0000 (04:42 +0000)]
(volatile_insn_p): New function.

From-SVN: r5803

30 years ago(can_combine_p): Don't combine instructions across a volatile insn.
Richard Stallman [Tue, 19 Oct 1993 04:42:27 +0000 (04:42 +0000)]
(can_combine_p): Don't combine instructions across a volatile insn.

From-SVN: r5802

30 years agoRecognize powerpc.
Richard Stallman [Tue, 19 Oct 1993 03:26:37 +0000 (03:26 +0000)]
Recognize powerpc.

From-SVN: r5801

30 years ago(finish_decl): After preserve_initializer call, set
Richard Stallman [Tue, 19 Oct 1993 03:19:18 +0000 (03:19 +0000)]
(finish_decl): After preserve_initializer call, set
TREE_PERMANENT bit in initializer.

From-SVN: r5800

30 years ago(stmp-fixproto): Added dependency on fixproto script.
Richard Stallman [Tue, 19 Oct 1993 03:11:16 +0000 (03:11 +0000)]
(stmp-fixproto):  Added dependency on fixproto script.

From-SVN: r5799

30 years ago(process_init_element): Align structure elements that are subaggregates.
Richard Stallman [Tue, 19 Oct 1993 03:06:44 +0000 (03:06 +0000)]
(process_init_element): Align structure elements that are subaggregates.

From-SVN: r5798

30 years ago(invert_truthvalue): Handle SAVE_EXPR.
Richard Stallman [Tue, 19 Oct 1993 02:50:50 +0000 (02:50 +0000)]
(invert_truthvalue): Handle SAVE_EXPR.

From-SVN: r5797

30 years agoInclude ctype.h.
Richard Stallman [Mon, 18 Oct 1993 22:57:02 +0000 (22:57 +0000)]
Include ctype.h.

From-SVN: r5796

30 years ago(digest_init): If traditional, allow unbraced scalar
Richard Stallman [Mon, 18 Oct 1993 22:30:29 +0000 (22:30 +0000)]
(digest_init): If traditional, allow unbraced scalar
to initialize the first element of an aggregate.

From-SVN: r5795

30 years ago(extract_split_bit_field): Change shift count calculation
Richard Stallman [Mon, 18 Oct 1993 20:17:08 +0000 (20:17 +0000)]
(extract_split_bit_field): Change shift count calculation
in little-endian case.

From-SVN: r5794

30 years agopa.md (indexing loads and stores): Provide variants which avoid reload problems with...
Jeff Law [Mon, 18 Oct 1993 01:40:57 +0000 (19:40 -0600)]
pa.md (indexing loads and stores): Provide variants which avoid reload problems with shift-add operations.

* pa.md (indexing loads and stores): Provide variants which avoid
reload problems with shift-add operations.

From-SVN: r5793

30 years agoreload1.c (eliminate_regs_in_insn): Rerecognize some loads and stores.
Jeff Law [Mon, 18 Oct 1993 01:40:26 +0000 (19:40 -0600)]
reload1.c (eliminate_regs_in_insn): Rerecognize some loads and stores.

* reload1.c (eliminate_regs_in_insn): Rerecognize some loads and
stores.

From-SVN: r5792

30 years ago* pa.h (READONLY_DATA_SECTION): Disable.
Jeff Law [Mon, 18 Oct 1993 01:37:34 +0000 (19:37 -0600)]
* pa.h (READONLY_DATA_SECTION): Disable.

From-SVN: r5791

30 years ago(DBX_CONTIN_LENGTH): Set to 4000.
Richard Kenner [Thu, 14 Oct 1993 11:46:04 +0000 (07:46 -0400)]
(DBX_CONTIN_LENGTH): Set to 4000.

From-SVN: r5790

30 years ago(do_jump_for_compare): Don't blow up if aren't any insns in this
Richard Kenner [Thu, 14 Oct 1993 04:34:07 +0000 (00:34 -0400)]
(do_jump_for_compare): Don't blow up if aren't any insns in this
sequence yet.

From-SVN: r5789

30 years ago(LINK_SPEC): Now OK to pass -O3 to linker.
Richard Kenner [Thu, 14 Oct 1993 04:05:32 +0000 (00:05 -0400)]
(LINK_SPEC): Now OK to pass -O3 to linker.

(ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Work around bug in DEC
assembler.

From-SVN: r5788

30 years agoFix typo: had "xubfic" instead of "subfic".
Richard Kenner [Thu, 14 Oct 1993 01:51:33 +0000 (21:51 -0400)]
Fix typo: had "xubfic" instead of "subfic".

From-SVN: r5787

30 years agoRemove erroneous parens from Alpha OSF/1 <sym.h>.
Richard Kenner [Thu, 14 Oct 1993 01:47:52 +0000 (21:47 -0400)]
Remove erroneous parens from Alpha OSF/1 <sym.h>.

From-SVN: r5786

30 years ago(_VA_LIST_): Define.
Richard Kenner [Wed, 13 Oct 1993 22:24:50 +0000 (18:24 -0400)]
(_VA_LIST_): Define.

From-SVN: r5785

30 years ago(ignore_line_number): No longer used.
Richard Kenner [Wed, 13 Oct 1993 22:01:36 +0000 (18:01 -0400)]
(ignore_line_number): No longer used.

From-SVN: r5784

30 years ago(print_global_hdr): Fix typo in cast in ctime call.
Richard Kenner [Wed, 13 Oct 1993 21:57:52 +0000 (17:57 -0400)]
(print_global_hdr): Fix typo in cast in ctime call.

From-SVN: r5783

30 years ago(main): Don't catch SIGPIPE if no such signal.
Richard Kenner [Wed, 13 Oct 1993 21:55:46 +0000 (17:55 -0400)]
(main): Don't catch SIGPIPE if no such signal.

From-SVN: r5782

30 years ago(output_line_command): Output the `4' flag only if cplusplus.
Richard Stallman [Wed, 13 Oct 1993 21:52:31 +0000 (21:52 +0000)]
(output_line_command): Output the `4' flag only if cplusplus.

(do_line): Handle the `4' flag.

From-SVN: r5781

30 years ago(CPP_PREDEFINES): Don't define _CROSS_TARGET_ARCH.
Richard Stallman [Wed, 13 Oct 1993 21:25:26 +0000 (21:25 +0000)]
(CPP_PREDEFINES): Don't define _CROSS_TARGET_ARCH.

From-SVN: r5780

30 years ago(initdcl, notype_initdcl): Call decl_attributes
Richard Stallman [Wed, 13 Oct 1993 20:40:41 +0000 (20:40 +0000)]
(initdcl, notype_initdcl): Call decl_attributes
before init as well as after.

From-SVN: r5779

30 years ago(install-collect2): Depend on install-dir.
Richard Stallman [Wed, 13 Oct 1993 20:10:01 +0000 (20:10 +0000)]
(install-collect2): Depend on install-dir.

(install-info, install-float-h-cross): Likewise.

From-SVN: r5778

30 years ago(FRAME_POINTER_REQUIRED): Require a frame pointer if fn calls setjmp.
Richard Stallman [Wed, 13 Oct 1993 19:59:57 +0000 (19:59 +0000)]
(FRAME_POINTER_REQUIRED): Require a frame pointer if fn calls setjmp.

From-SVN: r5777

30 years ago(FLOAT_WORDS_BIG_ENDIAN...
Richard Kenner [Wed, 13 Oct 1993 19:50:49 +0000 (15:50 -0400)]
(FLOAT_WORDS_BIG_ENDIAN...

(FLOAT_WORDS_BIG_ENDIAN, HOST_FLOAT_WORDS_BIG_ENDIAN): Use everywhere
in place of WORDS_BIG_ENDIAN, HOST_WORDS_BIG_ENDIAN, except in
reference to endian-ness of integers.
(etrunci, etruncui, efixi, efixui, ereal_from_int, ereal_to_int, ltoe,
ultoe, eifrac, euifrac): Change `long' to `HOST_WIDE_INT'.

From-SVN: r5776

30 years ago(FLOAT_WORDS_BIG_ENDIAN): New macro.
Richard Kenner [Wed, 13 Oct 1993 19:49:13 +0000 (15:49 -0400)]
(FLOAT_WORDS_BIG_ENDIAN): New macro.

(HOST_FLOAT_WORDS_BIG_ENDIAN): Likewise, for host.
(REAL_VALUE_TO_TARGET_DOUBLE (default version)): Use them.
(efixi, efixui): Return HOST_WIDE_INT.
(REAL_VALUE_FROM_INT): Cast inputs to HOST_WIDE_INT.

From-SVN: r5775

30 years ago(jump_optimize): When moving a range of instructions,
Jim Wilson [Wed, 13 Oct 1993 19:26:39 +0000 (12:26 -0700)]
(jump_optimize): When moving a range of instructions,

include all NOTEs before the range, not just line number notes.

From-SVN: r5774

30 years ago(optimize_bit_field_compare, decode_field_reference): Don't do
Richard Kenner [Wed, 13 Oct 1993 19:14:21 +0000 (15:14 -0400)]
(optimize_bit_field_compare, decode_field_reference): Don't do
anything if get_inner_reference returned its argument.

From-SVN: r5773

30 years agoinclude <sys/types.h> before <sys/stat.h>.
Per Bothner [Wed, 13 Oct 1993 18:02:41 +0000 (11:02 -0700)]
include <sys/types.h> before <sys/stat.h>.

From-SVN: r5772

30 years agoAvoid defining NULL; can cause duplicate definition errors.
Richard Kenner [Wed, 13 Oct 1993 15:57:23 +0000 (11:57 -0400)]
Avoid defining NULL; can cause duplicate definition errors.

From-SVN: r5771

30 years agoDefine ASM_OUTPUT_ADDR_DIFF_ELT; save some cycles in profiling.
Michael Meissner [Wed, 13 Oct 1993 14:57:48 +0000 (14:57 +0000)]
Define ASM_OUTPUT_ADDR_DIFF_ELT; save some cycles in profiling.

From-SVN: r5770

30 years ago(record_jump_cond): At end, make missing equivalences
Richard Stallman [Wed, 13 Oct 1993 04:03:24 +0000 (04:03 +0000)]
(record_jump_cond): At end, make missing equivalences
first, and then merge them.

From-SVN: r5769

30 years agoFix typo.
Doug Evans [Wed, 13 Oct 1993 01:30:08 +0000 (01:30 +0000)]
Fix typo.

From-SVN: r5768

30 years agoInclude stdio.h after gvarargs.h.
Richard Stallman [Wed, 13 Oct 1993 00:20:47 +0000 (00:20 +0000)]
Include stdio.h after gvarargs.h.

From-SVN: r5767

30 years agoInclude stdio.h last.
Richard Stallman [Wed, 13 Oct 1993 00:20:31 +0000 (00:20 +0000)]
Include stdio.h last.

From-SVN: r5766

30 years agoRe-write to be a subroutines of patch-header.
Per Bothner [Tue, 12 Oct 1993 23:01:18 +0000 (16:01 -0700)]
Re-write to be a subroutines of patch-header.

From-SVN: r5765

30 years agoscan-decls is no longer a function. Other fixes. See ChangeLog.
Per Bothner [Tue, 12 Oct 1993 22:58:40 +0000 (15:58 -0700)]
scan-decls is no longer a function.  Other fixes.  See ChangeLog.

From-SVN: r5764

30 years agoRe-write , to use scan_decls as a sub-routine.
Per Bothner [Tue, 12 Oct 1993 22:58:40 +0000 (15:58 -0700)]
Re-write , to use scan_decls as a sub-routine.

From-SVN: r5763

30 years agoRe-write. New logic, assuming implicit extern "C" from cpp.
Per Bothner [Tue, 12 Oct 1993 22:58:40 +0000 (15:58 -0700)]
Re-write.  New logic, assuming implicit extern "C" from cpp.

From-SVN: r5762

30 years agoDon't check for sigset_t.
Per Bothner [Tue, 12 Oct 1993 22:58:40 +0000 (15:58 -0700)]
Don't check for sigset_t.

From-SVN: r5761

30 years ago(TARGET_SWITCHES): Add gas option.
Richard Kenner [Tue, 12 Oct 1993 22:36:25 +0000 (18:36 -0400)]
(TARGET_SWITCHES): Add gas option.

(ASM_DECLARE_FUNCTION_NAME): Moved output of .ent directive to output_prolog.
(DBX_NO_XREFS): Removed, gdb understands cross references and the native
debugger can't handle embedded stabs.
(ASM_FILE_START): Replace output of .file directive by
ASM_OUTPUT_SOURCE_FILENAME call.
(TARGET_GAS, MASK_GAS, SDB_DEBUGGING_INFO, DBX_DEBUGGING_INFO,
MIPS_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE, DEBUGGER_AUTO_OFFSET,
DEBUGGER_ARG_OFFSET, ASM_OUTPUT_SOURCE_LINE,
ASM_OUTPUT_SOURCE_FILENAME, DEFAULT_GDB_EXTENSIONS, ASM_STABS_OP,
ASM_STABN_OP, ASM_STABD_OP, SDB_ALLOW_FORWARD_REFERENCES,
SDB_ALLOW_UNKNOWN_REFERENCES, PUT_SDB_DEF, PUT_SDB_PLAIN_DEF,
PUT_SDB_TYPE, PUT_SDB_BLOCK_START, PUT_SDB_BLOCK_END,
PUT_SDB_FUNCTION_START, PUT_SDB_FUNCTION_END, PUT_SDB_EPILOGUE_END,
ASM_FINAL_SPEC, CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB,
MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE): New macros.

From-SVN: r5760

30 years ago(output_prolog): Put out file and line number if sdb debugging format...
Richard Kenner [Tue, 12 Oct 1993 22:35:07 +0000 (18:35 -0400)]
(output_prolog): Put out file and line number if sdb debugging format...

(output_prolog): Put out file and line number if sdb debugging format, put out
.ent directive, signal start of function for alpha_output_filename and set updebugging auto/arg offsets.
(output_epilog): Signal end of function for alpha_output_filename.
(alpha_output_filename, alpha_output_lineno): New functions.

From-SVN: r5759

30 years ago(add_local_symbol): Index in the external symbol must point to local
Richard Kenner [Tue, 12 Oct 1993 22:34:13 +0000 (18:34 -0400)]
(add_local_symbol): Index in the external symbol must point to local
symbol table entry for procedures.

From-SVN: r5758

30 years ago(SETUP_INCOMING_VARARGS): If not TARGET_FPREGS...
Richard Kenner [Tue, 12 Oct 1993 21:24:55 +0000 (17:24 -0400)]
(SETUP_INCOMING_VARARGS): If not TARGET_FPREGS...

(SETUP_INCOMING_VARARGS): If not TARGET_FPREGS, save another copy of
the integer regs where the FP regs would have gone.

From-SVN: r5757

30 years ago(KNOWN_TYPE_TAG, SET_KNOWN_TYPE_TAG): Refer to TYPE_SYMTAB_POINTER and remove casts.
Richard Kenner [Tue, 12 Oct 1993 21:06:37 +0000 (17:06 -0400)]
(KNOWN_TYPE_TAG, SET_KNOWN_TYPE_TAG): Refer to TYPE_SYMTAB_POINTER and remove casts.

(KNOWN_TYPE_TAG, SET_KNOWN_TYPE_TAG): Refer to TYPE_SYMTAB_POINTER and remove
casts.
(tag_of_ru_type): Likewise.

From-SVN: r5756