platform/upstream/gcc.git
28 years ago(staticp): Check DECL_NO_STATIC_CHAIN on nested functions.
Jason Merrill [Tue, 5 Mar 1996 22:16:33 +0000 (22:16 +0000)]
(staticp): Check DECL_NO_STATIC_CHAIN on nested functions.

From-SVN: r11462

28 years ago(expand_expr, case *_DECL): If we make a non-local reference from a function with...
Jason Merrill [Tue, 5 Mar 1996 22:16:33 +0000 (22:16 +0000)]
(expand_expr, case *_DECL): If we make a non-local reference from a function with DECL_NO_STATIC_CHAIN set, abort.

(expand_expr, case *_DECL): If we make a non-local
        reference from a function with DECL_NO_STATIC_CHAIN set, abort.
        (expand_expr, case ADDR_EXPR): We don't need a trampoline for a
        function with DECL_NO_STATIC_CHAIN set.

From-SVN: r11461

28 years ago(JUMP_TABLES_IN_TEXT_SECTION): Define.
Jim Wilson [Tue, 5 Mar 1996 20:29:06 +0000 (12:29 -0800)]
(JUMP_TABLES_IN_TEXT_SECTION): Define.

From-SVN: r11460

28 years ago(push_e, pop_e): Add TARGET_SH3E to condition.
Jim Wilson [Tue, 5 Mar 1996 20:11:11 +0000 (12:11 -0800)]
(push_e, pop_e): Add TARGET_SH3E to condition.

From-SVN: r11459

28 years agoloop.c (init_loop): Use pseudo reg in add_cost computation so cost doesn't vary depen...
Doug Evans [Tue, 5 Mar 1996 18:39:19 +0000 (18:39 +0000)]
loop.c (init_loop): Use pseudo reg in add_cost computation so cost doesn't vary depending on...

* loop.c (init_loop): Use pseudo reg in add_cost computation
so cost doesn't vary depending on whether reg 0 happens to be
fixed or not.

From-SVN: r11458

28 years agoFix typo in last change.
Jeff Law [Tue, 5 Mar 1996 16:30:04 +0000 (09:30 -0700)]
Fix typo in last change.

From-SVN: r11457

28 years ago(free): Remove declaration.
Richard Kenner [Tue, 5 Mar 1996 15:28:39 +0000 (10:28 -0500)]
(free): Remove declaration.

From-SVN: r11456

28 years ago(free): Delete declaration of library function.
Richard Kenner [Tue, 5 Mar 1996 15:26:14 +0000 (10:26 -0500)]
(free): Delete declaration of library function.

From-SVN: r11455

28 years ago(record_label_references): Check for undefined label.
Richard Kenner [Tue, 5 Mar 1996 14:32:16 +0000 (09:32 -0500)]
(record_label_references): Check for undefined label.

From-SVN: r11454

28 years agoInitial revision
Richard Kenner [Tue, 5 Mar 1996 14:22:13 +0000 (09:22 -0500)]
Initial revision

From-SVN: r11453

28 years agoDelete reference to thread-test directory.
Richard Kenner [Tue, 5 Mar 1996 14:14:02 +0000 (09:14 -0500)]
Delete reference to thread-test directory.

From-SVN: r11452

28 years agoInitial revision
Richard Kenner [Tue, 5 Mar 1996 14:13:36 +0000 (09:13 -0500)]
Initial revision

From-SVN: r11451

28 years agoDelete reference to thread-test.
Richard Kenner [Tue, 5 Mar 1996 14:13:24 +0000 (09:13 -0500)]
Delete reference to thread-test.

From-SVN: r11450

28 years agoInitial revision
Richard Kenner [Tue, 5 Mar 1996 14:13:02 +0000 (09:13 -0500)]
Initial revision

From-SVN: r11449

28 years ago(get_imp, __objc_responds_to): Surround sarray access with mutex lock/unlock.
Richard Kenner [Tue, 5 Mar 1996 14:12:47 +0000 (09:12 -0500)]
(get_imp, __objc_responds_to): Surround sarray access with mutex lock/unlock.

(__objc_init_install_dtable): Likewise.
(__objc_update_dispatch_table_for_class): Likewise.
(__objc_print_dtable_stats): Likewise.

From-SVN: r11448

28 years ago(sel_get_typed_uid, sel_get_any_typed_uid): Likewise.
Richard Kenner [Tue, 5 Mar 1996 14:12:08 +0000 (09:12 -0500)]
(sel_get_typed_uid, sel_get_any_typed_uid): Likewise.

(sel_get_any_uid, sel_get_name, sel_register_name): Likewise.
(sel_register_typed_name): Likewise.

From-SVN: r11447

28 years ago(union sversion): New.
Richard Kenner [Tue, 5 Mar 1996 14:11:25 +0000 (09:11 -0500)]
(union sversion): New.

(struct sarray): Maintain multiple versions.
(sarray_remove_garbage): Add prototype.

From-SVN: r11446

28 years ago(sarray_{remove,free}_garbage): New functions.
Richard Kenner [Tue, 5 Mar 1996 14:10:50 +0000 (09:10 -0500)]
(sarray_{remove,free}_garbage): New functions.

(sarray_at_put, sarray_new, sarray_lazy_copy):
Modify/copy sarray structure/data in a thread-safe manner
(sarray_{realloc,free}): Reallocate/free sarray structure/data in a
thread-safe manner.

From-SVN: r11445

28 years agoInclude objc/thread.h.
Richard Kenner [Tue, 5 Mar 1996 14:10:10 +0000 (09:10 -0500)]
Include objc/thread.h.

From-SVN: r11444

28 years agoUpdate comments.
Richard Kenner [Tue, 5 Mar 1996 14:09:10 +0000 (09:09 -0500)]
Update comments.

From-SVN: r11443

28 years ago(__objc_runtime_mutux, __objc_runtime_thread_alive): New variables.
Richard Kenner [Tue, 5 Mar 1996 14:07:56 +0000 (09:07 -0500)]
(__objc_runtime_mutux, __objc_runtime_thread_alive): New variables.

(objc_init_statics, __objc_init_protocols): Surround sarray access
with mutex lock/unlock
(__objc_exec_class): Likewise.
Initialization for thread-safe global variables.
Declarations for thread-safe functions and global variables

From-SVN: r11442

28 years ago(__objc_init_class_tables): Surround sarray access with mutex lock/unlock.
Richard Kenner [Tue, 5 Mar 1996 14:06:45 +0000 (09:06 -0500)]
(__objc_init_class_tables): Surround sarray access with mutex lock/unlock.

(__objc_add_class_to_hash, objc_lookup_class): Likewise.
(objc_get_class, objc_get_next_class): Likweise.
(__objc_resolve_class_links, class_pose_as) Likewise.

From-SVN: r11441

28 years agoChanges to compile new files and name renaming.
Richard Kenner [Tue, 5 Mar 1996 14:06:02 +0000 (09:06 -0500)]
Changes to compile new files and name renaming.

From-SVN: r11440

28 years ago(duplicate_decl): If making decl non-external, copy context from old
Richard Kenner [Tue, 5 Mar 1996 12:51:14 +0000 (07:51 -0500)]
(duplicate_decl): If making decl non-external, copy context from old
to new.

From-SVN: r11439

28 years agolib2funcs.asm (__outline_prologue): New "function".
Jeff Law [Tue, 5 Mar 1996 07:34:13 +0000 (00:34 -0700)]
lib2funcs.asm (__outline_prologue): New "function".

        * lib2funcs.asm (__outline_prologue): New "function".
        (__outline_epilogue): New "function".
        * pa.h (TARGET_SPACE): Define.
        (target_flags): Add -mspace and -mno-space.  Enable/disable
        space saving optimizations.
        (FRAME_POINTER_REQUIRED): Frame pointers are always required
        when generating out of line prologues and epilogues.
        * pa.c (compute_frame_size): Handle out of line prologues/epilogues.
        (hppa_expand_prologue): If optimizing for space, emit an out of
        line prologue.
        * pa.c (compute_frame_size): Handle out of line prologues/epilogues.
        (hppa_expand_prologue): If optimizing for space, emit an out of
        line prologue.
        (hppa_expand_epilogue): Similarly.
        (override_options): Optimizing for space is not compatable with
        either profiling or PIC code generation.
        * pa.md (outline_prologue_call): New pattern.
        (outline_epilogue_call): Likewise.

From-SVN: r11438

28 years agosparc.md (*cmp{si,di}_insn): %r0 -> %0.
Doug Evans [Tue, 5 Mar 1996 07:16:53 +0000 (07:16 +0000)]
sparc.md (*cmp{si,di}_insn): %r0 -> %0.

* sparc/sparc.md (*cmp{si,di}_insn): %r0 -> %0.
(DFmode move split): Ensure registers not extended v9 fp regs.
(*mov{sf,df,tf}_cc_reg_sp64): %r3 -> %3.

From-SVN: r11437

28 years ago(moss): Fix previous change.
Erik Naggum [Tue, 5 Mar 1996 03:02:45 +0000 (04:02 +0100)]
(moss): Fix previous change.

From-SVN: r11435

28 years ago(grokdeclarator): Restore #if 0's to disable decl_machine_attr references.
Doug Evans [Tue, 5 Mar 1996 00:34:32 +0000 (00:34 +0000)]
(grokdeclarator): Restore #if 0's to disable decl_machine_attr references.

From-SVN: r11434

28 years agomanfred@lts.sel.alcatel.de
Manfred Hollstein [Mon, 4 Mar 1996 23:49:28 +0000 (18:49 -0500)]
manfred@lts.sel.alcatel.de

From-SVN: r11433

28 years ago(L_bb/atexit, onexit): Declarations replaced by #include'ing "gbl-ctors.h".
Richard Kenner [Mon, 4 Mar 1996 23:46:29 +0000 (18:46 -0500)]
(L_bb/atexit, onexit): Declarations replaced by #include'ing "gbl-ctors.h".

(L_exit/atexit): New function.
(L_exit/exit): Call any registered functions.

From-SVN: r11432

28 years ago(HAVE_ATEXIT): Define if NEED_ATEXIT is defined.
Richard Kenner [Mon, 4 Mar 1996 23:45:47 +0000 (18:45 -0500)]
(HAVE_ATEXIT): Define if NEED_ATEXIT is defined.

(atexit): Use `int atexit' prototype also if NEED_ATEXIT is defined.
(on_exit): According to man on_exit on the Sun it returns int not void.

From-SVN: r11431

28 years ago(USG): Set to 1.
Richard Kenner [Mon, 4 Mar 1996 23:44:47 +0000 (18:44 -0500)]
(USG): Set to 1.

From-SVN: r11430

28 years agoInitial revision
Richard Kenner [Mon, 4 Mar 1996 23:44:17 +0000 (18:44 -0500)]
Initial revision

From-SVN: r11429

28 years ago(FUNCTION_PROFILER): Emit label references corresponding to those generated by ASM_OU...
Richard Kenner [Mon, 4 Mar 1996 23:42:46 +0000 (18:42 -0500)]
(FUNCTION_PROFILER): Emit label references corresponding to those generated by ASM_OUTPUT_INTERNAL_LABEL.

(FUNCTION_PROFILER): Emit label references corresponding to those generated
by ASM_OUTPUT_INTERNAL_LABEL.
(MOTOROLA, MOTOROLA_BSR, ...): Define #ifndef USE_GAS.
(ASM_SPEC): Define properly #ifdef USE_GAS.
(LIB_SPEC): -L/usr/lib/libp deleted.
(STARTFILE_SPEC): -L/usr/lib/libp added.
(DEFAULT_A_OUT_NAME): Define.
(LINK_SPEC): Pass -v if GNU ld is used.
(LOCAL_LABEL_PREFIX): Local labels start with .L using GAS, else L%.
(USER_LABEL_PREFIX): Undefine.
(FUNCTION_PROFILER): Call asm_fprintf instead of normal fprintf.
(ASM_APP_ON, ASM_FILE_START): GAS supports it.
(CTORS_.../DTORS_...): Define if GNU ld is used.
(ASM_FILE_START): Define properly for Motorola and GNU as syntax.
(TARGET_VERSION): Re-define only #ifndef USE_GAS.
(CALL_USED_REGISTERS): Deleted.
(GLOBAL_ASM_OP): Re-define only #ifndef USE_GAS.
(ASM_{LONG,SHORT,CHAR,BYTE,BYTE_OP}): New macros.
(ASM_OUTPUT_{DOUBLE,LONG_DOUBLE,FLOAT,INT,SHORT}): Use them.
(ASM_OUTPUT_{CHAR,BYTE,ASCII,FLOAT_OPERAND,DOUBLE_OPERAND}): Likewise.
(ALIGN_ASM_OP, SKIP_ASM_OP): New macros.
(ASM_OUTPUT_{ALIGN,SKIP}): Use them.
(ASM_OUTPUT_SOURCE_FILENAME): Define only if not using GNU as.
(ASM_{GENERATE,OUTPUT}_INTERAL_LABEL): Provide proper definitions for
Motorola and GNU as syntax.
(ASM_OUTPUT_ADDR_{VEC,DIFF}_ELT): Changed for portability between
Motorola and GNU as syntax.
(ASM_OUTPUT_{CASE_LABEL,OPCODE}): Define only if not using GNU as.
(ASM_OUTPUT_CASE_FETCH, ASM_RETURN_CASE_JUMP): New macros.
(ASM_OUTPUT_{COMMON,LOCAL}): Proper defns for Motorola and gas syntax.
(SDB_...): Define only for Motorola as.
(ALT_LIBM): New define to tell g++.c about an alternative name for `-lm'.
(MATH_LIBRARY, NEED_ATEXIT, HAVE_ATEXIT, EXIT_BODY): New macros.

From-SVN: r11428

28 years ago(print_operand): Emit .l as scale factor #ifdef MOTOROLA.
Richard Kenner [Mon, 4 Mar 1996 23:40:06 +0000 (18:40 -0500)]
(print_operand): Emit .l as scale factor #ifdef MOTOROLA.

From-SVN: r11427

28 years ago(main): Check new define DEFAULT_A_OUT_NAME.
Richard Kenner [Mon, 4 Mar 1996 23:39:47 +0000 (18:39 -0500)]
(main): Check new define DEFAULT_A_OUT_NAME.

From-SVN: r11426

28 years ago(CRT0STUFF_T_CFLAGS): New macro.
Richard Kenner [Mon, 4 Mar 1996 23:39:06 +0000 (18:39 -0500)]
(CRT0STUFF_T_CFLAGS): New macro.

(stamp-crt0, crt0.o, mcrt0.o): New goals.
(STAGESTUFF): stamp-crt0 added.

From-SVN: r11425

28 years ago(PASS_IN_REG_P): Don't reject BLKmode for SH3e.
Jim Wilson [Mon, 4 Mar 1996 23:38:50 +0000 (15:38 -0800)]
(PASS_IN_REG_P): Don't reject BLKmode for SH3e.

For SH3e, do reject parameter that won't fit entirely in registers.

From-SVN: r11424

28 years ago(mulhisi3-2, mulhisi3-1, mulsidi3_i, umulsidi3_i,
Jim Wilson [Mon, 4 Mar 1996 23:07:38 +0000 (15:07 -0800)]
(mulhisi3-2, mulhisi3-1, mulsidi3_i, umulsidi3_i,

smulsi3_highpart, umulsi3_highpart): Renames operands 1/2 to 0/1.
(mulsidi3, umulsidi3): Add support for TARGET_LITTLE_ENDIAN.

From-SVN: r11423

28 years agoInitial revision
Richard Kenner [Mon, 4 Mar 1996 23:03:33 +0000 (18:03 -0500)]
Initial revision

From-SVN: r11422

28 years agoAccept -moss* as op sys.
Richard Kenner [Mon, 4 Mar 1996 23:03:15 +0000 (18:03 -0500)]
Accept -moss* as op sys.

From-SVN: r11421

28 years agoRemove a Cygnus FSF difference, so the tree will build.
Mike Stump [Mon, 4 Mar 1996 22:46:30 +0000 (22:46 +0000)]
Remove a Cygnus FSF difference, so the tree will build.

From-SVN: r11420

28 years ago(machine_dependent_reorg): In TARGET_RELAX code...
Jim Wilson [Mon, 4 Mar 1996 22:37:57 +0000 (14:37 -0800)]
(machine_dependent_reorg): In TARGET_RELAX code...

(machine_dependent_reorg): In TARGET_RELAX code, when scan
forward from LINK, fail if pass a CODE_LABEL before finding INSN.
Fail if SCAN not INSN is a JUMP_INSN.

From-SVN: r11419

28 years agoUpdate copyright.
Doug Evans [Mon, 4 Mar 1996 20:18:45 +0000 (20:18 +0000)]
Update copyright.

From-SVN: r11418

28 years agoFix typo in last change.
Michael Meissner [Mon, 4 Mar 1996 20:06:58 +0000 (20:06 +0000)]
Fix typo in last change.

From-SVN: r11417

28 years agoAdd attribute((longcall)) support
Michael Meissner [Mon, 4 Mar 1996 16:34:29 +0000 (16:34 +0000)]
Add attribute((longcall)) support

From-SVN: r11416

28 years ago(significand_size): Don't test the modes, but their sizes.
Richard Kenner [Mon, 4 Mar 1996 13:57:43 +0000 (08:57 -0500)]
(significand_size): Don't test the modes, but their sizes.

From-SVN: r11415

28 years ago(xstrdup): Declare instead of instead of strdup.
Richard Kenner [Mon, 4 Mar 1996 13:42:03 +0000 (08:42 -0500)]
(xstrdup): Declare instead of instead of strdup.

(ASM_OUTPUT_LABEL): Use xstrdup instead of strdup.
(FIX_FRAME_POINTER_ADDRESS): Don't use DEPTH in string.

From-SVN: r11414

28 years ago(strdup): Delete.
Richard Kenner [Mon, 4 Mar 1996 13:40:48 +0000 (08:40 -0500)]
(strdup): Delete.

(float_label):  xstrdup instead of strdup.

From-SVN: r11413

28 years ago(bc_expand_function_start): Likewise.
Richard Kenner [Mon, 4 Mar 1996 13:40:01 +0000 (08:40 -0500)]
(bc_expand_function_start): Likewise.

From-SVN: r11412

28 years ago(bc_strdup): Delete.
Richard Kenner [Mon, 4 Mar 1996 13:39:11 +0000 (08:39 -0500)]
(bc_strdup): Delete.

(bc_load_externaddr_id): Use xstrdup instead of bc_xstrdup.

From-SVN: r11411

28 years ago(bc_xstrdup): Delete.
Richard Kenner [Mon, 4 Mar 1996 13:38:39 +0000 (08:38 -0500)]
(bc_xstrdup): Delete.

From-SVN: r11410

28 years ago(xstrdup): Declare.
Richard Kenner [Mon, 4 Mar 1996 13:36:43 +0000 (08:36 -0500)]
(xstrdup): Declare.

From-SVN: r11409

28 years ago(xstrdup): New function.
Richard Kenner [Mon, 4 Mar 1996 13:36:14 +0000 (08:36 -0500)]
(xstrdup): New function.

From-SVN: r11408

28 years ago(xstrdup): Moved from here.
Richard Kenner [Mon, 4 Mar 1996 13:35:34 +0000 (08:35 -0500)]
(xstrdup): Moved from here.

From-SVN: r11407

28 years ago(NO_WAIT_H): Deleted.
Richard Kenner [Mon, 4 Mar 1996 13:24:34 +0000 (08:24 -0500)]
(NO_WAIT_H): Deleted.

From-SVN: r11406

28 years agoNever include wait.h.
Richard Kenner [Mon, 4 Mar 1996 13:23:11 +0000 (08:23 -0500)]
Never include wait.h.

From-SVN: r11405

28 years ago(expand_call): If passing by invisible ref, not const.
Richard Kenner [Sat, 2 Mar 1996 19:30:32 +0000 (14:30 -0500)]
(expand_call): If passing by invisible ref, not const.

From-SVN: r11404

28 years agoh8300.h (BIGGEST_FIELD_ALIGNMENT): Replace uses of TARGET_ALIGN_STRUCT_300 with TARGE...
Doug Evans [Sat, 2 Mar 1996 18:40:11 +0000 (18:40 +0000)]
h8300.h (BIGGEST_FIELD_ALIGNMENT): Replace uses of TARGET_ALIGN_STRUCT_300 with TARGET_ALIGN_300.

* h8300.h (BIGGEST_FIELD_ALIGNMENT): Replace uses of
TARGET_ALIGN_STRUCT_300 with TARGET_ALIGN_300.
(BIGGEST_ALIGNMENT): Likewise.

From-SVN: r11403

28 years ago(SKIP_CALLERS_UNIMP_P): Make agree with test used in call.
Richard Kenner [Sat, 2 Mar 1996 17:44:23 +0000 (12:44 -0500)]
(SKIP_CALLERS_UNIMP_P): Make agree with test used in call.

From-SVN: r11402

28 years ago(do_jump, case COMPOUND_EXPR): Call preserve_temp_slots.
Richard Kenner [Sat, 2 Mar 1996 15:18:24 +0000 (10:18 -0500)]
(do_jump, case COMPOUND_EXPR): Call preserve_temp_slots.

From-SVN: r11401

28 years ago(fold, case *_DIV_EXPR): Ignore SAVE_EXPR if has RTL.
Richard Kenner [Sat, 2 Mar 1996 13:04:30 +0000 (08:04 -0500)]
(fold, case *_DIV_EXPR): Ignore SAVE_EXPR if has RTL.

From-SVN: r11400

28 years ago84th Cygnus<->FSF merge
Mike Stump [Sat, 2 Mar 1996 01:49:15 +0000 (01:49 +0000)]
84th Cygnus<->FSF merge

From-SVN: r11399

28 years agooptabs.c (emit_cmp_insn): Immediately copy the return value from the library call...
Jeff Law [Fri, 1 Mar 1996 23:00:41 +0000 (16:00 -0700)]
optabs.c (emit_cmp_insn): Immediately copy the return value from the library call into a pseudo register.

        * optabs.c (emit_cmp_insn): Immediately copy the return
        value from the library call into a pseudo register.
        (emit_float_lib_cmp): Likewise.

From-SVN: r11398

28 years agoDefine ASM_OUTPUT_ALIGNED_BSS
Michael Meissner [Fri, 1 Mar 1996 20:34:12 +0000 (20:34 +0000)]
Define ASM_OUTPUT_ALIGNED_BSS

From-SVN: r11397

28 years ago(cmpxf*): XF compare cannot have mem operands.
Stan Cox [Fri, 1 Mar 1996 15:28:23 +0000 (15:28 +0000)]
(cmpxf*): XF compare cannot have mem operands.

From-SVN: r11396

28 years agoRecognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
Roland McGrath [Fri, 1 Mar 1996 14:57:49 +0000 (14:57 +0000)]
Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos.  From tege.

From-SVN: r11392

28 years ago(push_init_level): When output padding to align structure
Jim Wilson [Fri, 1 Mar 1996 01:46:19 +0000 (17:46 -0800)]
(push_init_level): When output padding to align structure
field, set constructor_unfilled_fields.

From-SVN: r11391

28 years ago(dbxout_type, case METHOD_TYPE): Add CHARS (1) call
Jim Wilson [Fri, 1 Mar 1996 01:41:00 +0000 (17:41 -0800)]
(dbxout_type, case METHOD_TYPE): Add CHARS (1) call
after emitting second '#' character.

From-SVN: r11390

28 years ago(i386_return_pops_args): Cleanup extra argument
Stan Cox [Thu, 29 Feb 1996 22:37:10 +0000 (22:37 +0000)]
(i386_return_pops_args): Cleanup extra argument

From-SVN: r11389

28 years agom68k-aout.h (BSS_SECTION_ASM_OP): Define.
Doug Evans [Thu, 29 Feb 1996 22:19:07 +0000 (22:19 +0000)]
m68k-aout.h (BSS_SECTION_ASM_OP): Define.

* m68k/m68k-aout.h (BSS_SECTION_ASM_OP): Define.
(ASM_OUTPUT_BSS): Define.

From-SVN: r11388

28 years agocoff.h (BSS_SECTION_ASM_OP): Define.
Doug Evans [Thu, 29 Feb 1996 22:18:17 +0000 (22:18 +0000)]
coff.h (BSS_SECTION_ASM_OP): Define.

* m68k/coff.h (BSS_SECTION_ASM_OP): Define.
(ASM_OUTPUT_ALIGNED_BSS): Define.

From-SVN: r11387

28 years ago(ASM_OUTPUT_BSS): Define.
Doug Evans [Thu, 29 Feb 1996 22:17:33 +0000 (22:17 +0000)]
(ASM_OUTPUT_BSS): Define.

From-SVN: r11386

28 years agovarasm.c (compare_constant_1): For a SET_TYPE CONSTRUCTOR, first extract and compare...
Per Bothner [Thu, 29 Feb 1996 18:46:58 +0000 (10:46 -0800)]
varasm.c (compare_constant_1): For a SET_TYPE CONSTRUCTOR, first extract and compare the set length.

* varasm.c (compare_constant_1):  For a SET_TYPE CONSTRUCTOR,
first extract and compare the set length.
* varasm.c (record_constant_1):  For SET_TYPE CONSTRUCTOR,
permanent_obstack.next_free is *end* of available space.

From-SVN: r11385

28 years agopa.h (TARGET_SWITCHES): Add new flags "-mlong-load-store" and "-mno-long-load-store".
Jeff Law [Thu, 29 Feb 1996 18:17:35 +0000 (11:17 -0700)]
pa.h (TARGET_SWITCHES): Add new flags "-mlong-load-store" and "-mno-long-load-store".

        * pa.h (TARGET_SWITCHES): Add new flags "-mlong-load-store" and
        "-mno-long-load-store".
        (TARGET_LONG_LOAD_STORE): Define.
        * pa.md (symbolic high part): Handle TARGET_LONG_LOAD_STORE.

From-SVN: r11384

28 years ago(cmpxf*): Allow for (compare (reg:XF) (mem:XF)).
Stan Cox [Thu, 29 Feb 1996 16:47:21 +0000 (16:47 +0000)]
(cmpxf*): Allow for (compare (reg:XF) (mem:XF)).

From-SVN: r11383

28 years agoAdd comment regarding BSS_ASM_OP.
Doug Evans [Thu, 29 Feb 1996 03:18:00 +0000 (03:18 +0000)]
Add comment regarding BSS_ASM_OP.

From-SVN: r11382

28 years agoAdd comment regarding .bss.
Doug Evans [Thu, 29 Feb 1996 03:15:55 +0000 (03:15 +0000)]
Add comment regarding .bss.

From-SVN: r11381

28 years ago(EXTRA_SECTIONS): Delete in_bss.
Doug Evans [Thu, 29 Feb 1996 03:13:29 +0000 (03:13 +0000)]
(EXTRA_SECTIONS): Delete in_bss.

From-SVN: r11380

28 years agopa.h (EXTRA_SECTIONS): Delete in_bss.
Doug Evans [Thu, 29 Feb 1996 03:12:52 +0000 (03:12 +0000)]
pa.h (EXTRA_SECTIONS): Delete in_bss.

* pa/pa.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete bss_section.

From-SVN: r11379

28 years ago(BC_OUTPUT_BSS): Define.
Doug Evans [Thu, 29 Feb 1996 03:11:26 +0000 (03:11 +0000)]
(BC_OUTPUT_BSS): Define.

From-SVN: r11378

28 years agocrds.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
Doug Evans [Thu, 29 Feb 1996 03:11:02 +0000 (03:11 +0000)]
crds.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.

* m68k/crds.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
(BSS_SECTION_ASM_OP): Define.

From-SVN: r11377

28 years ago* i860/paragon.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Undef.
Doug Evans [Thu, 29 Feb 1996 03:10:24 +0000 (03:10 +0000)]
* i860/paragon.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Undef.

From-SVN: r11376

28 years agosvr3gas.h (EXTRA_SECTIONS): Delete in_bss.
Doug Evans [Thu, 29 Feb 1996 03:09:45 +0000 (03:09 +0000)]
svr3gas.h (EXTRA_SECTIONS): Delete in_bss.

* i386/svr3gas.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
(BSS_SECTION_FUNCTION): Delete.

From-SVN: r11375

28 years ago(BSS_SECTION_FUNCTION): Delete.
Doug Evans [Thu, 29 Feb 1996 03:09:17 +0000 (03:09 +0000)]
(BSS_SECTION_FUNCTION): Delete.

From-SVN: r11374

28 years agosco5.h (EXTRA_SECTIONS): Delete in_bss.
Doug Evans [Thu, 29 Feb 1996 03:08:50 +0000 (03:08 +0000)]
sco5.h (EXTRA_SECTIONS): Delete in_bss.

* i386/sco5.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
(BSS_SECTION_FUNCTION): Delete.

From-SVN: r11373

28 years ago* i386/att.h (BSS_SECTION_FUNCTION): Delete.
Doug Evans [Thu, 29 Feb 1996 03:07:55 +0000 (03:07 +0000)]
* i386/att.h (BSS_SECTION_FUNCTION): Delete.

From-SVN: r11372

28 years agoaix386ng.h (EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
Doug Evans [Thu, 29 Feb 1996 03:03:45 +0000 (03:03 +0000)]
aix386ng.h (EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.

* i386/aix386ng.h (EXTRA_SECTION_FUNCTIONS): Delete
BSS_SECTION_FUNCTION.

From-SVN: r11371

28 years ago* gmicro/gmicro.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
Doug Evans [Thu, 29 Feb 1996 03:02:38 +0000 (03:02 +0000)]
* gmicro/gmicro.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.

From-SVN: r11370

28 years agodsp16xx.h (EXTRA_SECTIONS): Delete in_bss.
Doug Evans [Thu, 29 Feb 1996 03:02:01 +0000 (03:02 +0000)]
dsp16xx.h (EXTRA_SECTIONS): Delete in_bss.

* dsp16xx/dsp16xx.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete bss_section.

From-SVN: r11369

28 years ago* convex/convex.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
Doug Evans [Thu, 29 Feb 1996 03:01:12 +0000 (03:01 +0000)]
* convex/convex.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.

From-SVN: r11368

28 years agolynx.h (EXTRA_SECTIONS): Delete in_bss.
Doug Evans [Thu, 29 Feb 1996 02:55:54 +0000 (02:55 +0000)]
lynx.h (EXTRA_SECTIONS): Delete in_bss.

* lynx.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
* svr3.h (EXTRA_SECTIONS): Likewise.
(BSS_SECTION_FUNCTION): Delete.

From-SVN: r11367

28 years agolynx.h (EXTRA_SECTIONS): Delete in_bss.
Doug Evans [Thu, 29 Feb 1996 02:54:55 +0000 (02:54 +0000)]
lynx.h (EXTRA_SECTIONS): Delete in_bss.

* lynx.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.

From-SVN: r11366

28 years ago(BC_OUTPUT_BSS): Define.
Doug Evans [Thu, 29 Feb 1996 02:54:09 +0000 (02:54 +0000)]
(BC_OUTPUT_BSS): Define.

From-SVN: r11365

28 years agovarasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP is defined.
Doug Evans [Thu, 29 Feb 1996 02:53:44 +0000 (02:53 +0000)]
varasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP is defined.

* varasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP
is defined.
(bss_section,asm_output_bss,asm_output_aligned_bss): New functions.
(assemble_variable): Delete redundant test for too large an object.
Rewrite test for uninitialized variables.  Use new macros
ASM_OUTPUT{,_ALIGNED}_BSS if defined to output global uninitialized
but not common variables.

From-SVN: r11364

28 years ago(FUNCTION_VALUE_REGNO_P, FUNCTION_ARG_REGNO_P): Include FP registers only when TARGET...
Jim Wilson [Wed, 28 Feb 1996 22:20:46 +0000 (14:20 -0800)]
(FUNCTION_VALUE_REGNO_P, FUNCTION_ARG_REGNO_P): Include FP registers only when TARGET_SH3E.

(FUNCTION_VALUE_REGNO_P, FUNCTION_ARG_REGNO_P): Include FP
registers only when TARGET_SH3E.
(PASS_IN_REG_P): Exclude BLKmode only when ! TARGET_SH3E.

From-SVN: r11363

28 years ago83rd Cygnus<->FSF merge
Mike Stump [Wed, 28 Feb 1996 22:01:56 +0000 (22:01 +0000)]
83rd Cygnus<->FSF merge

From-SVN: r11362

28 years agoUpdate NT code so it works
Michael Meissner [Wed, 28 Feb 1996 21:09:54 +0000 (21:09 +0000)]
Update NT code so it works

From-SVN: r11361

28 years agotry to fix NT trampolines
Michael Meissner [Wed, 28 Feb 1996 17:09:44 +0000 (17:09 +0000)]
try to fix NT trampolines

From-SVN: r11360

28 years agofinish up use of 'H' in DImode shifts
David Edelsohn [Wed, 28 Feb 1996 00:37:25 +0000 (00:37 +0000)]
finish up use of 'H' in DImode shifts

From-SVN: r11359