platform/upstream/gcc.git
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

29 years ago(main): Don't set "Include" environment variable for NT.
Richard Kenner [Tue, 21 Feb 1995 23:01:08 +0000 (18:01 -0500)]
(main): Don't set "Include" environment variable for NT.

From-SVN: r8998

29 years ago(emit_call_1): Added function declaration node argument passed to
Richard Kenner [Tue, 21 Feb 1995 22:59:56 +0000 (17:59 -0500)]
(emit_call_1): Added function declaration node argument passed to
RETURN_POPS_ARGS; also effects calls to emit_call_1.

From-SVN: r8997

29 years ago(decl_attributes): Added argument.
Richard Kenner [Tue, 21 Feb 1995 22:59:00 +0000 (17:59 -0500)]
(decl_attributes): Added argument.

From-SVN: r8996

29 years agoNew rules to allow attributes in a prefix position.
Richard Kenner [Tue, 21 Feb 1995 22:58:19 +0000 (17:58 -0500)]
New rules to allow attributes in a prefix position.

From-SVN: r8995

29 years ago(grokdeclarator): Added code to support machine attributes.
Richard Kenner [Tue, 21 Feb 1995 22:56:58 +0000 (17:56 -0500)]
(grokdeclarator): Added code to support machine attributes.

(duplicate_decls): Pass DECL_MACHINE_ATTRIBUTES to descendent typedef;
make duplicate typedefs that are identical generate a warning if they
are both in system header files.
(redeclaration_error_message): Make duplicate typedefs that are
identical not an error if they are both in system header files.

From-SVN: r8994

29 years ago(decl_attributes): Add third argument prefix_attributes.
Richard Kenner [Tue, 21 Feb 1995 22:55:41 +0000 (17:55 -0500)]
(decl_attributes): Add third argument prefix_attributes.

(valid_machine_attribute): Deleted; moved to tree.c.

From-SVN: r8993

29 years agoCopy config.status to config.run and then execute.
Richard Kenner [Tue, 21 Feb 1995 22:54:50 +0000 (17:54 -0500)]
Copy config.status to config.run and then execute.

Modify "ln" commands to try a "cp" if "ln" fails.
($exeext, $objext, $oldobjext): New macros.

From-SVN: r8992

29 years ago* integrate.c (finish_inline): Don't set DECL_INLINE.
Jeff Law [Tue, 21 Feb 1995 17:42:19 +0000 (10:42 -0700)]
* integrate.c (finish_inline): Don't set DECL_INLINE.

From-SVN: r8991

29 years agolocal-alloc.c (block_alloc): Stop looping over the input operands once we find an...
Jeff Law [Tue, 21 Feb 1995 17:41:05 +0000 (10:41 -0700)]
local-alloc.c (block_alloc): Stop looping over the input operands once we find an input/output register pair...

* local-alloc.c (block_alloc): Stop looping over the input
operands once we find an input/output register pair which can
be combined into a single qty.

From-SVN: r8990

29 years agoFix bad patch
Michael Meissner [Tue, 21 Feb 1995 15:21:51 +0000 (15:21 +0000)]
Fix bad patch

From-SVN: r8989

29 years ago(OVERRIDE_OPTIONS): Add missing ';' to SUBTARGET_OVERRIDE_OPTIONS.
Doug Evans [Tue, 21 Feb 1995 15:09:36 +0000 (15:09 +0000)]
(OVERRIDE_OPTIONS): Add missing ';' to SUBTARGET_OVERRIDE_OPTIONS.

From-SVN: r8988

29 years agoInitial revision
Richard Kenner [Tue, 21 Feb 1995 13:15:01 +0000 (08:15 -0500)]
Initial revision

From-SVN: r8987

29 years ago(REAL_ARITHMETIC): Define.
Richard Kenner [Tue, 21 Feb 1995 12:30:00 +0000 (07:30 -0500)]
(REAL_ARITHMETIC): Define.

From-SVN: r8986

29 years ago(output_toc): Use REAL_VALUE_* macros.
Richard Kenner [Tue, 21 Feb 1995 12:29:42 +0000 (07:29 -0500)]
(output_toc): Use REAL_VALUE_* macros.

From-SVN: r8985

29 years ago(expand_value_return): Make function static.
Richard Kenner [Tue, 21 Feb 1995 11:48:19 +0000 (06:48 -0500)]
(expand_value_return): Make function static.

From-SVN: r8984

29 years ago(rescan): Add support for %: and %:%: digraphs.
Richard Kenner [Tue, 21 Feb 1995 11:42:06 +0000 (06:42 -0500)]
(rescan): Add support for %: and %:%: digraphs.

(collect_expansion, skip_if_group, dump_single_macro): Likewise.
(union hashval): Remove ival member; it doesn't suffice for `199409L'.
(special_symbol): Use cpval instead of ival for T_CONST macros.
(install): Remove ivalue argument, since string value now suffices.
All callers changed.
(initialize_builtins): Switch from int to string values for T_CONST.
If not traditional, initialize __STDC_VERSION__ to 199409L.
(STDC_VALUE): Remove no-longer-used configuration macro.

From-SVN: r8983

29 years ago(yylex): Add support for <: :> <% %> digraphs.
Richard Kenner [Tue, 21 Feb 1995 11:41:31 +0000 (06:41 -0500)]
(yylex): Add support for <: :> <% %> digraphs.

From-SVN: r8982

29 years ago(USER_H): Add iso646.h.
Richard Kenner [Tue, 21 Feb 1995 11:39:40 +0000 (06:39 -0500)]
(USER_H): Add iso646.h.

From-SVN: r8981

29 years ago(yylex): For float, build constant in long double.
Richard Kenner [Tue, 21 Feb 1995 11:16:29 +0000 (06:16 -0500)]
(yylex): For float, build constant in long double.

From-SVN: r8980

29 years ago(read_specs): Use length read when inserting zero.
Richard Kenner [Tue, 21 Feb 1995 11:16:06 +0000 (06:16 -0500)]
(read_specs): Use length read when inserting zero.

From-SVN: r8979

29 years ago(lang_options): Add options for Fortran.
Richard Kenner [Tue, 21 Feb 1995 11:04:21 +0000 (06:04 -0500)]
(lang_options): Add options for Fortran.

From-SVN: r8978

29 years ago(default_compilers): Add entries for .f and .F.
Richard Kenner [Tue, 21 Feb 1995 10:57:30 +0000 (05:57 -0500)]
(default_compilers): Add entries for .f and .F.

From-SVN: r8977

29 years ago(check_newline): Give warning if unrecognized data on #line.
Richard Kenner [Tue, 21 Feb 1995 10:37:13 +0000 (05:37 -0500)]
(check_newline): Give warning if unrecognized data on #line.

(yylex): Give error for unterminated string constant.

From-SVN: r8976

29 years ago(compile_file): Initialize input_file_stack before calling lang_init,
Richard Kenner [Tue, 21 Feb 1995 10:36:34 +0000 (05:36 -0500)]
(compile_file): Initialize input_file_stack before calling lang_init,

not after.

From-SVN: r8975

29 years agovarasm.c (output_constant): Strip NOP_EXPRs for SET_TYPE too, by using AGGREGATE_TYPE...
Per Bothner [Tue, 21 Feb 1995 00:41:08 +0000 (16:41 -0800)]
varasm.c (output_constant): Strip NOP_EXPRs for SET_TYPE too, by using AGGREGATE_TYPE_P macro.

* varasm.c (output_constant):  Strip NOP_EXPRs for SET_TYPE too,
by using AGGREGATE_TYPE_P macro.

From-SVN: r8974

29 years ago* config/svr4.h (ASM_OUTPUT_SOURCE_LINE): Use assemble_name.
Per Bothner [Tue, 21 Feb 1995 00:40:44 +0000 (16:40 -0800)]
* config/svr4.h (ASM_OUTPUT_SOURCE_LINE):  Use assemble_name.

From-SVN: r8973

29 years ago(sun4sol2): Alias for sparc-sun-solaris2.
Doug Evans [Mon, 20 Feb 1995 20:25:48 +0000 (20:25 +0000)]
(sun4sol2): Alias for sparc-sun-solaris2.

From-SVN: r8972

29 years ago57 Cygnus<->FSF merge
Mike Stump [Sat, 18 Feb 1995 22:06:40 +0000 (22:06 +0000)]
57 Cygnus<->FSF merge

From-SVN: r8971

29 years agors6000 exception handling support
Mike Stump [Sat, 18 Feb 1995 21:05:17 +0000 (21:05 +0000)]
rs6000 exception handling support

From-SVN: r8970

29 years agotweak __unwind_function for bsdi
Mike Stump [Sat, 18 Feb 1995 20:52:11 +0000 (20:52 +0000)]
tweak __unwind_function for bsdi

From-SVN: r8969

29 years ago(output_constructor): Fix typo byte_size -> size.
Doug Evans [Sat, 18 Feb 1995 18:54:34 +0000 (18:54 +0000)]
(output_constructor): Fix typo byte_size -> size.

From-SVN: r8968

29 years ago(get_set_constructor_bytes): Fix prototype.
Doug Evans [Sat, 18 Feb 1995 18:53:51 +0000 (18:53 +0000)]
(get_set_constructor_bytes): Fix prototype.

From-SVN: r8967

29 years agoInitial revision
Doug Evans [Sat, 18 Feb 1995 17:35:43 +0000 (17:35 +0000)]
Initial revision

From-SVN: r8966

29 years agors6000.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
Doug Evans [Sat, 18 Feb 1995 17:33:02 +0000 (17:33 +0000)]
rs6000.h (SUBTARGET_OVERRIDE_OPTIONS): Define.

* rs6000/rs6000.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
(OVERRIDE_OPTIONS): Call it.

From-SVN: r8965

29 years agolynx.h (FUNCTION_VALUE): Redefine.
Doug Evans [Sat, 18 Feb 1995 17:26:23 +0000 (17:26 +0000)]
lynx.h (FUNCTION_VALUE): Redefine.

* m68k/lynx.h (FUNCTION_VALUE): Redefine.
(LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P, NEEDS_UNTYPED_CALL): Likewise.

From-SVN: r8964

29 years agot-i386bare (LIBGCC1): Define to empty instead of libgcc1.null.
Doug Evans [Sat, 18 Feb 1995 17:21:20 +0000 (17:21 +0000)]
t-i386bare (LIBGCC1): Define to empty instead of libgcc1.null.

* i386/t-i386bare (LIBGCC1): Define to empty instead of libgcc1.null.
(CROSS_LIBGCC1): Likewise.

From-SVN: r8963