Commit Graph

8470 Commits

Author SHA1 Message Date
Richard Kenner
d90aadbb6d (sched_analyze_insn): Don't set SCHED_GROUP_P for previous INSN a USE
unless it's a USE of a REG.

From-SVN: r8083
1994-09-15 05:29:45 -04:00
Michael Bushnell
0212779cc8 Include <sys/errno.h> in case `errno' is a macro defined there.
From-SVN: r8082
1994-09-14 14:19:02 +00:00
Michael Bushnell
44c5421f37 Added log entry for change to g++.c.
From-SVN: r8081
1994-09-14 14:18:03 +00:00
Michael Bushnell
eb7392a885 (GUESSPATHLEN): If there is no definition of MAXPATHLEN, then set GUESSPATHLEN to be 100.
(GUESSPATHLEN): If there is no definition of MAXPATHLEN, then set
GUESSPATHLEN to be 100.  (It's used as a starting point, not a limit,
so this is harmless.)

From-SVN: r8080
1994-09-14 14:11:15 +00:00
Michael Meissner
eb085d72be More DF/XF/DI fixes.
From-SVN: r8079
1994-09-13 21:44:15 +00:00
Richard Kenner
bd1a74b1a7 (fatal_perror, fatal, error): Declare all args as char *.
From-SVN: r8078
1994-09-13 14:11:09 -04:00
Jeff Law
42fbe27f77 pa.c (emit_move_sequence): Handle secondary FP load/store reloads of the form (subreg (mem (plus (reg)...
* pa.c (emit_move_sequence): Handle secondary FP load/store
	reloads of the form (subreg (mem (plus (reg) (disp)))).
	(secondary_reload_class): A secondary register is needed to handle
	out-of-range FP loads and stores.
	* pa.md (reload_indf, reload_outdf): New expanders.
	(reload_insf, reload_outsf): Likewise.

From-SVN: r8077
1994-09-13 10:41:03 -06:00
Richard Kenner
4b303b50bc (ADA_CFLAGS): New override.
From-SVN: r8076
1994-09-12 18:15:28 -04:00
Jim Wilson
7a30f0c44e (assign_parms): Set RTX_UNCHANGING_P on stack_parm
for const parameter before calling move_block_from_reg.

From-SVN: r8075
1994-09-12 11:51:39 -07:00
Doug Evans
179233208f (FLO_union_type): Add packed attribute to `bits'.
From-SVN: r8074
1994-09-12 18:27:48 +00:00
Richard Kenner
0e227018ba (invalidate_for_call): Properly set IN_TABLE.
From-SVN: r8073
1994-09-10 09:50:27 -04:00
Richard Kenner
87774eb0ae Initial revision
From-SVN: r8072
1994-09-10 06:46:14 -04:00
Richard Kenner
caec8cf4d7 Removed #define HAVE_ATEXIT to allow building for DYNIX/ptx 1.x.
From-SVN: r8071
1994-09-10 06:46:00 -04:00
Richard Kenner
19ab288864 (ptx): New OS; use for Sequent.
From-SVN: r8070
1994-09-10 06:42:40 -04:00
Richard Kenner
01bffe732f (rescan, handle_directive): Backslash no longer suppresses the specialness of the following char unless -traditional.
(rescan, handle_directive): Backslash no longer suppresses the specialness of
the following char unless -traditional.
(rescan): Remove backslash-newline only if at top level, since
backslash-newline-space can be encountered during macro processing.
(collect_expansion): Remove special hack for \# inside a #define; it's not
compatible with the C Standard.

From-SVN: r8069
1994-09-09 21:48:32 -04:00
Jason Merrill
4de57b3baa (LINK_SPEC): Ditto.
From-SVN: r8068
1994-09-10 00:34:51 +00:00
Jason Merrill
e2fd1d94b8 (expand_main_function): Don't call __main if
HAS_INIT_SECTION is defined.

From-SVN: r8067
1994-09-10 00:34:51 +00:00
Jason Merrill
5419023491 (HAS_INIT_SECTION): Define.
(LINK_SPEC): Add '-init __main'.

From-SVN: r8066
1994-09-10 00:34:51 +00:00
Mike Stump
fe1e3bf47e tree.c (decl_function_context): Don't treat C++ member functions of classes declared in a function...
* tree.c (decl_function_context): Don't treat C++ member
        functions of classes declared in a function, as nested functions.

From-SVN: r8065
1994-09-09 23:48:21 +00:00
Steve Chamberlain
c3898ccd98 *** empty log message ***
From-SVN: r8064
1994-09-09 23:43:17 +00:00
Steve Chamberlain
a1dba937e5 Initial revision
From-SVN: r8063
1994-09-09 23:40:17 +00:00
Jim Wilson
516422ef0c (negsi2): Use register_operand not general_operand for output.
From-SVN: r8062
1994-09-09 14:22:54 -07:00
Jim Wilson
03daa6410c (memory): Add missing !r4600 to first define_function_unit.
From-SVN: r8061
1994-09-09 14:16:36 -07:00
Jim Wilson
6c949b6759 (dbxout_symbol_location): Handle error_mark_node in
DECL_INITIAL for C++.

From-SVN: r8060
1994-09-09 14:03:24 -07:00
Jim Wilson
ad03007a2b (check_for_full_enumeration_handling): Cast malloc result
to `unsigned char *' not `char *'.

From-SVN: r8059
1994-09-09 13:32:17 -07:00
Richard Kenner
0852bc0c5a Correct unprototyped pointer args from 0' to NULL_PTR'
From-SVN: r8058
1994-09-09 15:52:38 -04:00
Jim Wilson
78e9b5dfc7 (SQRTTF2_LIBCALL): Delete.
(INIT_TARGET_OPTABS): Define.
(INIT_SUBTARGET_OPTABS): Define.

From-SVN: r8057
1994-09-09 12:35:29 -07:00
Richard Kenner
2bb76168f8 Initial revision
From-SVN: r8056
1994-09-09 15:17:48 -04:00
Jim Wilson
8894cf34f4 (truncdisi2): Change from define_expand to define_insn.
(truncdihi2, truncdiqi2): Likewise.

From-SVN: r8055
1994-09-09 12:15:14 -07:00
Richard Kenner
d6f7c0feb9 Add #undef for everything we define; a few were missing.
From-SVN: r8054
1994-09-09 15:07:41 -04:00
Richard Kenner
5c73e8471a (find_reloads, case 'p'): Operand is BASE_REG_CLASS.
From-SVN: r8053
1994-09-09 14:52:45 -04:00
Richard Kenner
6e98cdc800 (dsp16xx): New basic machine.
From-SVN: r8052
1994-09-09 14:00:22 -04:00
Richard Kenner
d93578fe85 Initial revision
From-SVN: r8051
1994-09-09 13:58:24 -04:00
Richard Kenner
946730d09e Initial revision
From-SVN: r8050
1994-09-09 13:42:23 -04:00
Richard Kenner
c83c42d9a8 Initial revision
From-SVN: r8049
1994-09-09 13:28:38 -04:00
Michael Meissner
6ecbf3001a Merge push patterns for memory/nonmemory
From-SVN: r8048
1994-09-09 16:50:00 +00:00
Richard Stallman
68dab18d53 Accept i586 like i386.
Do not use SCO as a default for i386-*.

From-SVN: r8047
1994-09-09 04:54:07 +00:00
Steve Chamberlain
07bd02ca78 *** empty log message ***
From-SVN: r8046
1994-09-08 22:48:52 +00:00
Steve Chamberlain
13ce26b042 *** empty log message ***
From-SVN: r8045
1994-09-08 22:41:05 +00:00
Per Bothner
bca949e251 (get_set_constructor_bits, get_set_constructor_words): New functions.
From-SVN: r8044
1994-09-08 11:59:33 -07:00
Jim Wilson
babfe4370e (attach_deaths): Correct typo, use GET_MODE not GET_CODE.
From-SVN: r8043
1994-09-08 11:40:15 -07:00
Jim Wilson
480eac3b81 (mark_used_regs, case REG): Correct typo, use GET_MODE not GET_CODE.
From-SVN: r8042
1994-09-08 11:38:30 -07:00
Michael Meissner
31533f561d Define TARGET_CPU_DEFAULT when building aux-output.o
From-SVN: r8041
1994-09-08 17:59:59 +00:00
Michael Meissner
f5316dfe88 Add support for -mreg-alloc=<xxx>
From-SVN: r8040
1994-09-08 17:59:18 +00:00
Michael Meissner
0be5d99ff2 Rewrite movsf/movdf/movdi patterns
From-SVN: r8039
1994-09-08 17:58:36 +00:00
Richard Kenner
19d5775a09 (movsi matcher): Merge TARGET_POWER and !TARGET_POWER cases.
Rationalize mnemonics.
(movhi and movqi matchers): Likewise.
(movsf matcher): Correct length attribute for stfs which no longer
includes frsp.

From-SVN: r8038
1994-09-08 07:15:02 -04:00
Richard Kenner
a4b970a05f (REGISTER_MOVE_COST): Fix typo in last change.
From-SVN: r8037
1994-09-08 07:06:23 -04:00
Richard Kenner
a957c7944d (handle_directive): In `#include <xxx>' directives, remove backslash-newline properly.
(handle_directive): In `#include <xxx>' directives, remove
backslash-newline properly.  Don't allow any other newlines.

From-SVN: r8036
1994-09-07 19:31:32 -04:00
Richard Kenner
6d545b717c (REGISTER_MOVE_COST): Moving between special registers is expensive.
From-SVN: r8035
1994-09-07 19:29:25 -04:00
Richard Kenner
66415c8b0e (simplify_comparison): Convert comparison to unsigned when stripping
off a ZERO_EXTEND.

From-SVN: r8034
1994-09-07 18:32:03 -04:00