]> gcc.gnu.org Git - gcc.git/log
gcc.git
29 years ago* except.c (register_exception_table): Use Pmode, not PTRmode.
Brendan Kehoe [Wed, 28 Sep 1994 23:19:20 +0000 (23:19 +0000)]
* except.c (register_exception_table): Use Pmode, not PTRmode.

From-SVN: r8158

29 years ago(trampoline_address): Add missing call to round_trampoline.
Richard Kenner [Wed, 28 Sep 1994 23:18:05 +0000 (19:18 -0400)]
(trampoline_address): Add missing call to round_trampoline.

From-SVN: r8157

29 years agoDo not emit \v, gas does not like it.
Michael Meissner [Wed, 28 Sep 1994 22:33:33 +0000 (22:33 +0000)]
Do not emit \v, gas does not like it.

From-SVN: r8156

29 years agoComment out loop which handled symbolic links to files
Ian Lance Taylor [Wed, 28 Sep 1994 18:31:04 +0000 (18:31 +0000)]
Comment out loop which handled symbolic links to files

From-SVN: r8155

29 years ago(COLLECT_SUPPRESS_OPTIONS): Define to "E".
Jason Merrill [Wed, 28 Sep 1994 00:11:55 +0000 (00:11 +0000)]
(COLLECT_SUPPRESS_OPTIONS): Define to "E".

From-SVN: r8154

29 years ago(main): Ignore options in COLLECT_SUPPRESS_OPTIONS
Jason Merrill [Wed, 28 Sep 1994 00:11:31 +0000 (00:11 +0000)]
(main): Ignore options in COLLECT_SUPPRESS_OPTIONS
        for the first link.

From-SVN: r8153

29 years ago(ENCODE_SECTION_INFO): Only calls may go through the PLT.
Richard Kenner [Tue, 27 Sep 1994 23:27:44 +0000 (19:27 -0400)]
(ENCODE_SECTION_INFO): Only calls may go through the PLT.

(ENCODE_SECTION_INFO): Only calls may go through the PLT. All address
loads, even function address loads, have to go through the GOT or
function addresses will not be unique.

From-SVN: r8152

29 years ago(newline_fix, name_newline_fix): Don't treat \r specially here; it only causes bugs.
Richard Kenner [Tue, 27 Sep 1994 23:19:54 +0000 (19:19 -0400)]
(newline_fix, name_newline_fix): Don't treat \r specially here; it only causes bugs.

(newline_fix, name_newline_fix): Don't treat \r specially here; it
only causes bugs.  This undoes the May 14 16:01:13 1990 change to
newline_fix and name_newline_fix.

From-SVN: r8151

29 years ago(ASM_OUTPUT_SOURCE_LINE): Add missing #undef.
Richard Kenner [Tue, 27 Sep 1994 23:02:45 +0000 (19:02 -0400)]
(ASM_OUTPUT_SOURCE_LINE): Add missing #undef.

From-SVN: r8150

29 years ago(expand_fix): Call emit_library_call_value.
Richard Kenner [Tue, 27 Sep 1994 22:32:07 +0000 (18:32 -0400)]
(expand_fix): Call emit_library_call_value.

From-SVN: r8149

29 years ago(warn_with_method): Make arg int, not char.
Richard Kenner [Tue, 27 Sep 1994 22:31:04 +0000 (18:31 -0400)]
(warn_with_method): Make arg int, not char.

From-SVN: r8148

29 years ago(n_occurrences): Make arg int, not char.
Richard Kenner [Tue, 27 Sep 1994 22:30:21 +0000 (18:30 -0400)]
(n_occurrences): Make arg int, not char.

From-SVN: r8147

29 years ago(optimize_bit_field): Put any insns made by change_address in front of INSN.
Richard Kenner [Tue, 27 Sep 1994 22:29:21 +0000 (18:29 -0400)]
(optimize_bit_field): Put any insns made by change_address in front of INSN.

(expand_function_end): Don't pass DECL_INITIAL to setjmp_protect if it is
error_mark_node.

From-SVN: r8146

29 years agorevert previous change
Brendan Kehoe [Tue, 27 Sep 1994 22:26:24 +0000 (18:26 -0400)]
revert previous change

From-SVN: r8145

29 years ago* Makefile.in, libgcc2.c (L_eh): some support routines for C++.
Mike Stump [Tue, 27 Sep 1994 19:42:40 +0000 (19:42 +0000)]
* Makefile.in, libgcc2.c (L_eh): some support routines for C++.

From-SVN: r8144

29 years agosearch.c (lookup_field): Return a NULL_TREE if XBASETYPE is itself null.
Brendan Kehoe [Tue, 27 Sep 1994 17:35:24 +0000 (17:35 +0000)]
search.c (lookup_field): Return a NULL_TREE if XBASETYPE is itself null.

        * search.c (lookup_field): Return a NULL_TREE if XBASETYPE is
        itself null.

From-SVN: r8143

29 years agoremove CONFIG_BROKETS
David J. MacKenzie [Mon, 26 Sep 1994 21:52:40 +0000 (21:52 +0000)]
remove CONFIG_BROKETS

From-SVN: r8130

29 years ago47th Cygnus<->FSF merge
Mike Stump [Mon, 26 Sep 1994 20:15:18 +0000 (20:15 +0000)]
47th Cygnus<->FSF merge

From-SVN: r8129

29 years agoAllow memory/memory DImode add/subtract.
Michael Meissner [Mon, 26 Sep 1994 10:44:49 +0000 (10:44 +0000)]
Allow memory/memory DImode add/subtract.

From-SVN: r8128

29 years agoFix prototype for invalidate.
Jim Wilson [Fri, 23 Sep 1994 23:15:54 +0000 (16:15 -0700)]
Fix prototype for invalidate.

From-SVN: r8127

29 years ago(LIB_SPEC): Remove macro.
Roland McGrath [Fri, 23 Sep 1994 23:02:58 +0000 (23:02 +0000)]
(LIB_SPEC): Remove macro.

From-SVN: r8126

29 years agoMake ebx a call clobbered register.
Michael Meissner [Fri, 23 Sep 1994 20:11:00 +0000 (20:11 +0000)]
Make ebx a call clobbered register.

From-SVN: r8125

29 years ago(invalidate): New parameter FULL_MODE. All callers changed.
Jim Wilson [Fri, 23 Sep 1994 19:54:07 +0000 (12:54 -0700)]
(invalidate): New parameter FULL_MODE.  All callers changed.

(set_nonvarying_address_components): Modify initial comment.
(cse_insn): When call invalidate for dest, use the actual dest not
inner_dest.

From-SVN: r8124

29 years ago(expand_divmod): Special case for signed CEIL_DIV_EXPR when divisor is
Richard Kenner [Thu, 22 Sep 1994 22:56:08 +0000 (18:56 -0400)]
(expand_divmod): Special case for signed CEIL_DIV_EXPR when divisor is
power of 2.

From-SVN: r8123

29 years ago(main): Discard the first executable once we've
Jason Merrill [Thu, 22 Sep 1994 17:14:46 +0000 (17:14 +0000)]
(main): Discard the first executable once we've
        exploited it.

From-SVN: r8122

29 years agoFix size_t, ptrdiff_t and wchar_t like fixincludes does.
Jason Merrill [Thu, 22 Sep 1994 17:14:05 +0000 (17:14 +0000)]
Fix size_t, ptrdiff_t and wchar_t like fixincludes does.

 Fix size_t, ptrdiff_t and wchar_t like fixincludes
        does.  Use extern inline rather than static inline in byteorder.h.

From-SVN: r8121

29 years agoTweaks for LynxOS 2.2.2
Ian Lance Taylor [Thu, 22 Sep 1994 15:38:17 +0000 (15:38 +0000)]
Tweaks for LynxOS 2.2.2

From-SVN: r8120

29 years ago(emit_call_1): Fix typo in last change.
Richard Kenner [Thu, 22 Sep 1994 11:18:25 +0000 (07:18 -0400)]
(emit_call_1): Fix typo in last change.

From-SVN: r8119

29 years agoadd convex c3* c4*
Chris Smith [Thu, 22 Sep 1994 04:27:58 +0000 (04:27 +0000)]
add convex c3* c4*

From-SVN: r8118

29 years ago(ASM_FILE_START): Write .set volatile.
Richard Kenner [Wed, 21 Sep 1994 19:59:04 +0000 (15:59 -0400)]
(ASM_FILE_START): Write .set volatile.

From-SVN: r8117

29 years ago(emit_call_1): Properly add a CLOBBER for sp to
Richard Kenner [Wed, 21 Sep 1994 19:00:00 +0000 (15:00 -0400)]
(emit_call_1): Properly add a CLOBBER for sp to
CALL_INSN_FUNCTION_USAGE.

From-SVN: r8116

29 years ago(mark_addressable): Give different error if trying to put object with volatile fields...
Richard Kenner [Wed, 21 Sep 1994 18:45:25 +0000 (14:45 -0400)]
(mark_addressable): Give different error if trying to put object with volatile fields into register...

(mark_addressable): Give different error if trying to put object with
volatile fields into register; don't use DECL_NAME.

From-SVN: r8115

29 years ago(eliminate_regs): Make test in LOAD_EXTEND_OP case more precise.
Jim Wilson [Wed, 21 Sep 1994 18:01:38 +0000 (11:01 -0700)]
(eliminate_regs): Make test in LOAD_EXTEND_OP case more precise.

From-SVN: r8114

29 years agoDon't remove empty directories until after removing DONE files
Ian Lance Taylor [Wed, 21 Sep 1994 15:33:52 +0000 (15:33 +0000)]
Don't remove empty directories until after removing DONE files

From-SVN: r8113

29 years ago(NO_{DOLLAR,DOT}_IN_LABEL): Define.
Richard Kenner [Wed, 21 Sep 1994 09:52:45 +0000 (05:52 -0400)]
(NO_{DOLLAR,DOT}_IN_LABEL): Define.

From-SVN: r8112

29 years ago(asm_insn_count): Handle ASM_INPUTs too.
Doug Evans [Wed, 21 Sep 1994 00:05:57 +0000 (00:05 +0000)]
(asm_insn_count): Handle ASM_INPUTs too.

From-SVN: r8111

29 years agoInitial revision
Richard Kenner [Tue, 20 Sep 1994 23:32:01 +0000 (19:32 -0400)]
Initial revision

From-SVN: r8110

29 years agoReplacement file, for as1750.
Richard Kenner [Tue, 20 Sep 1994 23:31:50 +0000 (19:31 -0400)]
Replacement file, for as1750.

From-SVN: r8109

29 years agoReplaced file, for as1750.
Richard Kenner [Tue, 20 Sep 1994 23:31:03 +0000 (19:31 -0400)]
Replaced file, for as1750.

From-SVN: r8108

29 years ago(eval_if_expression): Now returns HOST_WIDE_INT.
Richard Kenner [Tue, 20 Sep 1994 23:03:14 +0000 (19:03 -0400)]
(eval_if_expression): Now returns HOST_WIDE_INT.

(do_if, do_elif): Reflect new return value of functions.

From-SVN: r8107

29 years ago(HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT): New macros.
Richard Kenner [Tue, 20 Sep 1994 23:02:37 +0000 (19:02 -0400)]
(HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT): New macros.

(expression_value): Now HOST_WIDE_INT.
(parse_c_expression): Now returns HOST_WIDE_INT.

From-SVN: r8106

29 years ago(mode_mask_operand): Always return a value.
Richard Kenner [Tue, 20 Sep 1994 22:45:30 +0000 (18:45 -0400)]
(mode_mask_operand): Always return a value.

From-SVN: r8105

29 years ago(make_definition): Enable `-D' with macro arguments.
Richard Kenner [Tue, 20 Sep 1994 21:55:33 +0000 (17:55 -0400)]
(make_definition): Enable `-D' with macro arguments.

From-SVN: r8104

29 years ago(pop_function_context): Clear reg_renumber.
Richard Kenner [Tue, 20 Sep 1994 21:51:32 +0000 (17:51 -0400)]
(pop_function_context): Clear reg_renumber.

From-SVN: r8103

29 years ago(process_command): Add new switch, -dumpmachine.
Richard Kenner [Tue, 20 Sep 1994 21:49:35 +0000 (17:49 -0400)]
(process_command): Add new switch, -dumpmachine.

From-SVN: r8102

29 years ago(mips_output_external): Use ASM_OUTPUT_UNDEF_FUNCTION.
Jim Wilson [Tue, 20 Sep 1994 20:08:32 +0000 (13:08 -0700)]
(mips_output_external): Use ASM_OUTPUT_UNDEF_FUNCTION.

(mips_output_external_libcall): New function.
(mips_asm_file_end): Handle ASM_OUTPUT_UNDEF_FUNCTION.

From-SVN: r8101

29 years ago(ASM_OUTPUT_UNDEF_FUNCTION): Define.
Jim Wilson [Tue, 20 Sep 1994 20:08:07 +0000 (13:08 -0700)]
(ASM_OUTPUT_UNDEF_FUNCTION): Define.

(ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
(ASM_DECLARE_FUNCTION_SIZE): Define.

From-SVN: r8100

29 years ago(sched_analyze_insn): Parameter loop_note type changed to rtx, and name changed to...
Jim Wilson [Tue, 20 Sep 1994 19:57:18 +0000 (12:57 -0700)]
(sched_analyze_insn): Parameter loop_note type changed to rtx, and name changed to loop_notes.

(sched_analyze_insn): Parameter loop_note type changed
to rtx, and name changed to loop_notes.  Code adding it to
REG_NOTES modified to account for type change.
(sched_analyze): Variable loop_note type changed to rtx, and name
changed to loop_notes.  Store LOOP_* REG_DEAD notes in it instead
of LOOP_* NOTE_LINE_NUMBER.
(schedule_block): Pass last not insn to emit_note_before call.

From-SVN: r8099

29 years agoRespin DI support to be combine friendly; Allow push of SF without temp reg; Fix...
Michael Meissner [Tue, 20 Sep 1994 18:36:51 +0000 (18:36 +0000)]
Respin DI support to be combine friendly; Allow push of SF without temp reg; Fix broken i386 untyped_call

From-SVN: r8098

29 years agoHandle a symlink to root/* from a subdirectory of a symlink to root/*
Ian Lance Taylor [Tue, 20 Sep 1994 16:22:36 +0000 (16:22 +0000)]
Handle a symlink to root/* from a subdirectory of a symlink to root/*

From-SVN: r8097

29 years agoPatches for HPUX, and SunOS4 (Japanese).
Per Bothner [Tue, 20 Sep 1994 01:28:35 +0000 (18:28 -0700)]
Patches for HPUX, and SunOS4 (Japanese).

From-SVN: r8096

29 years ago(fold): Handle COMPONENT_REFs involving CONSTRUCTORs.
Jason Merrill [Tue, 20 Sep 1994 00:32:29 +0000 (00:32 +0000)]
(fold): Handle COMPONENT_REFs involving CONSTRUCTORs.

From-SVN: r8095

29 years ago(load sf with update): Fix RTL typo.
Richard Kenner [Tue, 20 Sep 1994 00:25:22 +0000 (20:25 -0400)]
(load sf with update): Fix RTL typo.

From-SVN: r8094

29 years agoAdd format checking for `q' (quad) modifier.
Charles Hannum [Mon, 19 Sep 1994 12:46:40 +0000 (12:46 +0000)]
Add format checking for `q' (quad) modifier.

From-SVN: r8093

29 years ago(mark_seen_cases): Don't call fatal if case index out of range.
Per Bothner [Sat, 17 Sep 1994 19:55:46 +0000 (12:55 -0700)]
(mark_seen_cases):  Don't call fatal if case index out of range.

From-SVN: r8092

29 years ago(global_alloc): Mark regs assigned to SCRATCH as used by more than
Richard Kenner [Fri, 16 Sep 1994 23:22:39 +0000 (19:22 -0400)]
(global_alloc): Mark regs assigned to SCRATCH as used by more than
just local alloc.

From-SVN: r8091

29 years agoRework last change so it's done like collect2.c.
Richard Kenner [Thu, 15 Sep 1994 19:38:29 +0000 (15:38 -0400)]
Rework last change so it's done like collect2.c.

From-SVN: r8090

29 years agoMake long double 80 bits by default.
Michael Meissner [Thu, 15 Sep 1994 19:34:24 +0000 (19:34 +0000)]
Make long double 80 bits by default.

From-SVN: r8089

29 years agoDo not use separate 386 patterns for SF/DF/XF/DI pushes; allow SF/DF/XF/DI pushes...
Michael Meissner [Thu, 15 Sep 1994 19:33:07 +0000 (19:33 +0000)]
Do not use separate 386 patterns for SF/DF/XF/DI pushes; allow SF/DF/XF/DI pushes to push from memory if no scratch register available; allow use of leal on 486; allow XF<-XF memory moves on 386

From-SVN: r8088

29 years agoUse whether DImode variables are used as basis for chosing register alloc order dca
Michael Meissner [Thu, 15 Sep 1994 19:31:31 +0000 (19:31 +0000)]
Use whether DImode variables are used as basis for chosing register alloc order dca

From-SVN: r8087

29 years ago(store_split_bit_field): Use number of bits in arg not
Jim Wilson [Thu, 15 Sep 1994 17:45:25 +0000 (10:45 -0700)]
(store_split_bit_field): Use number of bits in arg not
BITS_PER_WORD to adjust arg in BYTES_BIG_ENDIAN case.

From-SVN: r8086

29 years ago(cse_around_loop): Don't invalidate SUBREG unless it's a SUBREG of a
Richard Kenner [Thu, 15 Sep 1994 17:21:49 +0000 (13:21 -0400)]
(cse_around_loop): Don't invalidate SUBREG unless it's a SUBREG of a
REG.

From-SVN: r8085

29 years ago(expand_binop, multi-word shifts): Generate rtl
Richard Earnshaw [Thu, 15 Sep 1994 13:17:28 +0000 (13:17 +0000)]
(expand_binop, multi-word shifts): Generate rtl
free of conflicts for shifts less than one word.

From-SVN: r8084

29 years ago(sched_analyze_insn): Don't set SCHED_GROUP_P for previous INSN a USE
Richard Kenner [Thu, 15 Sep 1994 09:29:45 +0000 (05:29 -0400)]
(sched_analyze_insn): Don't set SCHED_GROUP_P for previous INSN a USE
unless it's a USE of a REG.

From-SVN: r8083

29 years agoInclude <sys/errno.h> in case `errno' is a macro defined there.
Michael Bushnell [Wed, 14 Sep 1994 14:19:02 +0000 (14:19 +0000)]
Include <sys/errno.h> in case `errno' is a macro defined there.

From-SVN: r8082

29 years agoAdded log entry for change to g++.c.
Michael Bushnell [Wed, 14 Sep 1994 14:18:03 +0000 (14:18 +0000)]
Added log entry for change to g++.c.

From-SVN: r8081

29 years ago(GUESSPATHLEN): If there is no definition of MAXPATHLEN, then set GUESSPATHLEN to...
Michael Bushnell [Wed, 14 Sep 1994 14:11:15 +0000 (14:11 +0000)]
(GUESSPATHLEN): If there is no definition of MAXPATHLEN, then set GUESSPATHLEN to be 100.

(GUESSPATHLEN): If there is no definition of MAXPATHLEN, then set
GUESSPATHLEN to be 100.  (It's used as a starting point, not a limit,
so this is harmless.)

From-SVN: r8080

29 years agoMore DF/XF/DI fixes.
Michael Meissner [Tue, 13 Sep 1994 21:44:15 +0000 (21:44 +0000)]
More DF/XF/DI fixes.

From-SVN: r8079

29 years ago(fatal_perror, fatal, error): Declare all args as char *.
Richard Kenner [Tue, 13 Sep 1994 18:11:09 +0000 (14:11 -0400)]
(fatal_perror, fatal, error): Declare all args as char *.

From-SVN: r8078

29 years agopa.c (emit_move_sequence): Handle secondary FP load/store reloads of the form (subreg...
Jeff Law [Tue, 13 Sep 1994 16:41:03 +0000 (10:41 -0600)]
pa.c (emit_move_sequence): Handle secondary FP load/store reloads of the form (subreg (mem (plus (reg)...

* pa.c (emit_move_sequence): Handle secondary FP load/store
reloads of the form (subreg (mem (plus (reg) (disp)))).
(secondary_reload_class): A secondary register is needed to handle
out-of-range FP loads and stores.
* pa.md (reload_indf, reload_outdf): New expanders.
(reload_insf, reload_outsf): Likewise.

From-SVN: r8077

29 years ago(ADA_CFLAGS): New override.
Richard Kenner [Mon, 12 Sep 1994 22:15:28 +0000 (18:15 -0400)]
(ADA_CFLAGS): New override.

From-SVN: r8076

29 years ago(assign_parms): Set RTX_UNCHANGING_P on stack_parm
Jim Wilson [Mon, 12 Sep 1994 18:51:39 +0000 (11:51 -0700)]
(assign_parms): Set RTX_UNCHANGING_P on stack_parm
for const parameter before calling move_block_from_reg.

From-SVN: r8075

29 years ago(FLO_union_type): Add packed attribute to `bits'.
Doug Evans [Mon, 12 Sep 1994 18:27:48 +0000 (18:27 +0000)]
(FLO_union_type): Add packed attribute to `bits'.

From-SVN: r8074

29 years ago(invalidate_for_call): Properly set IN_TABLE.
Richard Kenner [Sat, 10 Sep 1994 13:50:27 +0000 (09:50 -0400)]
(invalidate_for_call): Properly set IN_TABLE.

From-SVN: r8073

29 years agoInitial revision
Richard Kenner [Sat, 10 Sep 1994 10:46:14 +0000 (06:46 -0400)]
Initial revision

From-SVN: r8072

29 years agoRemoved #define HAVE_ATEXIT to allow building for DYNIX/ptx 1.x.
Richard Kenner [Sat, 10 Sep 1994 10:46:00 +0000 (06:46 -0400)]
Removed #define HAVE_ATEXIT to allow building for DYNIX/ptx 1.x.

From-SVN: r8071

29 years ago(ptx): New OS; use for Sequent.
Richard Kenner [Sat, 10 Sep 1994 10:42:40 +0000 (06:42 -0400)]
(ptx): New OS; use for Sequent.

From-SVN: r8070

29 years ago(rescan, handle_directive): Backslash no longer suppresses the specialness of the...
Richard Kenner [Sat, 10 Sep 1994 01:48:32 +0000 (21:48 -0400)]
(rescan, handle_directive): Backslash no longer suppresses the specialness of the following char unless -traditional.

(rescan, handle_directive): Backslash no longer suppresses the specialness of
the following char unless -traditional.
(rescan): Remove backslash-newline only if at top level, since
backslash-newline-space can be encountered during macro processing.
(collect_expansion): Remove special hack for \# inside a #define; it's not
compatible with the C Standard.

From-SVN: r8069

29 years ago(LINK_SPEC): Ditto.
Jason Merrill [Sat, 10 Sep 1994 00:34:51 +0000 (00:34 +0000)]
(LINK_SPEC): Ditto.

From-SVN: r8068

29 years ago(expand_main_function): Don't call __main if
Jason Merrill [Sat, 10 Sep 1994 00:34:51 +0000 (00:34 +0000)]
(expand_main_function): Don't call __main if
        HAS_INIT_SECTION is defined.

From-SVN: r8067

29 years ago(HAS_INIT_SECTION): Define.
Jason Merrill [Sat, 10 Sep 1994 00:34:51 +0000 (00:34 +0000)]
(HAS_INIT_SECTION): Define.

        (LINK_SPEC): Add '-init __main'.

From-SVN: r8066

29 years agotree.c (decl_function_context): Don't treat C++ member functions of classes declared...
Mike Stump [Fri, 9 Sep 1994 23:48:21 +0000 (23:48 +0000)]
tree.c (decl_function_context): Don't treat C++ member functions of classes declared in a function...

        * tree.c (decl_function_context): Don't treat C++ member
        functions of classes declared in a function, as nested functions.

From-SVN: r8065

29 years ago*** empty log message ***
Steve Chamberlain [Fri, 9 Sep 1994 23:43:17 +0000 (23:43 +0000)]
*** empty log message ***

From-SVN: r8064

29 years agoInitial revision
Steve Chamberlain [Fri, 9 Sep 1994 23:40:17 +0000 (23:40 +0000)]
Initial revision

From-SVN: r8063

29 years ago(negsi2): Use register_operand not general_operand for output.
Jim Wilson [Fri, 9 Sep 1994 21:22:54 +0000 (14:22 -0700)]
(negsi2): Use register_operand not general_operand for output.

From-SVN: r8062

29 years ago(memory): Add missing !r4600 to first define_function_unit.
Jim Wilson [Fri, 9 Sep 1994 21:16:36 +0000 (14:16 -0700)]
(memory): Add missing !r4600 to first define_function_unit.

From-SVN: r8061

29 years ago(dbxout_symbol_location): Handle error_mark_node in
Jim Wilson [Fri, 9 Sep 1994 21:03:24 +0000 (14:03 -0700)]
(dbxout_symbol_location): Handle error_mark_node in
DECL_INITIAL for C++.

From-SVN: r8060

29 years ago(check_for_full_enumeration_handling): Cast malloc result
Jim Wilson [Fri, 9 Sep 1994 20:32:17 +0000 (13:32 -0700)]
(check_for_full_enumeration_handling): Cast malloc result
to `unsigned char *' not `char *'.

From-SVN: r8059

29 years agoCorrect unprototyped pointer args from `0' to `NULL_PTR'
Richard Kenner [Fri, 9 Sep 1994 19:52:38 +0000 (15:52 -0400)]
Correct unprototyped pointer args from `0' to `NULL_PTR'

From-SVN: r8058

29 years ago(SQRTTF2_LIBCALL): Delete.
Jim Wilson [Fri, 9 Sep 1994 19:35:29 +0000 (12:35 -0700)]
(SQRTTF2_LIBCALL): Delete.

(INIT_TARGET_OPTABS): Define.
(INIT_SUBTARGET_OPTABS): Define.

From-SVN: r8057

29 years agoInitial revision
Richard Kenner [Fri, 9 Sep 1994 19:17:48 +0000 (15:17 -0400)]
Initial revision

From-SVN: r8056

29 years ago(truncdisi2): Change from define_expand to define_insn.
Jim Wilson [Fri, 9 Sep 1994 19:15:14 +0000 (12:15 -0700)]
(truncdisi2): Change from define_expand to define_insn.

(truncdihi2, truncdiqi2): Likewise.

From-SVN: r8055

29 years agoAdd #undef for everything we define; a few were missing.
Richard Kenner [Fri, 9 Sep 1994 19:07:41 +0000 (15:07 -0400)]
Add #undef for everything we define; a few were missing.

From-SVN: r8054

29 years ago(find_reloads, case 'p'): Operand is BASE_REG_CLASS.
Richard Kenner [Fri, 9 Sep 1994 18:52:45 +0000 (14:52 -0400)]
(find_reloads, case 'p'): Operand is BASE_REG_CLASS.

From-SVN: r8053

29 years ago(dsp16xx): New basic machine.
Richard Kenner [Fri, 9 Sep 1994 18:00:22 +0000 (14:00 -0400)]
(dsp16xx): New basic machine.

From-SVN: r8052

29 years agoInitial revision
Richard Kenner [Fri, 9 Sep 1994 17:58:24 +0000 (13:58 -0400)]
Initial revision

From-SVN: r8051

29 years agoInitial revision
Richard Kenner [Fri, 9 Sep 1994 17:42:23 +0000 (13:42 -0400)]
Initial revision

From-SVN: r8050

29 years agoInitial revision
Richard Kenner [Fri, 9 Sep 1994 17:28:38 +0000 (13:28 -0400)]
Initial revision

From-SVN: r8049

29 years agoMerge push patterns for memory/nonmemory
Michael Meissner [Fri, 9 Sep 1994 16:50:00 +0000 (16:50 +0000)]
Merge push patterns for memory/nonmemory

From-SVN: r8048

29 years agoAccept i586 like i386.
Richard Stallman [Fri, 9 Sep 1994 04:54:07 +0000 (04:54 +0000)]
Accept i586 like i386.

Do not use SCO as a default for i386-*.

From-SVN: r8047

This page took 0.087716 seconds and 5 git commands to generate.