2006-01-23 23:10:41 +01:00
|
|
|
/* load.h --- interface to loading object files into the M32C simulator.
|
|
|
|
|
2018-01-01 05:43:02 +01:00
|
|
|
Copyright (C) 2005-2018 Free Software Foundation, Inc.
|
2006-01-23 23:10:41 +01:00
|
|
|
Contributed by Red Hat, Inc.
|
|
|
|
|
|
|
|
This file is part of the GNU simulators.
|
|
|
|
|
2007-08-24 16:30:15 +02:00
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
2006-01-23 23:10:41 +01:00
|
|
|
|
2007-08-24 16:30:15 +02:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
2006-01-23 23:10:41 +01:00
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
2007-08-24 16:30:15 +02:00
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
2006-01-23 23:10:41 +01:00
|
|
|
|
|
|
|
|
|
|
|
#include "bfd.h"
|
|
|
|
|
|
|
|
extern int default_machine;
|
|
|
|
|
2015-04-01 08:21:21 +02:00
|
|
|
void m32c_set_mach (unsigned long mach);
|
2006-01-23 23:10:41 +01:00
|
|
|
void m32c_load (bfd *);
|