summaryrefslogtreecommitdiff
path: root/gcc/config/m68k
Commit message (Expand)AuthorAgeFilesLines
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+2
* m68k.c (TARGET_PROMOTE_PROTOTYPES): New.Kazu Hirata2004-01-295-15/+30
* re PR bootstrap/13562 (bootstrap failure on m68k-linux)Andreas Schwab2004-01-151-1/+4
* netbsd-elf.h (REGISTER_NAMES): Add missing "argptr" pseudo-register.Bernardo Innocenti2004-01-131-1/+1
* m68k.md: Switch from the "*..." syntax to the brace-enclosed syntax in all C ...Bernardo Innocenti2004-01-121-1146/+962
* re PR target/12148 (longstanding m68k libgcc.a bug when using ` -mshort')Markus F.X.J. Oberhumer2004-01-121-20/+20
* m68k.c (output_andsi3): Fix signed/unsigned comparison warning.Bernardo Innocenti2004-01-051-1/+1
* uclinux.h (LIB_SPEC): Add elf2flt magic required for correct linking of execu...Bernardo Innocenti2003-12-271-1/+1
* vxlib.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* m68k.c (MOTOROLA): Move from here...Gunther Nikl2003-11-303-469/+250
* config.gcc (m68020-*-elf*, [...]): Add tm_defines containing MOTOROLA and USE...Gunther Nikl2003-11-303-14/+0
* gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New.Kaveh R. Ghazi2003-11-292-5/+3
* m68k.c: Use C statements instead of #ifdef's when testing for MOTOROLA versus...Bernardo Innocenti2003-11-141-600/+390
* m68k.c (notice_update_cc): Clear cc status for shifts and rotates.Richard Henderson2003-10-291-4/+9
* m68k.c (m68k_compute_frame_layout): Ensure FPU related frame information is a...Gunther Nikl2003-10-261-24/+20
* m68k.c (m68k_compute_frame_layout): Swap reg_mask and reg_rev_mask computation.Gunther Nikl2003-10-261-7/+7
* m68k.c (m68k_output_function_prologue): Eliminate num_saved_regs, use current...Bernardo Innocenti2003-10-261-6/+3
* m68k.c (m68k_output_function_prologue): Move front comment from here to...Gunther Nikl2003-10-261-17/+14
* re PR target/12676 (m68k.c: LP64 bug)Andreas Schwab2003-10-221-1/+1
* m68k.c (m68k_output_function_prologue): Remove obsolete comments.Gunther Nikl2003-10-211-4/+0
* m68k.c (m68k_output_function_epilogue): Add missing argument to asm_fprintf s...Gunther Nikl2003-10-181-1/+2
* m68k.h (MASK_SEP_DATA, [...]): Move definitions after the other flags.Bernardo Innocenti2003-10-151-13/+13
* Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg2003-10-132-3/+22
* lb1sf68.asm: Follow spelling conventions.Kazu Hirata2003-10-114-23/+23
* m68k-protos.h: Remove the prototype for finalize_pic.Kazu Hirata2003-10-111-3/+0
* * config/m68k/m68k.c: Fix comment typos.Kazu Hirata2003-10-111-3/+3
* m68k-protos.h (use_return_insn): Change return type from int to bool.Bernardo Innocenti2003-10-112-182/+151
* m68k.c (m68k_frame): Move before protos referencing it.Peter Barada2003-10-111-36/+110
* t-uclinux: New target Makefile fragment.Bernardo Innocenti2003-10-112-0/+87
* lb1sf68.asm: Add __PIC__ and __ID_SHARED_LIBRARY__ support.Bernardo Innocenti2003-10-116-119/+256
* real.h (REAL_MODE_FORMAT): New macro.Zack Weinberg2003-10-061-1/+1
* GNU CC -> GCCKelley Cook2003-09-2720-79/+79
* m68k.h (MASK_RTD, [...]): Resurrect -mrtd option.Bernardo Innocenti2003-09-221-3/+24
* t-m68kbare, t-rtems: Change 68681 to 68881.Joel Sherrill2003-09-192-2/+2
* m68k.h (TARGET_CPU_CPP_PREDEFINES): Add predefines for -m68030, -m68020-60 an...Bernardo Innocenti2003-09-192-143/+126
* t-rtems: New.Ralf Corsepius2003-09-191-0/+6
* m68k.h (TARGET_CPU_CPP_BUILTINS): Add target predefines.Bernardo Innocenti2003-09-172-63/+41
* re PR target/12021 (warning "cpu" and "machine" reasserted for every file)Andrew Pinski2003-09-132-4/+0
* coff.h (REGISTER_NAMES): Add fake register `argptr'Bernardo Innocenti2003-09-098-113/+281
* m68k.c (m68k_output_function_prologue): Simplify by removing redundant variab...Bernardo Innocenti2003-09-091-25/+13
* m68k.c (m68k_coff_asm_named_section): Restore deleted function.Bernardo Innocenti2003-09-042-0/+26
* m68k.c (m68k_coff_asm_named_section): remove unused function.Bernardo Innocenti2003-08-221-33/+0
* m68k-protos.h: Convert to ISO C90.Bernardo Innocenti2003-08-222-200/+122
* m68k.c (m68k_rtx_costs): Adjust mul/div costs for ColdFire cores.Bernardo Innocenti2003-08-211-6/+13
* Makefile.in (INCLUDES): Remove -I$(srcdir)/config.Zack Weinberg2003-08-2116-171/+46
* m68k-none.h: Introduce new ColdFire archs.Peter Barada2003-08-2110-413/+519
* m68k.c: Strip away code depending on NO_ADDSUB_Q definition.Bernardo Innocenti2003-08-212-101/+6
* m68k.md (anonymous define_insn): remove obsolete code selected by FSGLMUL_USE...Gunther Nikl2003-08-212-27/+0
* m68k.c (output_move_const_into_data_reg, [...]): unify MOTOROLA/MIT handling ...Gunther Nikl2003-08-212-36/+0
* m68k.c (m68k_output_function_prologue): use %U in label nameGunther Nikl2003-08-211-5/+4