Richard Stallman
708e813b0c
(finish_function): If rest_of_compilation set DECL_INITIAL
...
to null, leave it null.
From-SVN: r5943
1993-10-30 08:33:30 +00:00
Richard Stallman
27937f463c
(rest_of_compilation): When an `extern inline' is not really inline...
...
(rest_of_compilation): When an `extern inline' is not
really inline, clear DECL_INITIAL so we don't complain about
a subsequent non-extern definition.
From-SVN: r5942
1993-10-30 08:33:12 +00:00
Richard Stallman
1cf94605ca
(mainversion): New variable.
...
(distdir): Use mainversion when verifying gcc.texi has been updated.
From-SVN: r5941
1993-10-30 07:40:59 +00:00
Richard Stallman
7b1a0c14e9
(assign_parms): If parmreg is a CONCAT, handle the
...
case where stack_parm is 0.
From-SVN: r5940
1993-10-30 06:04:50 +00:00
Richard Stallman
b348776522
(store_bit_field): When calling operand_subword_force,
...
if VALUE has a non-void mode, pass that mode.
From-SVN: r5939
1993-10-30 06:04:18 +00:00
Richard Stallman
0766f23917
(do_jump): Use do_jump_by_parts_equality for complex compares.
...
From-SVN: r5938
1993-10-30 06:03:36 +00:00
Richard Stallman
22128dafd5
(HAVE_PUTENV): Defined.
...
From-SVN: r5937
1993-10-30 05:50:56 +00:00
Richard Stallman
cafe4d206d
(sys/stat.h): Don't change definitions into
...
prototypes if they may already be in prototype form.
From-SVN: r5936
1993-10-30 03:09:02 +00:00
Richard Stallman
a0735e3b1b
(LIB_SPEC): Use -lieee if -mieee-fp.
...
From-SVN: r5935
1993-10-29 20:51:28 +00:00
Richard Stallman
228b6a3fb4
Fix indentation.
...
From-SVN: r5934
1993-10-29 20:43:16 +00:00
Richard Kenner
00503c25a7
(LINK_SPEC): Pass -no_unresolved if -call_shared.
...
From-SVN: r5933
1993-10-29 13:04:11 -04:00
Richard Kenner
b26c8351bc
(addsf3, subsf3, mulsf3, divsf3): Put POWERPC first, then POWER.
...
From-SVN: r5932
1993-10-29 12:55:00 -04:00
Richard Kenner
9e88bd1ddd
({DBX,SDB,MIPS}_DEBUGGING_INFO): Turn off until working.
...
From-SVN: r5931
1993-10-29 12:52:48 -04:00
Richard Kenner
330a96abff
Define HAVE_PUTENV for AIX PS/2.
...
From-SVN: r5930
1993-10-29 12:15:08 -04:00
Richard Kenner
66168f5d32
Add support for coff-based ctor/dtor handling.
...
From-SVN: r5929
1993-10-29 11:49:33 -04:00
Richard Kenner
c192da272b
(gen-protos.o, scan.o, fix-header.o, scan-decls.o):
...
Add rule to compile using $(HOST_CC).
Show using hconfig.h.
From-SVN: r5928
1993-10-29 07:52:14 -04:00
Richard Kenner
415f766a65
(check_methods_accessible): Fix bug in -Wno-protocol.
...
(check_methods_accessible): Fix bug in -Wno-protocol. Reset chain to
bottom class for each search.
From-SVN: r5927
1993-10-28 21:33:07 -04:00
Richard Kenner
e1eb754f60
(init): Remove extraneous pop_momentary in error case.
...
From-SVN: r5926
1993-10-28 21:30:29 -04:00
Richard Kenner
0b31e2797e
(ENCODE_SECTION_INFO): Use DECL_RTL for DECLs.
...
From-SVN: r5925
1993-10-28 18:43:31 -04:00
Torbjorn Granlund
669054c144
(emit_move_sequence): Fix typo, Pmode' was
mode'.
...
From-SVN: r5924
1993-10-28 00:58:04 +00:00
Richard Stallman
d3ed72f07d
(NO_DOLLAR_IN_LABEL): Undefined.
...
From-SVN: r5923
1993-10-27 23:35:43 +00:00
Richard Stallman
0af62b41cd
(cse_insn): When using src_related, copy the rtx.
...
Likewise for src_eqv_here.
From-SVN: r5922
1993-10-27 23:22:38 +00:00
Richard Stallman
281ec92f7e
(output_pending_init_elements): Don't crash if
...
constructor_unfilled_fields is 0.
(build_c_cast): When making union constructor,
copy TREE_CONSTANT from the given value.
(initializer_constant_valid_p): Special handling for "constant"
union constructor.
From-SVN: r5921
1993-10-27 21:42:09 +00:00
Richard Kenner
b73d04f2fd
(define_function_unit): Add missing blank lines.
...
From-SVN: r5920
1993-10-27 17:24:53 -04:00
Richard Stallman
08432663f0
(bsd/sys/wait.h): Undo previous change.
...
From-SVN: r5919
1993-10-27 18:15:53 +00:00
Richard Stallman
0736d253b5
(ASM_OUTPUT_INTERNAL_LABEL): #if 0 deleted, to reenable these.
...
(ASM_GENERATE_INTERNAL_LABEL)
(ASM_OUTPUT_INTERNAL_LABEL): #if 0 deleted, to reenable these.
(NO_DOT_IN_LABEL): Defined.
From-SVN: r5918
1993-10-27 18:05:30 +00:00
Richard Stallman
48daf82891
(print_node_brief): Use unsigned char to print
...
the bytes of a real constant.
From-SVN: r5917
1993-10-27 06:40:44 +00:00
Richard Stallman
6d6e61ceba
(expand_assignment): Use duplicate instead of dup as bytecode op.
...
(bc_expand_expr): Likewise.
(bc_expand_constructor): Likewise.
(emit_move_insn_1): Don't call group_insns when X is a CONCAT.
(emit_move_insn_1, case CONJ_EXPR and COMPLEX_EXPR): Likewise.
From-SVN: r5916
1993-10-27 06:39:01 +00:00
Richard Stallman
61ccad3f2b
Rename dup to duplicate.
...
From-SVN: r5915
1993-10-27 06:14:56 +00:00
Richard Stallman
4cfe753245
(NO_DOLLAR_IN_LABEL): Defined.
...
From-SVN: r5914
1993-10-27 04:01:32 +00:00
Richard Kenner
7f77b42c53
Include hconfig.h.
...
From-SVN: r5913
1993-10-26 21:53:53 -04:00
Richard Kenner
ffde73b0c9
Include hconfig.h.
...
Remove unused #ifdef OLD.
From-SVN: r5912
1993-10-26 21:53:30 -04:00
Richard Kenner
39eda06efe
Delete duplicate definition of "buf".
...
Include hconfig.h.
From-SVN: r5911
1993-10-26 21:52:20 -04:00
Richard Stallman
4fc15c039a
(deduced.h): Add -I. and -I$(srcdir).
...
From-SVN: r5910
1993-10-27 01:49:41 +00:00
Richard Stallman
1308f97a42
Initial revision
...
From-SVN: r5909
1993-10-26 23:32:59 +00:00
Richard Stallman
115d1e8ec7
Treat __PARAGON__ like __SVR4__.
...
(va_dcl) [__PARAGON__]: Declare va_alist.
From-SVN: r5908
1993-10-26 23:30:07 +00:00
Richard Stallman
6aadf9c227
(___builtin_saveregs): New alternative for __PARAGON__.
...
From-SVN: r5907
1993-10-26 23:29:45 +00:00
Richard Stallman
237157dc44
[__i860__]: Add to little-endian conditional.
...
From-SVN: r5906
1993-10-26 23:29:24 +00:00
Richard Stallman
4680d8177c
(paragon): New alias.
...
From-SVN: r5905
1993-10-26 23:28:00 +00:00
Richard Kenner
3389831578
(rs6000_override_options): Support -mcpu=rsc1.
...
From-SVN: r5904
1993-10-26 19:05:26 -04:00
Richard Stallman
a41f44d603
(CC): Move a " to avoid shell error.
...
From-SVN: r5903
1993-10-26 23:01:56 +00:00
Richard Kenner
78b8d850dc
(movsi): Can copy a TOC address into a register.
...
From-SVN: r5902
1993-10-26 18:58:16 -04:00
Richard Stallman
8d91dd2830
(gen-protos, fix_header): Add $(HOST_CFLAGS) and $(HOST_LDFLAGS).
...
From-SVN: r5901
1993-10-26 19:17:55 +00:00
Richard Stallman
7b41f81532
(fix-header.o): Depend on fix-header.c.
...
(scan-decls.o): New target.
(gen-protos.o, scan.o): New targets.
(deduced.h): Pass GCC source dir to scan-types.sh.
From-SVN: r5900
1993-10-26 19:11:25 +00:00
Richard Stallman
829407e190
(default_compilers): Define __GNUC_MINOR__, using %v.
...
(do_spec_1): Implement %v.
From-SVN: r5899
1993-10-26 19:04:27 +00:00
Jim Wilson
37f2a146fe
(OLDCC): Add -XNh1500.
...
From-SVN: r5898
1993-10-26 10:43:53 -07:00
Richard Stallman
d4c6dfec80
(init_expmed): Use register 10000, not FIRST_PSEUDO_REGISTER that gets special treatment in rtx_cost.
...
(init_expmed): Use register 10000, not FIRST_PSEUDO_REGISTER
that gets special treatment in rtx_cost.
(expand_mult): Decrease max cost to 8.
From-SVN: r5897
1993-10-26 17:39:52 +00:00
Richard Stallman
ad96180a11
Fix NeXT <sys/wait.h> problem in <bsd/sys/wait.h>
...
as well, since that is where the file is in NeXTStep 3.0.
From-SVN: r5896
1993-10-26 17:03:37 +00:00
Richard Stallman
03d5b1f5a3
(build_binary_op): For TRUNC_MOD_EXPR and FLOOR_MOD_EXPR, set common.
...
From-SVN: r5895
1993-10-26 17:00:09 +00:00
Richard Stallman
bb1106c9b5
[__NeXT__]: Don't declare setjmp or longjmp.
...
From-SVN: r5894
1993-10-26 08:51:01 +00:00