aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mcore
AgeCommit message (Expand)AuthorFilesLines
2000-11-17mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not malloc/realloc.Kaveh R. Ghazi1-1/+1
2000-11-12Fix comment formating, and adjust sequence of #include headers.Nick Clifton1-120/+165
2000-10-25Include config.h before system.h.Nick Clifton2-2/+2
2000-09-25Change callers in config/m*/ to match:Hans-Peter Nilsson2-6/+6
2000-09-25definitions in config/m[ci]*:Hans-Peter Nilsson2-7/+7
2000-09-21Fix compile time warningsNick Clifton2-121/+136
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-3/+3
2000-08-18Only allow allow rotations by a constant amount.Ray Essick1-8/+18
2000-06-271750a.h: Mark help strings for options/switches for translation.Philipp Thomas1-48/+48
2000-06-11[multiple changes]Jeff Law2-6/+6
2000-05-15Update to libgcc copyright exception clause.Jeff Law1-11/+6
2000-05-03Replace inclusion of <stdio.h> with "system.h"Rodney Brown1-1/+1
2000-03-29Convert ACCUMULATE_OUTGOING_ARGS to an expression.Jan Hubicka1-1/+1
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2-2/+2
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-1/+0
2000-02-14Backend for Motorola's MCore processors.Nick Clifton13-0/+9785