2014-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* basics.h, device.c, device.h, hw_htab.c, hw_memory.c:
Correct spelling in comments.
+2014-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * basics.h, device.c, device.h, hw_htab.c, hw_memory.c:
+ Correct spelling in comments.
+
2014-08-19 Alan Modra <amodra@gmail.com>
* configure.ac: Invoke AC_PLUGINS.
#include <stdarg.h>
#include <stdio.h>
+#include <stdlib.h>
#ifndef NORETURN
/* I/O */
EXTERN_DEVICE\
-(void volatile)
+(void)
device_error(device *me,
const char *fmt,
...)
*/
EXTERN_DEVICE\
-(void volatile) device_error
+(void) device_error
(device *me,
const char *fmt,
...) __attribute__ ((format (printf, 2, 3)));
#define _HW_HTAB_C_
#include "device_table.h"
+#include "device.h"
#include "bfd.h"
#define STATIC_INLINE_HW_MEMORY STATIC_INLINE
#endif
+#include <stdlib.h>
+
#include "device_table.h"
/* DEVICE