Commit Graph

4307 Commits

Author SHA1 Message Date
Steve Chamberlain
bc1ebe6373 (ASM_OUTPUT_CASE_LABEL): Ensure jump table is aligned.
From-SVN: r4320
1993-05-04 15:21:26 +00:00
Steve Chamberlain
aa684c9468 (arith patterns): Rework constraints.
From-SVN: r4319
1993-05-04 15:21:00 +00:00
Jim Wilson
8c699e9b74 (CPP_PREDEFINES): Delete -Dsun and -Dunix.
From-SVN: r4318
1993-05-03 17:27:51 -07:00
Jim Wilson
bfc965cf40 (output_function_profiler): Add missing newlines in strings.
From-SVN: r4317
1993-05-03 17:24:36 -07:00
Jim Wilson
4851a75cfd (BITS_BIG_ENDIAN): Define to zero.
From-SVN: r4316
1993-05-03 17:22:07 -07:00
Jim Wilson
c6b3f1f25f (make_extraction): Move BYTES_BIG_ENDIAN != BITS_BIG_ENDIAN offset
correction after the offset calculation.

From-SVN: r4315
1993-05-03 17:16:21 -07:00
Jim Wilson
50e658546e (grokdeclarator, ARRAY_REF case): Build array type, and
then build the variant array type.

From-SVN: r4314
1993-05-03 17:10:51 -07:00
Jim Wilson
1d77b9c11d (floatsitf2): Output fitoq not fitox.
From-SVN: r4313
1993-05-03 16:41:46 -07:00
Jim Wilson
bc1aa94679 (scc pattterns): Add missing mode to conditional operators.
From-SVN: r4312
1993-05-03 16:36:34 -07:00
Jim Wilson
f87550e01b (truthvalue_conversion): Don't optimize subtract of reals when target uses
IEEE arithmetic.

From-SVN: r4311
1993-05-03 16:33:42 -07:00
Jim Wilson
66b2ba11a6 Delete cond.awk reference.
From-SVN: r4310
1993-05-03 16:25:49 -07:00
Richard Stallman
fe9ef5d7b7 (digest_init): Check size properly for wide-string.
From-SVN: r4309
1993-05-03 23:02:49 +00:00
Richard Stallman
22cc53bcef (FUNCTION_PROFILER, ASM_OUTPUT_ADDR_DIFF_ELT):
Remove PIC stuff.  We wait for the ELF support in gas and binutils.
(LINK_SPEC): Defined for -v.

From-SVN: r4308
1993-05-03 10:50:06 +00:00
Richard Stallman
a34f8b66ba (copy-headers): Put `-' on mkdir command.
From-SVN: r4307
1993-05-03 10:42:16 +00:00
Richard Stallman
c736d8dbab Take out previous change.
From-SVN: r4306
1993-05-02 23:58:03 +00:00
Richard Stallman
e05a9da8f9 (push_reload): Allow non-paradoxical SUBREGs of MEM
on machines that extend byte loads.

From-SVN: r4305
1993-05-02 14:01:55 +00:00
Richard Stallman
a3b75c072c (eliminate_regs...
(eliminate_regs, case SUBREG): Leave the SUBREG when
the inner object is a pseudo on machines that extend byte
loads (to be consistent with reload.c).

From-SVN: r4304
1993-05-02 14:01:25 +00:00
Richard Stallman
5b23f690b7 (EDOM, ERANGE): Define only if not defined. (Less risky.)
From-SVN: r4303
1993-05-02 13:29:18 +00:00
Michael Meissner
9853dfe03e Do not define EDOM/ERANGE.
From-SVN: r4302
1993-05-02 13:02:51 +00:00
Richard Stallman
2e794ee866 (record_jump_cond): Use mode of op0 or op1, not MODE,
when testing for narrowing or widening subregs.

From-SVN: r4301
1993-05-02 12:43:15 +00:00
Richard Stallman
64685ffacf Deleted casts to void.
(emdnorm, eifrac, euifrac, mtherr): Replace
unconditional `pedwarn' by `warning' conditional on `extra_warnings'.
(toe24, todec): Use ERANGE to flag overflow on (non-IEEE)
machines that do not have infinity.
(etoasc): Check explicitly for overflow of leading decimal digit.
(asctoeg): Test for, and immediately reject, out-of-bounds
decimal exponent inputs.
(at top level): Include errno.h; reference errno, warning, extra_warnings.

From-SVN: r4300
1993-05-02 04:47:17 +00:00
Jeff Law
0a05e9c9a6 * pa.md (shadd for reload): Change constraints to match the output template.
From-SVN: r4299
1993-05-01 22:30:07 -06:00
Richard Stallman
792f1ab903 (libobjc.a): Depend on $(USE_COLLECT2)
From-SVN: r4298
1993-05-01 21:02:37 +00:00
Richard Stallman
5690d33f63 (xforward): Add `else true;' for Ultrix 4.2 make.
From-SVN: r4297
1993-05-01 21:02:10 +00:00
Richard Stallman
461c2c6ce6 (WORD_SWITCH_TAKES_ARG): Fix typo.
From-SVN: r4296
1993-05-01 20:37:54 +00:00
Richard Stallman
709ab4fc49 (simplify_binary_operation): Reject CCmode in A & (~A) -> 0.
Also fix typos in previous change.

From-SVN: r4295
1993-05-01 16:55:51 +00:00
Tom Wood
a878dab7ef (build_ivar_reference): Warn when a class method
refers to an instance variable.

From-SVN: r4294
1993-05-01 10:48:31 +00:00
Richard Stallman
257e61ed70 (truthvalue_conversion): Specific error message when the "truthvalue" of a struct...
(truthvalue_conversion):  Specific error message when the
"truthvalue" of a struct, union, or array type operand is needed.

From-SVN: r4293
1993-05-01 04:09:06 +00:00
Richard Stallman
5f0abdc3ca (yylex): Avoid invalid shift for erroneous empty char const.
From-SVN: r4292
1993-05-01 02:59:52 +00:00
Richard Stallman
c141a106c0 (subst, case COMPARE): Use SELECT_CC_MODE even if HAVE_CC0.
From-SVN: r4291
1993-05-01 02:55:05 +00:00
Jim Wilson
317417a2bc (LONG_DOUBLE_TYPE_SIZE): Ifdef out.
From-SVN: r4290
1993-04-30 12:19:18 -07:00
Doug Evans
5b7a6ab115 Fix syntax error.
From-SVN: r4289
1993-04-30 18:52:42 +00:00
Richard Stallman
4727917843 (install-normal): Move install-libgcc after $(INSTALL_HEADERS) in deps.
(tooldir): Use exec_prefix, not prefix.
(gcc.o): Likewise for TOOLDIR_BASE_PREFIX.

From-SVN: r4288
1993-04-30 16:07:56 +00:00
Richard Stallman
31dcf83f63 (cse_insn): Reset the INSN_CODE for conditional
or computed jumps which have been converted into simplejumps.

From-SVN: r4287
1993-04-30 16:04:40 +00:00
Ian Lance Taylor
d096c37276 Fix #endif comments
From-SVN: r4286
1993-04-30 16:00:15 +00:00
Steve Chamberlain
a3d6ace67a Accept sh, hms.
From-SVN: r4285
1993-04-30 14:49:35 +00:00
Steve Chamberlain
bc45ade3d6 Initial revision
From-SVN: r4284
1993-04-30 14:29:19 +00:00
Richard Stallman
8efabd131f (default_conversion): Undo last change.
From-SVN: r4283
1993-04-30 12:42:41 +00:00
Richard Stallman
b126e7cecc Comment fix.
From-SVN: r4282
1993-04-30 03:15:53 +00:00
Richard Stallman
e855c5ce20 (default_conversion): Pass through non-lvalue arrays without any conversion and/or error messages.
(default_conversion):  Pass through non-lvalue arrays
without any conversion and/or error messages.  Such operands are
perfectly OK in many contexts.

(build_conditional_expr): Do default_conversion
before testing for ERROR_MARK.

From-SVN: r4281
1993-04-30 00:54:54 +00:00
Richard Stallman
b61cccc267 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
Definitions put into #if 0.

From-SVN: r4280
1993-04-30 00:53:35 +00:00
Ian Lance Taylor
2778eaeaa2 Define SMALL_ARG_MAX
From-SVN: r4279
1993-04-29 21:13:46 +00:00
Ian Lance Taylor
0ad5835e0b If SMALL_ARG_MAX is defined don't pass non-directories in environment
From-SVN: r4278
1993-04-29 21:11:44 +00:00
Torbjorn Granlund
8f791f2dd2 (float_extend:DF recognizer): Add missing arg to output_asm_insn.
(float_truncate:SF recognizer): Likewise.

From-SVN: r4277
1993-04-29 19:04:26 +00:00
Kresten Krab Thorup
1b61a40eca _forward.c renamed to xforward.c
From-SVN: r4276
1993-04-29 17:16:48 +00:00
Richard Stallman
503e4b87f2 (movxf): Add pattern for soft-float moves.
From-SVN: r4275
1993-04-29 16:59:21 +00:00
Richard Stallman
2505bc9700 (output_move_double): Support XFmode moves.
From-SVN: r4274
1993-04-29 16:55:35 +00:00
Richard Stallman
32c454f6c7 (output_call): Add missing arg to output_asm_insn.
From-SVN: r4273
1993-04-29 16:51:53 +00:00
Richard Stallman
4782d5b5ad (default_compilers): Inhibit -D__OPTIMIZE__ if -O0.
From-SVN: r4272
1993-04-29 16:39:56 +00:00
Kresten Krab Thorup
bb29a1a848 Added check for selectors==0
From-SVN: r4271
1993-04-29 11:50:17 +00:00