aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k
AgeCommit message (Expand)AuthorFilesLines
2002-04-15linux.h, [...] (CPP_PREDEFINES): Define __gnu_linux__, not gnu_linux.Richard Henderson2-2/+2
2002-04-13linux.h: Define __gnu_linux__ wherever __linux__ is defined...Mark Mitchell2-4/+4
2002-04-12rtems.h, [...] (*-rtems*): Cleanup pass to move common definitions to config/...Eric Norum2-38/+0
2002-04-02* config/m68k/m68k.md (dbcc peepholes): Match four forms of dbra.Richard Henderson1-2/+49
2002-03-12re PR rtl-optimization/5878 (gcc 3.1 breaks on C code generated by the Mercur...Richard Henderson1-36/+36
2002-03-121750a.h, [...] (POINTER_SIZE): Delete.Kaveh R. Ghazi1-4/+0
2002-03-06m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a COMPARE operator.Jeff Law1-0/+6
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg8-49/+1
2002-03-031750a.h, [...] (BITS_PER_WORD): Delete.Kaveh R. Ghazi1-6/+0
2002-03-03a29k.h, [...]: (BITS_PER_UNIT): Delete.Kaveh R. Ghazi1-3/+0
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2-5/+3
2002-02-13config.gcc (a29k-*-rtems): General cleanup across all RTEMS targets...Joel Sherrill3-16/+6
2002-02-05netbsd.h (WCHAR_TYPE): Define.Jason Thorpe2-18/+0
2002-02-03config.gcc: Set cpu_type to m68k for 68010, as well.Jason Thorpe1-0/+520
2002-01-23t-m68kbare (MULTILIB_OPTIONS): Add 68040 and 68060.Richard Henderson2-6/+6
2002-01-22netbsd.h (TARGET_HAS_F_SETLKW): define.Jason Thorpe1-0/+1
2002-01-16expmed.c (extract_fixed_bit_field): Remove unused code.Kazu Hirata1-3/+0
2002-01-10configure.in: Set stage1_cflags for powerpc-*-darwin*.Zack Weinberg2-6/+6
2002-01-08tm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros.Joseph Myers1-7/+1
2002-01-01configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of ${srcdir}/ginc...Joseph Myers2-0/+990
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi2-2/+2
2001-12-22elxsi.c: Include "hard-reg-set.h" and/or don't declare `call_used_regs' expli...Kaveh R. Ghazi1-8/+0
2001-12-20varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl...Richard Henderson14-396/+0
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford14-223/+90
2001-12-16clix.h (ASM_OUTPUT_ASCII): Avoid signed/unsigned warnings.Kaveh R. Ghazi9-27/+27
2001-12-11config.gcc (m68020-*-elf*): Expand tm_file to include all needed cpu configur...David O'Brien4-6/+4
2001-12-093b1.h (ASM_OUTPUT_ALIGN): Wrap in do-while(0).Kaveh R. Ghazi7-8/+22
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka2-169/+0
2001-12-01m68k.c (init_FPA_table): Provide static prototype.Kaveh R. Ghazi1-1/+2
2001-11-27collect2.c: Check HAVE_DUP2 instead of NO_DUP2.Kaveh R. Ghazi1-1/+0
2001-11-19unix.h (ASM_FILE_START): Const-ify.Kaveh R. Ghazi3-3/+3
2001-11-15dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there w...Jason Merrill1-2/+0
2001-11-15config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag...Andreas Schwab2-2/+0
2001-11-14linux.h: Include <linux.h> not "linux.h" to avoid infinite recursion.Kaveh R. Ghazi1-1/+1
2001-11-11unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning.Kaveh R. Ghazi19-48/+48
2001-11-06rtl.h (mem_for_const_double): New declaration.Richard Kenner4-17/+20
2001-11-04aof.h (aof_text_section, [...]): Don't declare.Kaveh R. Ghazi1-1/+1
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-11-013b1.h: Fix comment formatting.Kazu Hirata31-162/+162
2001-10-31Makefile.in (INTL_TARGETS, POSUB): Delete all references.Zack Weinberg1-3/+3
2001-10-28alpha.md, [...]: Fix spelling errors.Joseph Myers2-2/+2
2001-10-19config.gcc (i[34567]86-*-gnu*, [...]): Delete superflous ${cpu_type} setting.Franz Sirl2-1/+6
2001-10-083b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'.Kaveh R. Ghazi4-4/+4
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-2/+2
2001-09-11configure.in: Check whether assembler supports section merging.Jakub Jelinek1-1/+1
2001-08-27m68k.md (sordered, [...]): New patterns.Richard Henderson1-0/+428
2001-08-27m68k.md (subreghi1ashrdi_const32, [...]): Fix SUBREG_BYTE offset.Roman Zippel1-6/+13
2001-08-16varasm.c (named_section_flags): Remove align parameter.Richard Henderson1-4/+2
2001-08-10m68k.c (m68k_svr3_asm_out_constructor): Protect with ifdef CTOR_LIST_BEGIN in...Richard Henderson1-2/+2
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson7-196/+42