mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-26 16:25:00 +08:00
Include config.h before system.h.
Force function epilogue to always be generated to work around epilogue suppression bug in M*Core backend. From-SVN: r37059
This commit is contained in:
parent
35241f18b2
commit
bc27e96cef
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -1980,7 +1980,7 @@
|
||||
"jmp %0"
|
||||
[(set_attr "type" "jmp")])
|
||||
|
||||
(define_insn "return"
|
||||
(define_insn "*return"
|
||||
[(return)]
|
||||
"reload_completed && ! mcore_naked_function_p ()"
|
||||
"jmp r15"
|
||||
|
Loading…
Reference in New Issue
Block a user