Richard Kenner
9d69b7c803
(PROMOTE_MODE): Don't supply default here.
...
(promote_mode): Add declaration.
From-SVN: r7065
1994-04-18 14:49:55 -04:00
Jason Merrill
75ea7910de
(LIB2FUNCS): Change _op_vec_delete to _op_vec_del.
...
From-SVN: r7064
1994-04-18 18:37:25 +00:00
Jeff Law
b304ad476c
reorg.c (redirect_with_delay_list_safe_p): New function, similar to redirect_with_delay_slots_safe_p.
...
* reorg.c (redirect_with_delay_list_safe_p): New function,
similar to redirect_with_delay_slots_safe_p.
(fill_slots_from_thread): Do not redirect a jump if doing
so would invalidate the delay list for the jump.
From-SVN: r7063
1994-04-18 09:19:57 -06:00
Doug Evans
76f8010e84
scan-types.sh: Fix program's name in error message.
...
* scan-types.sh: Fix program's name in error message.
Rename dummy.c to avoid collisions in parallel makes.
From-SVN: r7062
1994-04-18 07:09:17 +00:00
Richard Kenner
db7f1e43d8
(processor_target_table): Change "all" to "common".
...
Add "power" and "powerpc" generic processors. Explicitly turn off new
mnemonics for all members of the POWER architecture family.
From-SVN: r7061
1994-04-17 18:28:52 -04:00
Richard Kenner
8482e358c8
(PROCESSOR_COMMON, PROCESSOR_POWER, PROCESSOR_POWERPC): New macros.
...
From-SVN: r7060
1994-04-17 18:28:28 -04:00
Richard Kenner
7ce82023d1
(DECL_PRINT_NAME): Deleted.
...
(struct tree_decl): Field print_name deleted.
From-SVN: r7059
1994-04-17 10:04:11 -04:00
Richard Kenner
90194d096f
(vax_rtx_cost): Remove LSHIFT case.
...
From-SVN: r7058
1994-04-17 06:59:54 -04:00
Richard Kenner
488c7811dd
(RTX_COSTS): Remove LSHIFT case.
...
From-SVN: r7057
1994-04-17 06:59:30 -04:00
Jeff Law
0b21dcf57a
function.c (locate_and_pad_parm): For ARGS_GROW_DOWNWARD...
...
* function.c (locate_and_pad_parm): For ARGS_GROW_DOWNWARD,
Round sizetree for both upward and downward padding, nuke
the (now unnecessary) call to pad_below for arg_size_ptr.
From-SVN: r7056
1994-04-16 23:14:50 -06:00
Richard Kenner
8de2a1973a
(one_cmplsi2): Always use nor instruction;
...
remove extraneous minus sign from condition register set constraint.
From-SVN: r7055
1994-04-16 21:05:27 -04:00
Richard Kenner
0081a354a8
Add missing blank lines.
...
From-SVN: r7054
1994-04-16 21:02:36 -04:00
Richard Kenner
0d920bbf1a
Add comment (and copyright notice).
...
From-SVN: r7053
1994-04-16 19:19:06 -04:00
Richard Kenner
7b4bf3453d
(FUNCTION_ARG_PADDING, FUNCTION_PROLOGUE): Deleted.
...
(FUNCTION_EPILOGUE, PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Deleted.
(SGS_SWITCH_TABLES, ASM_OUTPUT_CASE_END): Deleted.
(ASM_OUTPUT_FLOAT_OPERAND, ASM_OUTPUT_DOUBLE_OPERAND): Deleted.
(SGS_NO_LI, ASM_OUTPUT_CASE_FETCH, ASM_RETURN_CASE_JUMP): Defined.
From-SVN: r7052
1994-04-16 19:17:54 -04:00
Richard Kenner
f4a6e73be9
(print_operand): 'x' and 'y' mode letters only if SUPPORT_SUN_FPA.
...
(print_operand_address): If (new) ASM_OUTPUT_CASE_FETCH defined, use it to
emit the address for the insn before a tablejump.
From-SVN: r7051
1994-04-16 19:17:21 -04:00
Richard Kenner
ba85b2e482
(yylex): Turn off overflow flag when fixing up large traditional hex
...
constants.
From-SVN: r7050
1994-04-16 17:04:03 -04:00
Richard Kenner
3d89634a51
(OBJC_O): Add encoding.o.
...
From-SVN: r7049
1994-04-16 16:51:12 -04:00
Richard Kenner
3c4afaa5f8
(finish_decl): If asmspec_tree, clear DECL_BUILT_IN for function and
...
DECL_RTL always.
From-SVN: r7048
1994-04-16 16:38:20 -04:00
Mike Stump
a28e3c7f21
32nd Cygnus<->FSF merge
...
From-SVN: r7047
1994-04-15 01:44:15 +00:00
Per Bothner
7062b88146
Don't warn about unused static const variables.
...
From-SVN: r7046
1994-04-13 13:10:21 -07:00
Jason Merrill
ce49ea8a38
varasm.c (contains_pointers_p): When examining a RECORD_TYPE, only look at the FIELD_DECLs.
...
* varasm.c (contains_pointers_p): When examining a RECORD_TYPE,
only look at the FIELD_DECLs.
From-SVN: r7045
1994-04-13 19:27:49 +00:00
Michael Meissner
a6e98168ca
Hack to get cp-errfn.c to compile without stdio.h
...
From-SVN: r7044
1994-04-13 01:39:51 +00:00
Jason Merrill
6ffe3a3224
libgcc2.c (__builtin_vec_{delete,new}): New functions per the latest C++ working paper.
...
* libgcc2.c (__builtin_vec_{delete,new}): New functions per the
latest C++ working paper.
(__default_new_handler): No longer static.
(__set_new_handler): Lose.
From-SVN: r7043
1994-04-13 01:18:43 +00:00
Jason Merrill
4c657af546
* Makefile.in (LIB2FUNCS): Add _op_vec_{delete,new}.
...
From-SVN: r7042
1994-04-13 01:18:34 +00:00
Jason Merrill
acf7262cb8
cccp.c: Don't implicitly wrap LOCAL_INCLUDE_DIR.
...
* cccp.c: Don't implicitly wrap LOCAL_INCLUDE_DIR.
(struct default_include): Add cxx_aware field.
(include_defaults_array): Ditto.
(main): Use cxx_aware field.
From-SVN: r7041
1994-04-12 23:42:36 +00:00
Richard Stallman
b1bbf0ed2c
(next): Fix typo in m68k-next-ns3 alternative.
...
From-SVN: r7040
1994-04-12 20:13:58 +00:00
Michael Meissner
291b0f345c
Remove LSHIFT case, since there is no LSHIFT tree code.
...
From-SVN: r7039
1994-04-12 11:40:34 +00:00
Richard Kenner
8b3e912b5e
(reload): When accumulating needs, use nested structures to simplify
...
and speed up the code.
From-SVN: r7038
1994-04-11 18:25:08 -04:00
Richard Kenner
1c2bdc6003
(compare define_split): Fix bugs in last addition.
...
From-SVN: r7037
1994-04-11 18:20:53 -04:00
Per Bothner
a6e8021ecf
Fix line number counting.
...
From-SVN: r7036
1994-04-11 14:26:48 -07:00
Jim Wilson
058acefd54
(try_merge_delay_insns): Account for resources set/used by a filled insn before...
...
(try_merge_delay_insns): Account for resources set/used
by a filled insn before trying to simplify insns in delay slots.
From-SVN: r7035
1994-04-11 10:48:47 -07:00
Jim Wilson
d7afa8f034
(OLDCC): Change -XNh1500 to -XNh2000.
...
From-SVN: r7034
1994-04-11 10:45:48 -07:00
Jim Wilson
db57d41371
(finish_decl): Don't preserve initializer if it is error_mark_node.
...
From-SVN: r7033
1994-04-11 10:42:41 -07:00
Jim Wilson
9772d94feb
(try_merge_delay_insns): Move next_trial update
...
immediately after the try_split call.
From-SVN: r7032
1994-04-11 10:38:25 -07:00
Jim Wilson
9753d4e4b1
(mips_select_rtx_section, mips_select_section): New functions.
...
(mips_select_rtx_section, mips_select_section): New
functions. Prefer rdata when TARGET_EMBEDDED_DATA, and prefer
sdata otherwise.
From-SVN: r7031
1994-04-11 10:36:16 -07:00
Jim Wilson
365c6a0bb8
(MASK_EMBEDDED_DATA, TARGET_EMBEDDED_DATA): New macros.
...
(TARGET_SWITCHED): Add new option -membedded-data.
(SELECT_RTX_SECTION, SELECT_SECTION): Call function in mips.c.
From-SVN: r7030
1994-04-11 10:35:46 -07:00
Jim Wilson
cce7aea77b
(all.cross, rest.encap): Delete objc-runtime and SYSCALLS.c.X.
...
(all.cross, rest.encap): Delete objc-runtime and
SYSCALLS.c.X.
(OBJC, OBJECTIVE-C): Add objc-runtime.
(proto): Add SYSCALLS.c.X.
(libgcc2.ready, libobjc.a, sublibobjc.a, SYSCALLS.c.X): Add
dependence on stmp-int-hdrs.
From-SVN: r7029
1994-04-11 10:29:33 -07:00
Jim Wilson
80512db770
(rescan): Don't look for C++ // comment before directive.
...
Handle \-newline inside a C++ // comment.
(skip_if_group): Likewise.
(handle_directive): Also handle C++ // comment after #. Point
ip->bufp after the comment start before calling
skip_to_end_of_comment.
(validate_else): Handle \-newline inside a C++ // comment.
(skip_to_end_of_comment, macarg1, discard_comments): Likewise.
From-SVN: r7028
1994-04-11 10:27:17 -07:00
Jim Wilson
2ba3a0ecef
(immed_double_const): Sign-extend constants when they
...
have the most significant bit set for the target.
From-SVN: r7027
1994-04-11 10:22:33 -07:00
Richard Kenner
7373d92d2f
(expand_call, emit_library_call{,_value}, store_one_arg): Use
...
convert_modes instead of convert_to_mode.
From-SVN: r7026
1994-04-11 06:43:58 -04:00
Richard Kenner
678566a5af
(duplicate_decls, pushdecl, builtin_function): Use DECL_FUNCTION_CODE
...
instead of DECL_SET_FUNCTION_CODE.
From-SVN: r7025
1994-04-11 06:20:41 -04:00
Richard Kenner
73f3c7c350
(frame_size): Now a union.
...
(DECL_ALIGN, DECL_FRAME_SIZE, DECL_FUNCTION_CODE): Access proper
field of frame_size union.
(DECL_SET_FUNCTION_CODE): Simplified; retained for compatibility.
From-SVN: r7024
1994-04-11 06:19:56 -04:00
Richard Kenner
969d0d3c37
(update_headers): Do not copy stStatic symbols that result from
...
internal labels.
From-SVN: r7023
1994-04-11 05:50:10 -04:00
Richard Kenner
a34958c911
(expand_shift): No longer reference lshl_optab.
...
From-SVN: r7022
1994-04-10 08:04:35 -04:00
Richard Kenner
5f54da491d
No longer reference lsl_optab.
...
From-SVN: r7021
1994-04-10 08:04:14 -04:00
Richard Kenner
45620ed410
No longer handle LSHIFT.
...
From-SVN: r7020
1994-04-10 08:03:37 -04:00
Richard Kenner
e5df894b42
(lshl_optab): Deleted.
...
(expand_binop, init_optabs): No longer reference it.
From-SVN: r7019
1994-04-10 08:03:05 -04:00
Richard Kenner
9c2683afa3
(lshl_optab): Deleted.
...
From-SVN: r7018
1994-04-10 08:00:07 -04:00
Richard Kenner
160d4f27aa
(LSHIFT): Deleted.
...
From-SVN: r7017
1994-04-10 07:59:43 -04:00
Richard Kenner
996a5f59fb
Remove references to LSHIFT and lshlsi3.
...
From-SVN: r7016
1994-04-10 07:13:16 -04:00