aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k
AgeCommit message (Expand)AuthorFilesLines
1997-12-06Merge from gcc-2.8Jeff Law5-16/+12
1997-12-06This commit was generated by cvs2svn to compensate for changes in r16983,Jeff Law5-20/+2
1997-12-06m68k.c: Include tree.h for dwarf2out_cfi_label.Jeff Law1-0/+1
1997-11-19dwarf2out.c (CIE_LENGTH_LABEL, [...]): New macros.Philippe De Muyter1-0/+3
1997-11-13* m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.Jeffrey A Law1-1/+1
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law3-35/+57
1997-10-28Fix coldfire/btst problems.Jim Wilson1-3/+41
1997-10-07mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment instead of aborting.Manfred Hollstein1-4/+2
1997-10-01x-mot3300 (XCFLAGS): Disable as's long/short jump optimisation for f/expr.o a...Philippe De Muyter1-1/+2
1997-09-26frame.c: Include gansidecl.h for PROTO.Andreas Schwab1-5/+11
1997-09-22m68k.c (output_function_prologue): Add dwarf2 support.Andreas Schwab2-5/+91
1997-09-18xm-mot3300.h (alloca): Properly declare if __STDC__.Jeffrey A Law1-0/+4
1997-09-08Fix m68k-hp-hpux8 problem for Manfred Holstein.Jim Wilson1-14/+14
1997-09-07Fix typo in last patch.Jim Wilson1-1/+1
1997-09-07Fix m68k-motorola-sysv (aka delta) build failure for Manfred Hollstein.Jim Wilson1-5/+8
1997-09-05m68k.h (MACHINE_STATE_SAVE, [...]): Add __HPUX_ASM__ versions.Jim Wilson1-0/+18
1997-09-03go32-rtems.h, [...] (subtarget_switches): Removed SUBTARGET_SWITCHES definiti...Joel Sherrill1-4/+0
1997-09-01go32-rtems.h, [...] (subtarget_switches): Added -mrtems as a switch.Joel Sherrill1-1/+5
1997-08-29m68k.md (iorsi_zexthi_ashl16): Disable.Jim Wilson1-1/+10
1997-08-27t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.Bob Manson1-1/+1
1997-08-27Fix newlib coldfire build failure.Jim Wilson1-1/+1
1997-08-27linux.h (CC1_SPEC): Define it only if not defined.H.J. Lu1-0/+4
1997-08-27t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.Jeffrey A Law1-2/+1
1997-08-23Fix typos in m68k configuration files.Jim Wilson2-2/+2
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law11-2/+116
1997-07-21(iorsi_zexthi_ashl16): Mark output operand as earlyclobber.Richard Kenner1-1/+1
1997-07-14(LINK_SPEC): Fix last change.Richard Kenner1-6/+7
1997-07-14(output_{and,ior,xor}si3): New extern declarations.Richard Kenner1-0/+3
1997-07-14(output_{and,ior,xor}si3): New functions from patterns bodies.Richard Kenner1-0/+119
1997-07-14(adddi3, subdi3): Allow constant operand.Richard Kenner1-86/+271
1997-07-02(LINK_SPEC): Pass -shared for -shared.Richard Kenner1-2/+20
1997-06-24(LIMIT_RELOAD_CLASS): Define.Jim Wilson1-0/+10
1997-06-12(mov[qhs]i}): Add pair of constraints which allowJim Wilson1-6/+6
1997-06-09(TARGET_DEFAULT): Use MASK_68040, not MASK_68040_ALSO.Richard Kenner3-4/+4
1997-06-09(CPP_SPEC): Define __mc68020__ if no -m[c]68000 command-line option given.Richard Kenner1-1/+2
1997-06-09(MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): TestRichard Kenner1-17/+50
1997-05-19(scc0_di, scc_di, seq, sne, sgt, sgtu, slt, sltu, sge, sgeu,Jim Wilson1-16/+139
1997-05-19(output_move_qimode): Add coldfire support.Jim Wilson1-2/+8
1997-05-19(PUSH_ROUNDING): Add coldfire support.Jim Wilson1-2/+3
1997-05-18(TARGET_SWITCHES): Add new target name: cpu32.Richard Kenner1-0/+2
1997-05-18(ASM_COMMENT_START): Define.Richard Kenner2-1/+5
1997-05-18(mov[qhs]i,movstrict[qs]i, mulsi3): Use 'Q' constraint for TARGET_5200.Richard Kenner1-7/+7
1997-05-18(EXTRA_CONSTRAINT): New macro.Richard Kenner1-0/+13
1997-05-18(TARGET_SWITCHES): Add 68020-60.Richard Kenner1-12/+19
1997-05-18(TARGET_ALIGN_INT, MASK_ALIGN_INT): New macros.Richard Kenner1-2/+15
1997-05-18(mov[qhs]i}): Add pair of constraints which allow offsetable memoryRichard Kenner1-6/+6
1997-05-18(movstrict*): Changed into define_expands.Richard Kenner1-24/+30
1997-05-18(output_move_strict{hi,qi}): Declare.Richard Kenner1-0/+2
1997-05-18(output_move_strict{hi,qi}): New functions.Richard Kenner1-0/+26
1997-05-01(output_addsi3): Replace "\\;" by "\n\t" in assembler templates.Richard Kenner1-3/+3