sim: m32c: enable warnings & clean up a bunch

This doesn't clean up all the warnings, just most of them.
The ones that are left will require some care to unravel.
This commit is contained in:
Mike Frysinger
2015-04-01 02:21:21 -04:00
parent 0fe84f3fbe
commit 269e9c185f
16 changed files with 208 additions and 54 deletions

View File

@@ -23,5 +23,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
extern int default_machine;
void m32c_set_mach (int mach);
void m32c_set_mach (unsigned long mach);
void m32c_load (bfd *);