]> gcc.gnu.org Git - gcc.git/log
gcc.git
29 years ago(decode_field_reference): Don't check TREE_CODE of EXP; let get_inner_reference decid...
Richard Kenner [Wed, 1 Mar 1995 11:48:17 +0000 (06:48 -0500)]
(decode_field_reference): Don't check TREE_CODE of EXP; let get_inner_reference decide if have reference.

(decode_field_reference): Don't check TREE_CODE of EXP; let
get_inner_reference decide if have reference.
Allow no bit reference if have AND_MASK.
(all_ones_mask_p): Use tree_int_cst_equal, not operand_equal_p.
(unextend): New function.
(fold_truthop): For constant cases, use new function, rework
conversion, and warn if comparison can never be true.

From-SVN: r9099

29 years ago(store_expr): Do conversion in two steps for promoted lhs.
Richard Kenner [Wed, 1 Mar 1995 11:39:01 +0000 (06:39 -0500)]
(store_expr): Do conversion in two steps for promoted lhs.

From-SVN: r9098

29 years ago* tree.c (staticp): Use FUNCTION_NEEDS_STATIC_CHAIN.
Per Bothner [Tue, 28 Feb 1995 23:06:49 +0000 (15:06 -0800)]
* tree.c (staticp):  Use FUNCTION_NEEDS_STATIC_CHAIN.

From-SVN: r9097

29 years agofunction.c (lookup_static_chain): Check for a static chain using FUNCTION_NEEDS_STATI...
Per Bothner [Tue, 28 Feb 1995 23:06:03 +0000 (15:06 -0800)]
function.c (lookup_static_chain): Check for a static chain using FUNCTION_NEEDS_STATIC_CHAIN.

* function.c (lookup_static_chain):  Check for a static chain
using FUNCTION_NEEDS_STATIC_CHAIN.
(init_function_start):  Set current_function_needs_context depending
on FUNCTION_NEEDS_STATIC_CHAIN rather than decl_function_context.

From-SVN: r9096

29 years agoexpr.c (expand_expr): If non-local variable is expanded...
Per Bothner [Tue, 28 Feb 1995 23:05:01 +0000 (15:05 -0800)]
expr.c (expand_expr): If non-local variable is expanded...

* expr.c (expand_expr):  If non-local variable is expanded,
set FUNCTION_NEEDS_STATIC_CHAIN (current_function_decl).
* expr.c (expand_expr case ADDR_EXPR):  Check for trampoline
using FUNCTION_NEEDS_STATIC_CHAIN, instead of decl_function_context.

From-SVN: r9095

29 years agoMore soft-float/powerpc patches.
Michael Meissner [Tue, 28 Feb 1995 22:16:31 +0000 (22:16 +0000)]
More soft-float/powerpc patches.

From-SVN: r9094

29 years agoCorrectly reload r30 if -mrelocatable
Michael Meissner [Tue, 28 Feb 1995 21:39:57 +0000 (21:39 +0000)]
Correctly reload r30 if -mrelocatable

From-SVN: r9093

29 years ago(rest_of_compilation): Defer output of static inlines
Doug Evans [Tue, 28 Feb 1995 19:46:31 +0000 (19:46 +0000)]
(rest_of_compilation): Defer output of static inlines
even if not optimizing, they may never be referenced.

From-SVN: r9092

29 years ago(do_include): Check for redundant file before opening in relative path case.
Doug Evans [Mon, 27 Feb 1995 22:06:25 +0000 (22:06 +0000)]
(do_include): Check for redundant file before opening in relative path case.

(do_include): Check for redundant file before opening in
relative path case.  Don't call fstat unnecessarily.

From-SVN: r9091

29 years ago(muldi3_internal): Change dmul to dmult.
Jim Wilson [Mon, 27 Feb 1995 19:33:18 +0000 (11:33 -0800)]
(muldi3_internal): Change dmul to dmult.

From-SVN: r9090

29 years agopa.c (hppa_expand_prologue): Don't save the PIC register into the stack for functions...
Jeff Law [Mon, 27 Feb 1995 07:30:31 +0000 (00:30 -0700)]
pa.c (hppa_expand_prologue): Don't save the PIC register into the stack for functions which have no stack of...

        * pa.c (hppa_expand_prologue): Don't save the PIC register into
        the stack for functions which have no stack of their own.

From-SVN: r9089

29 years ago(ASM_SPEC): Macro removed.
Roland McGrath [Mon, 27 Feb 1995 05:43:24 +0000 (05:43 +0000)]
(ASM_SPEC): Macro removed.

From-SVN: r9088

29 years ago(find_reloads_address): Fix typo in reg+const case.
Doug Evans [Mon, 27 Feb 1995 01:21:28 +0000 (01:21 +0000)]
(find_reloads_address): Fix typo in reg+const case.

From-SVN: r9087

29 years ago(Makefile): Delete config.run afterwards.
Doug Evans [Sat, 25 Feb 1995 15:18:34 +0000 (15:18 +0000)]
(Makefile): Delete config.run afterwards.

(disclean): Delete config.run.

From-SVN: r9086

29 years ago(print_search_dirs): New variable.
Doug Evans [Sat, 25 Feb 1995 15:16:38 +0000 (15:16 +0000)]
(print_search_dirs): New variable.

(build_search_list): New function.
(putenv_from_prefixes): Call it.
(option_map): New option --print-search-dirs.
(process_command): Handle it.
(main): Print installation directory and exec/startfile_prefixes if
--print-search-dirs given.

From-SVN: r9085

29 years ago(mips_fill_delay_slot): Fix typo in call to FP_REG_P.
Richard Kenner [Sat, 25 Feb 1995 13:42:37 +0000 (08:42 -0500)]
(mips_fill_delay_slot): Fix typo in call to FP_REG_P.

From-SVN: r9084

29 years ago(ASM_SPEC): Pass -pg to assembler.
Richard Kenner [Sat, 25 Feb 1995 13:36:33 +0000 (08:36 -0500)]
(ASM_SPEC): Pass -pg to assembler.

(FUNCTION_PROFILER): Do nothing; the assembler does it for us.

From-SVN: r9083

29 years ago(RTX_COSTS): Add cost of FFS.
Richard Kenner [Sat, 25 Feb 1995 13:07:46 +0000 (08:07 -0500)]
(RTX_COSTS): Add cost of FFS.

From-SVN: r9082

29 years ago(simplify_unary_operation): If operand mode is VOIDmode for
Richard Kenner [Sat, 25 Feb 1995 11:55:11 +0000 (06:55 -0500)]
(simplify_unary_operation): If operand mode is VOIDmode for
UNSIGNED_FLOAT and operand looks negative, can't simplify.

From-SVN: r9081

29 years agoRemove unneeded tests on HOST_BITS_PER_INT from some extra conditions.
Richard Kenner [Sat, 25 Feb 1995 11:52:06 +0000 (06:52 -0500)]
Remove unneeded tests on HOST_BITS_PER_INT from some extra conditions.

Use low_32_bit_operand for (plus:DI (zero_extend:DI ..) ..) cases.

From-SVN: r9080

29 years ago(PREDICATE_CODES): Add low_32_bit_operand.
Richard Kenner [Sat, 25 Feb 1995 11:51:41 +0000 (06:51 -0500)]
(PREDICATE_CODES): Add low_32_bit_operand.

From-SVN: r9079

29 years ago(low_32_bit_operand): New function.
Richard Kenner [Sat, 25 Feb 1995 11:51:17 +0000 (06:51 -0500)]
(low_32_bit_operand): New function.

From-SVN: r9078

29 years ago(POSIX): Define this macro.
Roland McGrath [Sat, 25 Feb 1995 06:41:27 +0000 (06:41 +0000)]
(POSIX): Define this macro.

From-SVN: r9077

29 years ago(GNU_CPP_PREDEFINES): Add missing backslash.
Roland McGrath [Sat, 25 Feb 1995 05:49:23 +0000 (05:49 +0000)]
(GNU_CPP_PREDEFINES): Add missing backslash.

From-SVN: r9076

29 years ago(relax_delay_slots): When searching for next CODE_LABEL,
Jim Wilson [Sat, 25 Feb 1995 02:40:03 +0000 (18:40 -0800)]
(relax_delay_slots): When searching for next CODE_LABEL,

use next_real_insn not next_active_insn.

From-SVN: r9075

29 years ago(va_end): Expand to a void expression instead of nothing.
Jim Wilson [Sat, 25 Feb 1995 02:35:35 +0000 (18:35 -0800)]
(va_end): Expand to a void expression instead of nothing.

From-SVN: r9074

29 years ago*** empty log message ***
Jim Wilson [Sat, 25 Feb 1995 02:34:27 +0000 (18:34 -0800)]
*** empty log message ***

From-SVN: r9073

29 years ago(pushdecl): When have a duplicate decl, and it is global,
Jim Wilson [Sat, 25 Feb 1995 02:21:37 +0000 (18:21 -0800)]
(pushdecl): When have a duplicate decl, and it is global,

delete lookup_name name in test for return.
(redeclaration_error_message): When newdecl is a block level
declaration, use lookup_name_current_level instead of DECL_CONTEXT.

From-SVN: r9072

29 years ago(PACKSTRUCT_BIT, TARGET_PACKSTRUCT): Change to PADSTRUCT.
Jim Wilson [Sat, 25 Feb 1995 02:16:06 +0000 (18:16 -0800)]
(PACKSTRUCT_BIT, TARGET_PACKSTRUCT): Change to PADSTRUCT.

Add comment saying that the option is not useful.
(TARGET_SWITCHES): Change -mpackstruct option to -mpadstruct.
(STRUCTURE_SIZE_BOUNDARY): Change PACKSTRUCT to PADSTRUCT changing
default value from 32 to 8.

From-SVN: r9071

29 years ago(PUSHSECTION_FORMAT): Add a leading tab.
Jim Wilson [Sat, 25 Feb 1995 01:51:41 +0000 (17:51 -0800)]
(PUSHSECTION_FORMAT): Add a leading tab.

From-SVN: r9070

29 years ago(expand_expr, case COMPONENT_REF): Don't fetch unaligned
Jim Wilson [Sat, 25 Feb 1995 01:45:43 +0000 (17:45 -0800)]
(expand_expr, case COMPONENT_REF): Don't fetch unaligned
field if we only want its address.

From-SVN: r9069

29 years agoInitial revision
Jeff Law [Sat, 25 Feb 1995 00:15:36 +0000 (17:15 -0700)]
Initial revision

From-SVN: r9068

29 years ago(fp_literal_one, fp_literal_zero): Don't accept VOIDmode.
Jim Wilson [Fri, 24 Feb 1995 22:51:04 +0000 (14:51 -0800)]
(fp_literal_one, fp_literal_zero): Don't accept VOIDmode.

(i960_output_ldconst): In DFmode code, delete code to handle FP_REG_P
target.  In DFmode and SFmode code, delete test for HOST_FLOAT_FORMAT
== TARGET_FLOAT_FORMAT.

From-SVN: r9067

29 years ago(REAL_ARITHMETIC): Define.
Jim Wilson [Fri, 24 Feb 1995 22:50:34 +0000 (14:50 -0800)]
(REAL_ARITHMETIC): Define.

(LEGITIMATE_CONSTANT_P): Pass argument mode not VOIDmode to fp_literal.

From-SVN: r9066

29 years ago(CC1_SPEC): Don't output implicit -gstabs or -gcoff option
Jim Wilson [Fri, 24 Feb 1995 22:42:30 +0000 (14:42 -0800)]
(CC1_SPEC): Don't output implicit -gstabs or -gcoff option
if user gave an explicit one.

From-SVN: r9065

29 years ago(CC1_SPEC): Don't output implicit -gstabs or -gcoff option if user gave an explicit...
Jim Wilson [Fri, 24 Feb 1995 22:41:49 +0000 (14:41 -0800)]
(CC1_SPEC): Don't output implicit -gstabs or -gcoff option if user gave an explicit one.

(CC1_SPEC): Don't output implicit -gstabs or -gcoff option
if user gave an explicit one.
(CC1_SPEC): Likewise.

From-SVN: r9064

29 years ago(GDB_INV_REF_REGPARM_STABS_LETTER): New macro.
Jim Wilson [Fri, 24 Feb 1995 22:33:14 +0000 (14:33 -0800)]
(GDB_INV_REF_REGPARM_STABS_LETTER): New macro.

(dbxout_parms): For gdb, output use GDB_INV_REF_REGPARM_STABS_LETTER
for parameters passed by invisible reference in registers.

From-SVN: r9063

29 years agoCorrect typos and formatting problems.
Jim Wilson [Fri, 24 Feb 1995 22:19:23 +0000 (14:19 -0800)]
Correct typos and formatting problems.

(add_constant, current_function_pretend_args_size,
flag_traditional, table_lab): Delete unnecessary declarations.
(sh_cpu): Change type from attr_cpu to processor_type.
(need_slot, output_shift, lshiftrt_insns, howshift,
pop_operand): Delete.
(print_operand, output_branch): Delete calls to need_slot.
(synth_constant): Comment that it doesn't work.
(output_movedouble): Handle PRE_DEC dest not POST_INC dest.
(output_options): Don't use flag_traditional.
(shift_insns): Correct numbers to optimal sequences.
(shift_amounts): New table.
(shift_insns_rtx): New function.
(shiftinsns): Combine LSHIFTRT and ASHIFT cases.
(shiftcosts): Return true costs of shifts instead of estimate of 1.
(gen_ashift): Handle negative shift amounts.  Call gen_lshrsi3_m
for single bit LSHIFTRT, and gen_lshrisi3_k for multiple bit shifts.
(gen_shifty_op): Handle negative shift amounts at top.  Generate
optimal sequences for ASHIFT and LSHIFTRT.
(find_barrier): Correct pattern for matching mova instructions.
(general_movsrc_operand): Delete redundant test for (MEM LABEL_REF).
Don't reject POST_INC address for size > 4.
(general_movdst_operand): Don't reject PRE_DEC address for size > 4.

From-SVN: r9062

29 years agoCorrect typos and formatting problems.
Jim Wilson [Fri, 24 Feb 1995 22:18:29 +0000 (14:18 -0800)]
Correct typos and formatting problems.

(MODE_DISP_OK_[12]): Delete.
(GO_IF_LEGITIMATE_INDEX): Delete uses of MODE_DISP_OK_[12].
(RTX_COSTS): Add LSHIFTRT.
(table_lab): Delete declaration.
(enum processor_type): New enum.
(sh_cpu_attr): New macro.
(sh_cpu): Change type to enum processor_type to avoid incomplete
enum type.

From-SVN: r9061

29 years agoCorrect typos and formatting problems.
Jim Wilson [Fri, 24 Feb 1995 22:17:21 +0000 (14:17 -0800)]
Correct typos and formatting problems.

(cpu): Use sh_cpu_attr not sh_cpu.
(adddi3, subdi3, udivsi3-1, divsi3-1, mulsi3_call-1, ashrsi2_16,
ashrsi2_31, dect, casesi_worker): Use arith_reg_operand not
register_operand.
(ashlsi3_n, lshrsi3_n): Enable pattern.  Set length correctly.
Use '#' to output it.
(ashlsi3_n+1, lshrsi3_n+1): New patterns to split shifts.
(ashlsi3, lshrsi3): Use shiftby_operand instead of gen_shifty_op.
(lshlsi3_m): New pattern for single bit shifts.
(lshlsi3_k): Only handle multiple bit shifts.
(negc): Use IOR not PLUS to set carry bit.
(push+2, pop+2, movsi_pi, movdi-2, movdf_k-1, movsf_i-1): Delete.
(movsi_i, movqi_i, movhi_i): Delete redundant < and > constraints.
(movsf_i): Delete incorrect < and > constraints.

From-SVN: r9060

29 years ago(mips_secondary_reload_class): Also handle SUBREGs.
Jim Wilson [Fri, 24 Feb 1995 21:17:51 +0000 (13:17 -0800)]
(mips_secondary_reload_class): Also handle SUBREGs.

From-SVN: r9059

29 years ago(madsi): Don't use '+' constraint in a clobber.
Jim Wilson [Fri, 24 Feb 1995 21:17:17 +0000 (13:17 -0800)]
(madsi): Don't use '+' constraint in a clobber.

(madsi_highpart, umadsi_highpart): Delete.

From-SVN: r9058

29 years ago(dbxout_parms): For parameters passed in memory...
Jim Wilson [Fri, 24 Feb 1995 20:55:10 +0000 (12:55 -0800)]
(dbxout_parms): For parameters passed in memory...

(dbxout_parms): For parameters passed in memory, delete
obsolete code to handle parameters converted and stored back to
the stack slot where they were passed in.
(dbxout_reg_parms): Delete obsolete ifdefed out code.  Combine
redundant PARM_PASSED_IN_MEMORY tests.  For case where parameter
lives in memory, output stab if it doesn't live where it was passed.

From-SVN: r9057

29 years agoundo dje's indaverent undo of my work. (remove -Wenum-clash)
Mike Stump [Fri, 24 Feb 1995 19:53:35 +0000 (19:53 +0000)]
undo dje's indaverent undo of my work. (remove -Wenum-clash)

From-SVN: r9056

29 years agoDefine long double versions of sin/cos
Michael Meissner [Fri, 24 Feb 1995 18:07:00 +0000 (18:07 +0000)]
Define long double versions of sin/cos

From-SVN: r9055

29 years agors6000.h (RETURN_ADDR_RTX): Add definition to support __builtin_return_address and...
Mike Stump [Thu, 23 Feb 1995 22:23:33 +0000 (22:23 +0000)]
rs6000.h (RETURN_ADDR_RTX): Add definition to support __builtin_return_address and __builtin_frame_address...

        * rs6000.h/rs6000.h (RETURN_ADDR_RTX): Add definition to support
        __builtin_return_address and __builtin_frame_address on the
        rs6000.  This is necessary to support exception handling in g++ on
        the rs6000.
Fixes eh6.C on rs6000.

From-SVN: r9054

29 years agoSupport -msoft-float; support eabi -mrelocatable
Michael Meissner [Thu, 23 Feb 1995 20:30:26 +0000 (20:30 +0000)]
Support -msoft-float; support eabi -mrelocatable

From-SVN: r9053

29 years ago(ld): Add missing backslash to make continuation line.
Richard Kenner [Thu, 23 Feb 1995 13:49:06 +0000 (08:49 -0500)]
(ld): Add missing backslash to make continuation line.

From-SVN: r9052

29 years ago(gen_stdcall_suffix): Deleted.
Richard Kenner [Thu, 23 Feb 1995 12:56:39 +0000 (07:56 -0500)]
(gen_stdcall_suffix): Deleted.

From-SVN: r9051

29 years ago(MODIFY_ASSEMBLER_NAME, VALID_MACHINE_DECL_ATTRIBUTES): Deleted.
Richard Kenner [Thu, 23 Feb 1995 12:55:03 +0000 (07:55 -0500)]
(MODIFY_ASSEMBLER_NAME, VALID_MACHINE_DECL_ATTRIBUTES): Deleted.

From-SVN: r9050

29 years ago(make_decl_rtl): Remove reference to MODIFY_ASSEMBLER_NAME.
Richard Kenner [Thu, 23 Feb 1995 12:52:35 +0000 (07:52 -0500)]
(make_decl_rtl): Remove reference to MODIFY_ASSEMBLER_NAME.

From-SVN: r9049

29 years agoFormatting changes.
Richard Kenner [Thu, 23 Feb 1995 12:06:03 +0000 (07:06 -0500)]
Formatting changes.

From-SVN: r9048

29 years ago(RTX_COSTS): Update costs for FP operations.
Richard Kenner [Thu, 23 Feb 1995 11:58:36 +0000 (06:58 -0500)]
(RTX_COSTS): Update costs for FP operations.

From-SVN: r9047

29 years agoFix formatting.
Richard Kenner [Thu, 23 Feb 1995 11:50:00 +0000 (06:50 -0500)]
Fix formatting.

From-SVN: r9046

29 years agoFix signed/unsigned comparison warning.
Jason Merrill [Thu, 23 Feb 1995 08:14:12 +0000 (08:14 +0000)]
Fix signed/unsigned comparison warning.

From-SVN: r9045

29 years ago(DBX_OUTPUT_MAIN_SOURCE_FILE_END): New macro.
Richard Kenner [Thu, 23 Feb 1995 02:32:41 +0000 (21:32 -0500)]
(DBX_OUTPUT_MAIN_SOURCE_FILE_END): New macro.

From-SVN: r9044

29 years agoRemoved __NetBSD__ from conditional.
Richard Kenner [Thu, 23 Feb 1995 01:28:17 +0000 (20:28 -0500)]
Removed __NetBSD__ from conditional.

Declare strerror if HAVE_STRERROR is defined; otherwise declare sys_errlist
and sys_nerr.

From-SVN: r9043

29 years agoRemoved __NetBSD__ from conditional.
Richard Kenner [Thu, 23 Feb 1995 01:26:51 +0000 (20:26 -0500)]
Removed __NetBSD__ from conditional.

From-SVN: r9042

29 years agoUpdate SunOS 4 code
Jason Merrill [Thu, 23 Feb 1995 01:23:53 +0000 (01:23 +0000)]
Update SunOS 4 code

From-SVN: r9041

29 years agoRecognize NetBSD/Amiga as m68k-cbm-netbsd.
Richard Kenner [Thu, 23 Feb 1995 00:08:39 +0000 (19:08 -0500)]
Recognize NetBSD/Amiga as m68k-cbm-netbsd.

From-SVN: r9039

29 years ago(libgcc1.a): Run ranlib.
Richard Kenner [Thu, 23 Feb 1995 00:06:57 +0000 (19:06 -0500)]
(libgcc1.a): Run ranlib.

From-SVN: r9038

29 years ago(memory_address): Add missing "else".
Richard Kenner [Wed, 22 Feb 1995 23:46:44 +0000 (18:46 -0500)]
(memory_address): Add missing "else".

From-SVN: r9037

29 years ago(enum sharp_token_type): New type.
Richard Kenner [Wed, 22 Feb 1995 23:26:54 +0000 (18:26 -0500)]
(enum sharp_token_type): New type.

(stringify, raw_before, raw_after): Use this type instead of char.
(collect_expansion, dump_single_macro): Keep track of white space
after # and around ## tokens, since the C Standard requires a
diagnostic if the white space doesn't match during a redefinition.
(sharp_token, sharp_sharp_token): Labels renamed from hash_token and
hash_hash_token for naming consistency.

From-SVN: r9036

29 years ago(SWITCH_TAKES_ARG): Add `x'.
Richard Kenner [Wed, 22 Feb 1995 22:37:01 +0000 (17:37 -0500)]
(SWITCH_TAKES_ARG): Add `x'.

(process_command): -Wl, -Xlinker, and -lm values always go to linker
even if -x was specified.

From-SVN: r9035

29 years agoSupport CLEANUP_POINT_EXPRs.
Jason Merrill [Wed, 22 Feb 1995 17:35:09 +0000 (17:35 +0000)]
Support CLEANUP_POINT_EXPRs.

From-SVN: r9034

29 years ago(print_operand, case 'H', 'S'): Delete unused.
Richard Kenner [Wed, 22 Feb 1995 13:53:51 +0000 (08:53 -0500)]
(print_operand, case 'H', 'S'): Delete unused.

From-SVN: r9033

29 years ago(ffssi2): Use gpc_reg_operand predicate.
Richard Kenner [Wed, 22 Feb 1995 13:49:41 +0000 (08:49 -0500)]
(ffssi2): Use gpc_reg_operand predicate.

(Some maskir patterns): Likewise.
(ffsdi2): Likewise.

From-SVN: r9032

29 years ago(movsfcc, movdfcc): New standard patterns.
Richard Kenner [Wed, 22 Feb 1995 13:40:06 +0000 (08:40 -0500)]
(movsfcc, movdfcc): New standard patterns.

(fselsfsf4, fseldfsf4, fseldfdf4, fselsfdf4): Name and create variants of
existing anonymous patterns for movsfcc and movdfcc.

From-SVN: r9031

29 years ago(output_asm_name): New function, using code taken from output_asm_insn.
Richard Kenner [Wed, 22 Feb 1995 13:12:44 +0000 (08:12 -0500)]
(output_asm_name): New function, using code taken from output_asm_insn.

(output_asm_insn): If flag_print_asm_name, print the comment after the
first assembler instruction even in multi-instruction templates.

From-SVN: r9030

29 years ago(output_move_double): Let split_double extract any constant in op 1;
Richard Kenner [Wed, 22 Feb 1995 12:53:15 +0000 (07:53 -0500)]
(output_move_double): Let split_double extract any constant in op 1;

take size from op 0.

From-SVN: r9029

29 years ago(split_double): Handle CONST_INT that holds both words.
Richard Kenner [Wed, 22 Feb 1995 12:52:50 +0000 (07:52 -0500)]
(split_double): Handle CONST_INT that holds both words.

From-SVN: r9028

29 years ago(REAL_WORDS_BIG_ENDIAN): New macro.
Richard Kenner [Wed, 22 Feb 1995 12:05:12 +0000 (07:05 -0500)]
(REAL_WORDS_BIG_ENDIAN): New macro.

(REAL_WORDS_BIG_ENDIAN): New macro.  Define as either
FLOAT_WORDS_BIG_ENDIAN or HOST_FLOAT_WORDS_BIG_ENDIAN.  Use it instead
of FLOAT_WORDS_BIG_ENDIAN.
(m16m, edivm, emulm): Change `short' to `EMUSHORT', and `long' to `EMULONG'.
Clean up comments.

From-SVN: r9027

29 years agopa.h (ASM_DECLARE_FUNCTION_NAME): Handle invisible reference arguments passed in...
Jeff Law [Wed, 22 Feb 1995 05:54:11 +0000 (22:54 -0700)]
pa.h (ASM_DECLARE_FUNCTION_NAME): Handle invisible reference arguments passed in registers.

* pa.h (ASM_DECLARE_FUNCTION_NAME): Handle invisible reference
arguments passed in registers.

From-SVN: r9026

29 years ago(default_compilers): Remove rule for ".ada".
Richard Kenner [Wed, 22 Feb 1995 00:25:17 +0000 (19:25 -0500)]
(default_compilers): Remove rule for ".ada".

Pass .ads or .adb suffix to -dumpbase, depending on input filename.

From-SVN: r9025

29 years agoInitial revision
Richard Kenner [Wed, 22 Feb 1995 00:07:50 +0000 (19:07 -0500)]
Initial revision

From-SVN: r9024

29 years agoAdded {} around file variable.
Richard Kenner [Wed, 22 Feb 1995 00:02:59 +0000 (19:02 -0500)]
Added {} around file variable.

From-SVN: r9023

29 years ago(make_decl_rtl): Call MODIFY_ASSEMBLER_NAME if defined.
Richard Kenner [Wed, 22 Feb 1995 00:00:04 +0000 (19:00 -0500)]
(make_decl_rtl): Call MODIFY_ASSEMBLER_NAME if defined.

From-SVN: r9022

29 years ago(union tree_decl): New field MACHINE_ATTRIBUTES.
Richard Kenner [Tue, 21 Feb 1995 23:59:24 +0000 (18:59 -0500)]
(union tree_decl): New field MACHINE_ATTRIBUTES.

(DECL_MACHINE_ATTRIBUTES): New macro.

From-SVN: r9021

29 years ago(chain_member_value, decl_attribute_variant): New functions.
Richard Kenner [Tue, 21 Feb 1995 23:58:27 +0000 (18:58 -0500)]
(chain_member_value, decl_attribute_variant): New functions.

(valid_machine_attribute): Moved here from c-common.c.

From-SVN: r9020

29 years ago(get_run_time): Return an approximate value for NT.
Richard Kenner [Tue, 21 Feb 1995 23:57:45 +0000 (18:57 -0500)]
(get_run_time): Return an approximate value for NT.

From-SVN: r9019

29 years agoAdded #ifdef's WINNT.
Richard Kenner [Tue, 21 Feb 1995 23:57:15 +0000 (18:57 -0500)]
Added #ifdef's WINNT.

From-SVN: r9018

29 years ago(print_node{,_brief}): Print machine attributes.
Richard Kenner [Tue, 21 Feb 1995 23:56:31 +0000 (18:56 -0500)]
(print_node{,_brief}): Print machine attributes.

From-SVN: r9017

29 years ago(atexit): Prototype now works with NT.
Richard Kenner [Tue, 21 Feb 1995 23:55:37 +0000 (18:55 -0500)]
(atexit): Prototype now works with NT.

From-SVN: r9016

29 years agoTest _SIZE_T_DEFINED and _WCHAR_T_DEFINED.
Richard Kenner [Tue, 21 Feb 1995 23:53:57 +0000 (18:53 -0500)]
Test _SIZE_T_DEFINED and _WCHAR_T_DEFINED.

From-SVN: r9015

29 years agoTest _VA_LIST_DEFINED macro.
Richard Kenner [Tue, 21 Feb 1995 23:53:15 +0000 (18:53 -0500)]
Test _VA_LIST_DEFINED macro.

From-SVN: r9014

29 years ago(fix_argv): Rewrite.
Richard Kenner [Tue, 21 Feb 1995 23:52:14 +0000 (18:52 -0500)]
(fix_argv): Rewrite.

From-SVN: r9013

29 years ago(atexit): Prototype now works with NT.
Richard Kenner [Tue, 21 Feb 1995 23:49:31 +0000 (18:49 -0500)]
(atexit): Prototype now works with NT.

From-SVN: r9012

29 years ago(assign_parms): Added arg to RETURN_POPS_ARGS.
Richard Kenner [Tue, 21 Feb 1995 23:48:03 +0000 (18:48 -0500)]
(assign_parms): Added arg to RETURN_POPS_ARGS.

From-SVN: r9011

29 years agodrupp@cs.washington.edu
Douglas Rupp [Tue, 21 Feb 1995 23:46:55 +0000 (18:46 -0500)]
drupp@cs.washington.edu

From-SVN: r9010

29 years ago(cplus_decl_attribute): Add arg to decl_attributes.
Douglas Rupp [Tue, 21 Feb 1995 23:41:16 +0000 (18:41 -0500)]
(cplus_decl_attribute): Add arg to decl_attributes.

From-SVN: r9009

29 years ago(decl_attributes): Added argument.
Douglas Rupp [Tue, 21 Feb 1995 23:40:53 +0000 (18:40 -0500)]
(decl_attributes): Added argument.

From-SVN: r9008

29 years ago($exeext, $objext, $oldobjext): New macros.
Douglas Rupp [Tue, 21 Feb 1995 23:39:19 +0000 (18:39 -0500)]
($exeext, $objext, $oldobjext): New macros.

From-SVN: r9007

29 years agoModify "ln" commands to try a "cp" if "ln" fails.
Douglas Rupp [Tue, 21 Feb 1995 23:38:37 +0000 (18:38 -0500)]
Modify "ln" commands to try a "cp" if "ln" fails.

($exeext, $objext, $oldobjext): New macros.

From-SVN: r9006

29 years agoTake arg specifying msdos or winnt batch file config.
Richard Kenner [Tue, 21 Feb 1995 23:33:40 +0000 (18:33 -0500)]
Take arg specifying msdos or winnt batch file config.

From-SVN: r9005

29 years agoReflect features/functions available in NT.
Richard Kenner [Tue, 21 Feb 1995 23:30:53 +0000 (18:30 -0500)]
Reflect features/functions available in NT.

From-SVN: r9004

29 years ago(CPP_SPEC): Accept c++ style comments.
Richard Kenner [Tue, 21 Feb 1995 23:30:05 +0000 (18:30 -0500)]
(CPP_SPEC): Accept c++ style comments.

From-SVN: r9003

29 years ago(expand_lib): Look for both libfoo.a and foo.lib.
Richard Kenner [Tue, 21 Feb 1995 23:29:02 +0000 (18:29 -0500)]
(expand_lib): Look for both libfoo.a and foo.lib.

Modified to support linking with Windows NT graphics libraries.

From-SVN: r9002

29 years agoSupport NT Graphics programs; also bug fixes.
Richard Kenner [Tue, 21 Feb 1995 23:23:48 +0000 (18:23 -0500)]
Support NT Graphics programs; also bug fixes.

From-SVN: r9001

29 years agoUpdated to Windows NT 3.5.
Richard Kenner [Tue, 21 Feb 1995 23:22:35 +0000 (18:22 -0500)]
Updated to Windows NT 3.5.

From-SVN: r9000

29 years agoAdded arg to RETURN_POPS_ARGS.
Richard Kenner [Tue, 21 Feb 1995 23:21:14 +0000 (18:21 -0500)]
Added arg to RETURN_POPS_ARGS.

From-SVN: r8999

This page took 0.089758 seconds and 5 git commands to generate.