OSDN Git Service

pf3gnuchains/gcc-fork.git
30 years ago(ASM_OUTPUT_ASCII): Enclose macro in "do { .. } while (0)".
jrv [Fri, 24 Sep 1993 05:00:25 +0000 (05:00 +0000)]
(ASM_OUTPUT_ASCII): Enclose macro in "do { .. } while (0)".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5443 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bi-parser.c): Supply explicit rule.
rms [Thu, 23 Sep 1993 21:34:43 +0000 (21:34 +0000)]
(bi-parser.c): Supply explicit rule.
Add bi-parser.h as target.
Put these files in srcdir.

(bc-optab.o, bc-emit.o): Add missing deps.
(bi-parser.c, bi-lexer.c): Don't depend on .h files here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5442 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(lang_options): Add -fallow-single-precision.
rms [Thu, 23 Sep 1993 21:19:56 +0000 (21:19 +0000)]
(lang_options): Add -fallow-single-precision.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5441 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bc_gen_rtx): Deleted.
rms [Thu, 23 Sep 1993 18:57:49 +0000 (18:57 +0000)]
(bc_gen_rtx): Deleted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5440 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agodeclared yyerror before using it
bson [Thu, 23 Sep 1993 18:45:53 +0000 (18:45 +0000)]
declared yyerror before using it

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5439 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(handle_pragma_weak): Test HANDLE_PRAGMA_WEAK
rms [Thu, 23 Sep 1993 17:25:13 +0000 (17:25 +0000)]
(handle_pragma_weak): Test HANDLE_PRAGMA_WEAK
and WEAK_ASM_OP and SET_ASM_OP.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5438 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agochanged bytecode rtx structure references into macros
bson [Thu, 23 Sep 1993 17:15:31 +0000 (17:15 +0000)]
changed bytecode rtx structure references into macros

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5437 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agochange bytecode rtx structure references into macros
bson [Thu, 23 Sep 1993 17:08:59 +0000 (17:08 +0000)]
change bytecode rtx structure references into macros

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5436 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agochanged bytecode rtx structure references into macros
bson [Thu, 23 Sep 1993 17:08:13 +0000 (17:08 +0000)]
changed bytecode rtx structure references into macros

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5435 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(stmt.o): Fix typo.
rms [Thu, 23 Sep 1993 17:06:17 +0000 (17:06 +0000)]
(stmt.o): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5434 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_increment): Don't store directly ito a subreg
rms [Thu, 23 Sep 1993 16:56:28 +0000 (16:56 +0000)]
(expand_increment): Don't store directly ito a subreg
that is narrower than a word.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5433 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoadded bytecode dependencies
bson [Thu, 23 Sep 1993 16:48:35 +0000 (16:48 +0000)]
added bytecode dependencies

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5432 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoFix typos in recent changes.
rms [Thu, 23 Sep 1993 16:02:22 +0000 (16:02 +0000)]
Fix typos in recent changes.
(bc-arity.h, bc-opcode.h, bc-opname.h): Use `./'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5431 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(init_reg_last_arrays): New function.
rms [Thu, 23 Sep 1993 06:11:30 +0000 (06:11 +0000)]
(init_reg_last_arrays): New function.
(combine_instructions): Use it.
(force_to_mode): Narrow mask to fit mode (except VOIDmode).
(record_value_for_reg): When zeroing reg_last_set_value, also
zero reg_last_set_{mode,nonzero_bits,sign_bit_copies}.
(record_dead_and_set_regs): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5430 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(record_label_references): Don't follow a null label reference chain.
jrv [Thu, 23 Sep 1993 06:07:19 +0000 (06:07 +0000)]
(record_label_references): Don't follow a null label reference chain.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5429 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInclude bytetypes.h only if __GNUC__.
rms [Thu, 23 Sep 1993 05:52:37 +0000 (05:52 +0000)]
Include bytetypes.h only if __GNUC__.
(bc_initialize): Add MODE arg to REAL_VALUE_ATOF calls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5428 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bi-lexer.c): File is in $(srcdir).
rms [Thu, 23 Sep 1993 04:32:46 +0000 (04:32 +0000)]
(bi-lexer.c): File is in $(srcdir).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5427 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(flag_allow_single_precision): Declared.
rms [Thu, 23 Sep 1993 02:05:43 +0000 (02:05 +0000)]
(flag_allow_single_precision): Declared.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5426 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(flag_allow_single_precision): New variable.
rms [Thu, 23 Sep 1993 02:04:32 +0000 (02:04 +0000)]
(flag_allow_single_precision): New variable.
(c_decode_option): Handle -fallow-single-precision.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5425 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(set_init_index): Handle and allow CONST_DECL.
rms [Thu, 23 Sep 1993 02:03:14 +0000 (02:03 +0000)]
(set_init_index): Handle and allow CONST_DECL.
(build_c_cast): When making a CONSTRUCTOR for a union cast,
specify its type.

(default_conversion): Implement -fallow-single-precision.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5424 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bi-arity, bi-opcode, bi-opname, bi-unparse, bi-lexer):
rms [Wed, 22 Sep 1993 23:50:42 +0000 (23:50 +0000)]
(bi-arity, bi-opcode, bi-opname, bi-unparse, bi-lexer):
Make the rules explicit.  Don't use $^.
(bi-run.o, bi-parser.o, bi-lexer.o): Eliminate $<.
(bc-arity.h, bc-opcode.h, bc-opname.h): Eliminate $< and $@.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5423 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInclude bytetypes.h.
rms [Wed, 22 Sep 1993 22:26:59 +0000 (22:26 +0000)]
Include bytetypes.h.
(bc_emit_bytecode): Likewise.
(bc_emit_instruction) [! __GNUC__]: Don't really use bc-typecd.def.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5422 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bc_adjust_stack): Use VALIDATE_STACK_FOR_BC, not VALIDATE_STACK.
rms [Wed, 22 Sep 1993 22:01:15 +0000 (22:01 +0000)]
(bc_adjust_stack): Use VALIDATE_STACK_FOR_BC, not VALIDATE_STACK.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5421 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bi-lexer.o, bi-parser.o): Use ALL_CFLAGS.
rms [Wed, 22 Sep 1993 22:00:50 +0000 (22:00 +0000)]
(bi-lexer.o, bi-parser.o): Use ALL_CFLAGS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5420 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoTypedefs deleted.
rms [Wed, 22 Sep 1993 22:00:32 +0000 (22:00 +0000)]
Typedefs deleted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5419 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(union stacktype): Deleted.
rms [Wed, 22 Sep 1993 20:45:04 +0000 (20:45 +0000)]
(union stacktype): Deleted.
(BI_PARAMS): Don't continue the parmlist.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5418 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(main): Make sure there's some value within each pair of braces.
rms [Wed, 22 Sep 1993 20:44:24 +0000 (20:44 +0000)]
(main): Make sure there's some value within each pair of braces.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5417 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(union stacktype): Deleted.
rms [Wed, 22 Sep 1993 20:26:02 +0000 (20:26 +0000)]
(union stacktype): Deleted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5416 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bc_assemble_integer): Make definition static.
rms [Wed, 22 Sep 1993 20:23:04 +0000 (20:23 +0000)]
(bc_assemble_integer): Make definition static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5415 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bc_strdup): Don't use strcpy's value.
rms [Wed, 22 Sep 1993 20:21:03 +0000 (20:21 +0000)]
(bc_strdup): Don't use strcpy's value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5414 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agomake sure cc1, cc1plus, and cc1obj targets always make all the bytecode stuff
bson [Wed, 22 Sep 1993 20:06:10 +0000 (20:06 +0000)]
make sure cc1, cc1plus, and cc1obj targets always make all the bytecode stuff

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5413 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(xsigned): New macro.
rms [Wed, 22 Sep 1993 19:57:36 +0000 (19:57 +0000)]
(xsigned): New macro.
(QItype, HItype, SItype, DItype): Use that.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5412 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agodeclared finalize_pic as void
bson [Wed, 22 Sep 1993 19:21:03 +0000 (19:21 +0000)]
declared finalize_pic as void

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5411 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(FPROP): Recognize 80387 or 68881 XFmode format.
rms [Wed, 22 Sep 1993 19:15:37 +0000 (19:15 +0000)]
(FPROP): Recognize 80387 or 68881 XFmode format.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5410 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agomade bc_emit_trampoline a macro, moved it to m68k.h
bson [Wed, 22 Sep 1993 19:04:33 +0000 (19:04 +0000)]
made bc_emit_trampoline a macro, moved it to m68k.h

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5409 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agomake sym_lookup global instead of static.
bson [Wed, 22 Sep 1993 19:02:19 +0000 (19:02 +0000)]
make sym_lookup global instead of static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5408 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agodeclare further functions needed for bc_emit_trampoline. Include
bson [Wed, 22 Sep 1993 19:01:32 +0000 (19:01 +0000)]
declare further functions needed for bc_emit_trampoline. Include
bytecode header files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5407 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoadded missing declaration for bytecode
bson [Wed, 22 Sep 1993 18:47:34 +0000 (18:47 +0000)]
added missing declaration for bytecode

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5406 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agobytecode modifications
bson [Wed, 22 Sep 1993 18:45:56 +0000 (18:45 +0000)]
bytecode modifications

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5405 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agofixed typo in bytecode code
bson [Wed, 22 Sep 1993 18:45:16 +0000 (18:45 +0000)]
fixed typo in bytecode code

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5404 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago * cp-class.c (finish_struct): Move special C++ only code that
mrs [Wed, 22 Sep 1993 18:43:15 +0000 (18:43 +0000)]
    * cp-class.c (finish_struct): Move special C++ only code that
          handles anonymous unions inside structures here.
        * stor-layout.c (layout_record): From here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5403 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agobytecode fixes
bson [Wed, 22 Sep 1993 18:33:20 +0000 (18:33 +0000)]
bytecode fixes

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5402 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(combine_temp_slots): Handle deletion properly.
rms [Wed, 22 Sep 1993 18:29:43 +0000 (18:29 +0000)]
(combine_temp_slots): Handle deletion properly.
Free the RTL that is allocated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5401 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(build_component_ref): For a field in an anonymous union,
rms [Wed, 22 Sep 1993 18:26:01 +0000 (18:26 +0000)]
(build_component_ref): For a field in an anonymous union,
make two nested COMPONENT_REFs.
(lookup_field): Additional arg INDIRECT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5400 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(-compare:, -shouldNotImplement:): Added.
krab [Wed, 22 Sep 1993 18:00:23 +0000 (18:00 +0000)]
(-compare:, -shouldNotImplement:): Added.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5399 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(objc_write_type, objc_write_types): Take
krab [Wed, 22 Sep 1993 17:59:50 +0000 (17:59 +0000)]
(objc_write_type, objc_write_types): Take
       take char** args for writing strings in stead of char* to
       match NeXT.  Also correct some typos in error messages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5398 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agorenamed jumpif and jumpifnot to xjumpif and xjumpifnot respectively to
bson [Wed, 22 Sep 1993 17:55:26 +0000 (17:55 +0000)]
renamed jumpif and jumpifnot to xjumpif and xjumpifnot respectively to
avoid namespace conflict in stmt.c

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5397 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agofixed compilation problems in bc_expand_decl_init
bson [Wed, 22 Sep 1993 17:54:20 +0000 (17:54 +0000)]
fixed compilation problems in bc_expand_decl_init

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5396 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(INITIALIZE_TRAMPOLINE): Append call to
krab [Wed, 22 Sep 1993 17:45:18 +0000 (17:45 +0000)]
(INITIALIZE_TRAMPOLINE): Append call to
__enable_execute_stack.
(CLEAR_INSN_CACHE): New macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5395 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(__enable_execute_stack): Add case for NeXT/__MACH__.
krab [Wed, 22 Sep 1993 17:44:56 +0000 (17:44 +0000)]
(__enable_execute_stack): Add case for NeXT/__MACH__.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5394 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInitial revision
bson [Wed, 22 Sep 1993 17:44:51 +0000 (17:44 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5393 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agofixed typo
bson [Wed, 22 Sep 1993 17:43:07 +0000 (17:43 +0000)]
fixed typo

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5392 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(__clear_cache): add case for new CLEAR_INSN_CACHE.
krab [Wed, 22 Sep 1993 17:43:00 +0000 (17:43 +0000)]
(__clear_cache): add case for new CLEAR_INSN_CACHE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5391 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_constructor): Use the type given
krab [Wed, 22 Sep 1993 17:38:20 +0000 (17:38 +0000)]
(output_constructor): Use the type given
by the constructor expression only if available.  Otherwise
use the type of the declared type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5390 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInitial revision
bson [Wed, 22 Sep 1993 15:48:59 +0000 (15:48 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5389 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agofixed typo
bson [Wed, 22 Sep 1993 15:40:12 +0000 (15:40 +0000)]
fixed typo

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5388 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoadded declaration for `trampoline' bytecode segment.
bson [Wed, 22 Sep 1993 15:39:45 +0000 (15:39 +0000)]
added declaration for `trampoline' bytecode segment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5387 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInitial revision
bson [Wed, 22 Sep 1993 15:27:20 +0000 (15:27 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5386 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(INIT_CUMULATIVE_ARGS): Pass just the return value type to aggregate_value_p.
rms [Wed, 22 Sep 1993 13:29:19 +0000 (13:29 +0000)]
(INIT_CUMULATIVE_ARGS): Pass just the return value type to aggregate_value_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5385 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoComment change.
rms [Wed, 22 Sep 1993 13:28:37 +0000 (13:28 +0000)]
Comment change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5384 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(L_bb): Test inhibit_libc.
rms [Wed, 22 Sep 1993 02:33:56 +0000 (02:33 +0000)]
(L_bb): Test inhibit_libc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5383 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(ENQUIRE, CROSS_TEST): New variables.
rms [Wed, 22 Sep 1993 02:30:41 +0000 (02:30 +0000)]
(ENQUIRE, CROSS_TEST): New variables.
(all.cross): Use them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5382 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago[CROSS_COMPILE]: Include mips/a.out.h.
rms [Wed, 22 Sep 1993 02:28:05 +0000 (02:28 +0000)]
[CROSS_COMPILE]: Include mips/a.out.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5381 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoMinor push_member_name improvement.
bothner [Wed, 22 Sep 1993 01:42:59 +0000 (01:42 +0000)]
Minor push_member_name improvement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5380 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agobytecode
bson [Tue, 21 Sep 1993 21:25:24 +0000 (21:25 +0000)]
bytecode

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5379 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInitial revision
bson [Tue, 21 Sep 1993 21:25:11 +0000 (21:25 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5378 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago*** empty log message ***
bson [Tue, 21 Sep 1993 21:22:27 +0000 (21:22 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5377 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(jump_optimize): Try putting RETURN at end of function both at start
kenner [Tue, 21 Sep 1993 14:20:39 +0000 (14:20 +0000)]
(jump_optimize): Try putting RETURN at end of function both at start
and at end of our optimization.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5376 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_expr): Handle flag_volatile here.
rms [Mon, 20 Sep 1993 21:24:17 +0000 (21:24 +0000)]
(expand_expr): Handle flag_volatile here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5375 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(build_indirect_ref): TREE_THIS_VOLATILE no longer depends on flag_volatile.
rms [Mon, 20 Sep 1993 21:23:53 +0000 (21:23 +0000)]
(build_indirect_ref): TREE_THIS_VOLATILE no longer depends on flag_volatile.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5374 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoentered into RCS
rms [Mon, 20 Sep 1993 20:03:30 +0000 (20:03 +0000)]
entered into RCS

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5373 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agogstddef.h: Back out change of Sep 15 (handles Sun lossage).
dje [Mon, 20 Sep 1993 19:24:39 +0000 (19:24 +0000)]
gstddef.h: Back out change of Sep 15 (handles Sun lossage).
Prevented bootstrapping.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5372 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(objc_read_string): Allocate n+1 chars instead of just n.
krab [Mon, 20 Sep 1993 10:27:23 +0000 (10:27 +0000)]
(objc_read_string): Allocate n+1 chars instead of just n.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5371 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(rs6000_override_options): Fix typo.
kenner [Sun, 19 Sep 1993 20:30:06 +0000 (20:30 +0000)]
(rs6000_override_options): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5370 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(function_unit fpu2): Fix typo: had `rios12'.
kenner [Sun, 19 Sep 1993 20:26:39 +0000 (20:26 +0000)]
(function_unit fpu2): Fix typo: had `rios12'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5369 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(PREDICATE_CODES): Fix more typos.
kenner [Sun, 19 Sep 1993 20:19:55 +0000 (20:19 +0000)]
(PREDICATE_CODES): Fix more typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5368 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(pred): Fix additional typo in `comparison_operator'.
kenner [Sun, 19 Sep 1993 20:12:12 +0000 (20:12 +0000)]
(pred): Fix additional typo in `comparison_operator'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5367 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(rtx_free): New function.
rms [Sun, 19 Sep 1993 19:07:16 +0000 (19:07 +0000)]
(rtx_free): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5366 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_move_double): Handle register overlap
rms [Sun, 19 Sep 1993 17:07:19 +0000 (17:07 +0000)]
(output_move_double): Handle register overlap
case that occur in soft-float XFmode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5365 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(preds): Correct typo in name of `comparison_operator'.
kenner [Sun, 19 Sep 1993 16:50:43 +0000 (16:50 +0000)]
(preds): Correct typo in name of `comparison_operator'.
(add_to_sequence): If PREDICATE_CODES specified, warn if we find a predicate
not in that list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5364 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(find_reloads): Reject an alternative if two operands match the same
kenner [Sun, 19 Sep 1993 16:48:55 +0000 (16:48 +0000)]
(find_reloads): Reject an alternative if two operands match the same
output and we have to do a reload.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5363 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(attribute "cpu"): Change from "rios" to "rios1"; all uses changed.
kenner [Sun, 19 Sep 1993 15:44:28 +0000 (15:44 +0000)]
(attribute "cpu"): Change from "rios" to "rios1"; all uses changed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5362 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(rs6000_override_options): Change processor type to "rios1"; allow "rios"
kenner [Sun, 19 Sep 1993 15:43:53 +0000 (15:43 +0000)]
(rs6000_override_options): Change processor type to "rios1"; allow "rios"
as synonym.
Add synonyms for "mpc6xx".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5361 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(enum processor_type): Change from RIOS to RIOS1.
kenner [Sun, 19 Sep 1993 15:43:02 +0000 (15:43 +0000)]
(enum processor_type): Change from RIOS to RIOS1.
(PROCESSOR_DEFAULT): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5360 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(objc-headers): Depend on stmp-fixinc to build the
rms [Sun, 19 Sep 1993 15:33:20 +0000 (15:33 +0000)]
(objc-headers): Depend on stmp-fixinc to build the
include/ subdirectory first.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5359 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd extern declaration for alloca.
kenner [Sun, 19 Sep 1993 15:33:12 +0000 (15:33 +0000)]
Add extern declaration for alloca.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5358 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(size_t): Acorn RISCiX requires __size_t defined.
kenner [Sun, 19 Sep 1993 13:44:59 +0000 (13:44 +0000)]
(size_t): Acorn RISCiX requires __size_t defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5357 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(PREDICATE_CODES): Fix typos and add missing entries.
kenner [Sun, 19 Sep 1993 13:08:00 +0000 (13:08 +0000)]
(PREDICATE_CODES): Fix typos and add missing entries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5356 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(REG_ALLOC_ORDER): Add missing entries.
kenner [Sat, 18 Sep 1993 22:25:10 +0000 (22:25 +0000)]
(REG_ALLOC_ORDER): Add missing entries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5355 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(recog_for_combine): Fix typos in previous change.
kenner [Sat, 18 Sep 1993 20:52:40 +0000 (20:52 +0000)]
(recog_for_combine): Fix typos in previous change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5354 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(convert_move): Use emit_library_call_value.
rms [Sat, 18 Sep 1993 13:28:10 +0000 (13:28 +0000)]
(convert_move): Use emit_library_call_value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5353 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(earlyclobber_operand_p): New function.
kenner [Sat, 18 Sep 1993 11:57:54 +0000 (11:57 +0000)]
(earlyclobber_operand_p): New function.
(combine_reloads): Use it.
(find_reloads): Set reload_earlyclobbers earlier.
(refers_to_regno_for_reload_p): Count something being stored into if it is
an earlyclobber operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5352 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(invert_truthvalue): Allow arbitrary BOOLEAN_TYPE arguments.
bothner [Sat, 18 Sep 1993 04:43:29 +0000 (04:43 +0000)]
(invert_truthvalue):  Allow arbitrary BOOLEAN_TYPE arguments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5351 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_init_element): Update constructor_bit_index for union types.
rms [Sat, 18 Sep 1993 02:36:30 +0000 (02:36 +0000)]
(output_init_element): Update constructor_bit_index for union types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5350 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoDeclare __fixunsxfdi only if really have XFmode.
rms [Sat, 18 Sep 1993 00:39:21 +0000 (00:39 +0000)]
Declare __fixunsxfdi only if really have XFmode.
Likewise for __fixunstfdi.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5349 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(recog_for_combine): Always reject a PARALLEL containing our special
kenner [Fri, 17 Sep 1993 22:19:59 +0000 (22:19 +0000)]
(recog_for_combine): Always reject a PARALLEL containing our special
CLOBBER.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5348 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(fold_rtx, case MINUS): Copy result obtained from hash table.
kenner [Fri, 17 Sep 1993 22:13:33 +0000 (22:13 +0000)]
(fold_rtx, case MINUS): Copy result obtained from hash table.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5347 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(fold_rtx, case SUBREG): If paradoxical SUBREG of a constant, return
kenner [Fri, 17 Sep 1993 22:10:33 +0000 (22:10 +0000)]
(fold_rtx, case SUBREG): If paradoxical SUBREG of a constant, return
the constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5346 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(lookup_field): Use HOST_WIDE_INT instead of long or int when we want
kenner [Fri, 17 Sep 1993 22:08:22 +0000 (22:08 +0000)]
(lookup_field): Use HOST_WIDE_INT instead of long or int when we want
integer wide enough to hold a pointer difference.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5345 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoBetter encoding of CHAR_TYPE and BOOLEAN_TYPE.
bothner [Fri, 17 Sep 1993 20:06:27 +0000 (20:06 +0000)]
Better encoding of CHAR_TYPE and BOOLEAN_TYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5344 138bc75d-0d04-0410-961f-82ee72b054a4