OSDN Git Service

pf3gnuchains/gcc-fork.git
28 years agoInitial revision
kenner [Tue, 5 Mar 1996 14:13:36 +0000 (14:13 +0000)]
Initial revision

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

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

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

28 years agoInitial revision
kenner [Tue, 5 Mar 1996 14:13:02 +0000 (14:13 +0000)]
Initial revision

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

28 years ago(get_imp, __objc_responds_to): Surround sarray access with mutex lock/unlock.
kenner [Tue, 5 Mar 1996 14:12:47 +0000 (14:12 +0000)]
(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.

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

28 years ago(sel_get_typed_uid, sel_get_any_typed_uid): Likewise.
kenner [Tue, 5 Mar 1996 14:12:08 +0000 (14:12 +0000)]
(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.

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

28 years ago(union sversion): New.
kenner [Tue, 5 Mar 1996 14:11:25 +0000 (14:11 +0000)]
(union sversion): New.
(struct sarray): Maintain multiple versions.
(sarray_remove_garbage): Add prototype.

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

28 years ago(sarray_{remove,free}_garbage): New functions.
kenner [Tue, 5 Mar 1996 14:10:50 +0000 (14:10 +0000)]
(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.

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

28 years agoInclude objc/thread.h.
kenner [Tue, 5 Mar 1996 14:10:10 +0000 (14:10 +0000)]
Include objc/thread.h.

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

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

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

28 years ago(__objc_runtime_mutux, __objc_runtime_thread_alive): New variables.
kenner [Tue, 5 Mar 1996 14:07:56 +0000 (14:07 +0000)]
(__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

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

28 years ago(__objc_init_class_tables): Surround sarray access with mutex lock/unlock.
kenner [Tue, 5 Mar 1996 14:06:45 +0000 (14:06 +0000)]
(__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.

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

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

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

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

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

28 years ago * lib2funcs.asm (__outline_prologue): New "function".
law [Tue, 5 Mar 1996 07:34:13 +0000 (07:34 +0000)]
    * 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.

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

28 years ago * sparc/sparc.md (*cmp{si,di}_insn): %r0 -> %0.
dje [Tue, 5 Mar 1996 07:16:53 +0000 (07:16 +0000)]
* 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.

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

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

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

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

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

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

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

28 years ago(L_bb/atexit, onexit): Declarations replaced by #include'ing "gbl-ctors.h".
kenner [Mon, 4 Mar 1996 23:46:29 +0000 (23:46 +0000)]
(L_bb/atexit, onexit): Declarations replaced by #include'ing "gbl-ctors.h".
(L_exit/atexit): New function.
(L_exit/exit): Call any registered functions.

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

28 years ago(HAVE_ATEXIT): Define if NEED_ATEXIT is defined.
kenner [Mon, 4 Mar 1996 23:45:47 +0000 (23:45 +0000)]
(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.

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

28 years ago(USG): Set to 1.
kenner [Mon, 4 Mar 1996 23:44:47 +0000 (23:44 +0000)]
(USG): Set to 1.

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

28 years agoInitial revision
kenner [Mon, 4 Mar 1996 23:44:17 +0000 (23:44 +0000)]
Initial revision

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

28 years ago(FUNCTION_PROFILER): Emit label references corresponding to those generated
kenner [Mon, 4 Mar 1996 23:42:46 +0000 (23:42 +0000)]
(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.

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

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

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

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

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

28 years ago(CRT0STUFF_T_CFLAGS): New macro.
kenner [Mon, 4 Mar 1996 23:39:06 +0000 (23:39 +0000)]
(CRT0STUFF_T_CFLAGS): New macro.
(stamp-crt0, crt0.o, mcrt0.o): New goals.
(STAGESTUFF): stamp-crt0 added.

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

28 years ago(PASS_IN_REG_P): Don't reject BLKmode for SH3e.
wilson [Mon, 4 Mar 1996 23:38:50 +0000 (23:38 +0000)]
(PASS_IN_REG_P): Don't reject BLKmode for SH3e.
For SH3e, do reject parameter that won't fit entirely in registers.

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

28 years ago(mulhisi3-2, mulhisi3-1, mulsidi3_i, umulsidi3_i,
wilson [Mon, 4 Mar 1996 23:07:38 +0000 (23:07 +0000)]
(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.

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

28 years agoInitial revision
kenner [Mon, 4 Mar 1996 23:03:33 +0000 (23:03 +0000)]
Initial revision

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

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

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

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

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

28 years ago(machine_dependent_reorg): In TARGET_RELAX code, when scan
wilson [Mon, 4 Mar 1996 22:37:57 +0000 (22:37 +0000)]
(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.

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

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

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

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

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

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

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

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

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

28 years ago(xstrdup): Declare instead of instead of strdup.
kenner [Mon, 4 Mar 1996 13:42:03 +0000 (13:42 +0000)]
(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.

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

28 years ago(strdup): Delete.
kenner [Mon, 4 Mar 1996 13:40:48 +0000 (13:40 +0000)]
(strdup): Delete.
(float_label):  xstrdup instead of strdup.

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

28 years ago(bc_expand_function_start): Likewise.
kenner [Mon, 4 Mar 1996 13:40:01 +0000 (13:40 +0000)]
(bc_expand_function_start): Likewise.

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

28 years ago(bc_strdup): Delete.
kenner [Mon, 4 Mar 1996 13:39:11 +0000 (13:39 +0000)]
(bc_strdup): Delete.
(bc_load_externaddr_id): Use xstrdup instead of bc_xstrdup.

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

28 years ago(bc_xstrdup): Delete.
kenner [Mon, 4 Mar 1996 13:38:39 +0000 (13:38 +0000)]
(bc_xstrdup): Delete.

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

28 years ago(xstrdup): Declare.
kenner [Mon, 4 Mar 1996 13:36:43 +0000 (13:36 +0000)]
(xstrdup): Declare.

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

28 years ago(xstrdup): New function.
kenner [Mon, 4 Mar 1996 13:36:14 +0000 (13:36 +0000)]
(xstrdup): New function.

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

28 years ago(xstrdup): Moved from here.
kenner [Mon, 4 Mar 1996 13:35:34 +0000 (13:35 +0000)]
(xstrdup): Moved from here.

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

28 years ago(NO_WAIT_H): Deleted.
kenner [Mon, 4 Mar 1996 13:24:34 +0000 (13:24 +0000)]
(NO_WAIT_H): Deleted.

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

28 years agoNever include wait.h.
kenner [Mon, 4 Mar 1996 13:23:11 +0000 (13:23 +0000)]
Never include wait.h.

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

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

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

28 years ago * h8300.h (BIGGEST_FIELD_ALIGNMENT): Replace uses of
dje [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.
(BIGGEST_ALIGNMENT): Likewise.

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

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

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

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

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

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

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

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

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

28 years ago * optabs.c (emit_cmp_insn): Immediately copy the return
law [Fri, 1 Mar 1996 23:00:41 +0000 (23:00 +0000)]
    * optabs.c (emit_cmp_insn): Immediately copy the return
        value from the library call into a pseudo register.
        (emit_float_lib_cmp): Likewise.

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

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

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

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

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

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

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

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

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

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

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

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

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

28 years ago* m68k/m68k-aout.h (BSS_SECTION_ASM_OP): Define.
dje [Thu, 29 Feb 1996 22:19:07 +0000 (22:19 +0000)]
* m68k/m68k-aout.h (BSS_SECTION_ASM_OP): Define.
(ASM_OUTPUT_BSS): Define.

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

28 years ago* m68k/coff.h (BSS_SECTION_ASM_OP): Define.
dje [Thu, 29 Feb 1996 22:18:17 +0000 (22:18 +0000)]
* m68k/coff.h (BSS_SECTION_ASM_OP): Define.
(ASM_OUTPUT_ALIGNED_BSS): Define.

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

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

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

28 years ago* varasm.c (compare_constant_1): For a SET_TYPE CONSTRUCTOR,
bothner [Thu, 29 Feb 1996 18:46:58 +0000 (18:46 +0000)]
* 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.

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

28 years ago * pa.h (TARGET_SWITCHES): Add new flags "-mlong-load-store" and
law [Thu, 29 Feb 1996 18:17:35 +0000 (18:17 +0000)]
    * 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.

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

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

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

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

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

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

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

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

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

28 years ago * pa/pa.h (EXTRA_SECTIONS): Delete in_bss.
dje [Thu, 29 Feb 1996 03:12:52 +0000 (03:12 +0000)]
* pa/pa.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete bss_section.

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

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

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

28 years ago * m68k/crds.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
dje [Thu, 29 Feb 1996 03:11:02 +0000 (03:11 +0000)]
* m68k/crds.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
(BSS_SECTION_ASM_OP): Define.

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

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

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

28 years ago * i386/svr3gas.h (EXTRA_SECTIONS): Delete in_bss.
dje [Thu, 29 Feb 1996 03:09:45 +0000 (03:09 +0000)]
* i386/svr3gas.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
(BSS_SECTION_FUNCTION): Delete.

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

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

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

28 years ago * i386/sco5.h (EXTRA_SECTIONS): Delete in_bss.
dje [Thu, 29 Feb 1996 03:08:50 +0000 (03:08 +0000)]
* i386/sco5.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
(BSS_SECTION_FUNCTION): Delete.

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

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

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

28 years ago * i386/aix386ng.h (EXTRA_SECTION_FUNCTIONS): Delete
dje [Thu, 29 Feb 1996 03:03:45 +0000 (03:03 +0000)]
* i386/aix386ng.h (EXTRA_SECTION_FUNCTIONS): Delete
BSS_SECTION_FUNCTION.

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

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

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

28 years ago * dsp16xx/dsp16xx.h (EXTRA_SECTIONS): Delete in_bss.
dje [Thu, 29 Feb 1996 03:02:01 +0000 (03:02 +0000)]
* dsp16xx/dsp16xx.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete bss_section.

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

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

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

28 years ago * lynx.h (EXTRA_SECTIONS): Delete in_bss.
dje [Thu, 29 Feb 1996 02:55:54 +0000 (02:55 +0000)]
* lynx.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
* svr3.h (EXTRA_SECTIONS): Likewise.
(BSS_SECTION_FUNCTION): Delete.

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

28 years ago * lynx.h (EXTRA_SECTIONS): Delete in_bss.
dje [Thu, 29 Feb 1996 02:54:55 +0000 (02:54 +0000)]
* lynx.h (EXTRA_SECTIONS): Delete in_bss.
(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.

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

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

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

28 years ago * varasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP
dje [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.
(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.

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

28 years ago(FUNCTION_VALUE_REGNO_P, FUNCTION_ARG_REGNO_P): Include FP
wilson [Wed, 28 Feb 1996 22:20:46 +0000 (22:20 +0000)]
(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.

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

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

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

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

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

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

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

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

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

28 years agoUse new 'H' for DImode shifts and use 'h' consistently for SImode
edelsohn [Wed, 28 Feb 1996 00:20:40 +0000 (00:20 +0000)]
Use new 'H' for DImode shifts and use 'h' consistently for SImode

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

28 years agoadd 'H' to print_operand for six-bit mask
edelsohn [Wed, 28 Feb 1996 00:19:30 +0000 (00:19 +0000)]
add 'H' to print_operand for six-bit mask

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

28 years agoDImode insv and extzv, movsf split
edelsohn [Tue, 27 Feb 1996 21:39:16 +0000 (21:39 +0000)]
DImode insv and extzv, movsf split

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

28 years ago(HANDLE_PRAGMA): Delete `return'.
dje [Tue, 27 Feb 1996 20:01:59 +0000 (20:01 +0000)]
(HANDLE_PRAGMA): Delete `return'.
This change was supposed to have been made on Feb. 1, but somehow
never got checked in.

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

28 years agoUpdate copyright message.
erich [Tue, 27 Feb 1996 13:15:13 +0000 (13:15 +0000)]
Update copyright message.

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

28 years ago* arm/aof.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove
erich [Tue, 27 Feb 1996 13:15:13 +0000 (13:15 +0000)]
* arm/aof.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove
readonly data sections.
(READONLYDATA_SECTION, READONLY_DATA_SECTION): Delete.

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

28 years ago* arm.md (*addsi3_compare0_scratch): New insn.
erich [Tue, 27 Feb 1996 13:15:13 +0000 (13:15 +0000)]
* arm.md (*addsi3_compare0_scratch): New insn.
(*movsi_compare0, *cmpsi_insn, *cmpsi_shiftsi): Make sure the
compare has mode CC.
(cmp{si,sf,df,xf} expands): Just provide sufficient information
to allow the parameters to be matched properly.
(*cmpsi_negsi): Delete (of dubious validity).
(*cmpsi_shiftsi_swp): New pattern.
(*condbranch_reversed): No longer needs to check REVERSIBLE_CC_MODE.
(mov{si,sf,df}cc, *mov{si,sf,df}{,_hard,_soft}_insn): The mode of the
IF_THEN_ELSE must be appropriate to the target (not void).
(*and_scc): Match cc_register, not reversible_cc_register.
(*ior_compare_compare): Delete.
(split for ior_compare_compare + condjump): Delete.
(*impossible_cond_compare): Delete.
(*condition_compare_ior): Delete.
(*cond_move): Mode for the IF_THEN_ELSE must be SImode.
(*and_scc_scc): Delete.
(split for and_scc_scc + condjump): Delete.
(*impossible_cond_branch_and): Delete.
(*cmp_ite0, *cmp_ite1): New patterns.
(if_compare_not): Should be an anonymous pattern.
(Peephole for move and compare): Compare mode must be mode CCmode.
(Split pattern for comparing shifted reg then branch): Delete.
(*loadqi_compare): Delete, replaced with a split pattern to do
the same thing.
(*cond_move_not): Match cc_register, not reversible_cc_register.
(load/store multiple peepholes): Rewrite using the above
functions.
(all patterns taking immediate_operand): If the code later assumes
this is a CONST_INT, then match const_int_operand instead.

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

28 years ago* arm.c (aof_text_section): Remove pseudo read-only hack. Doesn't
erich [Tue, 27 Feb 1996 13:15:13 +0000 (13:15 +0000)]
* arm.c (aof_text_section): Remove pseudo read-only hack.  Doesn't
take a parameter any more.
(arm_current_cc): Now an enum.
(ARM_INVERSE_CONDITION_CODE): Moved to arm.h
(revsersible_cc_register): Delete.
(dominant_cc_register): New function.
(select_dominance_cc_mode): New function.
(arm_select_cc_mode): New function.
(output_return_instruction): New parameter REVERSE, used to
reverse the condition of a conditional return.  All callers
changed.
(arm_print_operand case 'D'): Only suppress condition printing
if the operand is a NULL pointer.
(get_arm_condition_code): Now a static function returning
enum arm_cond_code.  Handle dominance expressions.  Return enum
values rather than integers.
({load,store}_multiple_sequence): New functions.
(emit_{ldm,stm}_seq): New functions.

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

28 years ago* arm.h (enum arm_cond_code): New enum.
erich [Tue, 27 Feb 1996 13:15:13 +0000 (13:15 +0000)]
* arm.h (enum arm_cond_code): New enum.
(ARM_INVERSE_CONDITION_CODE): Moved here from arm.c.
(SELECT_CC_MODE): Call arm_select_cc_mode to do the work.
(PREDICATE_CODES): Add dominant_cc_register; delete
reversible_cc_register.

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

28 years ago * sparc/sparc.md: Add sparclet scheduling parameters.
dje [Mon, 26 Feb 1996 22:25:48 +0000 (22:25 +0000)]
* sparc/sparc.md: Add sparclet scheduling parameters.
(compare define_insn's): Move close to compare define_expand's.
(32 bit multiply patterns): Use for TARGET_SPARCLET.
(smacsi,smacdi,umacdi): Multiply/accumulate patterns for the sparclet.

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

28 years agoFix typo in last change.
law [Mon, 26 Feb 1996 17:29:16 +0000 (17:29 +0000)]
Fix typo in last change.

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