OSDN Git Service

Include config.h before system.h.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Oct 2000 20:33:00 +0000 (20:33 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Oct 2000 20:33:00 +0000 (20:33 +0000)
Force function epilogue to always be generated to work around epilogue
suppression bug in M*Core backend.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37059 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mcore/mcore.c
gcc/config/mcore/mcore.md

index 1e708d9..1ddc191 100644 (file)
@@ -1,3 +1,13 @@
+2000-10-25  Nick Clifton  <nickc@redhat.com>
+
+       * config/mcore/mcore.c: Include config.h before system.h.
+
+2000-10-25  Ray Essick  <essick@ddna.labs.mot.com>
+
+       * config/mcore/mcore.md (return): Force function epilogue to
+       always be generated to work around epilogue suppression bug in
+       M*Core backend.
+
 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * c-decl.c (grokdeclarator): Move warning for qualified void
index 603b70c..6fc6060 100644 (file)
@@ -17,11 +17,11 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#include "config.h"
 #include "system.h"
 #include "assert.h"
 #include "gansidecl.h"
 
-#include "config.h"
 #include "rtl.h"
 #include "mcore.h"
 
index fa659a3..4cc1537 100644 (file)
   "jmp %0"
   [(set_attr "type" "jmp")])
 
-(define_insn "return"
+(define_insn "*return"
  [(return)]
  "reload_completed && ! mcore_naked_function_p ()"
  "jmp  r15"