psim: 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.
This commit is contained in:
parent
d5962de546
commit
ceac4ecf4c
6 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -95,6 +95,7 @@ typedef enum {
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
#ifndef NORETURN
|
||||
|
|
|
@ -1815,7 +1815,7 @@ device_ioctl(device *me,
|
|||
/* I/O */
|
||||
|
||||
EXTERN_DEVICE\
|
||||
(void volatile)
|
||||
(void)
|
||||
device_error(device *me,
|
||||
const char *fmt,
|
||||
...)
|
||||
|
|
|
@ -726,7 +726,7 @@ EXTERN_DEVICE\
|
|||
*/
|
||||
|
||||
EXTERN_DEVICE\
|
||||
(void volatile) device_error
|
||||
(void) device_error
|
||||
(device *me,
|
||||
const char *fmt,
|
||||
...) __attribute__ ((format (printf, 2, 3)));
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#define _HW_HTAB_C_
|
||||
|
||||
#include "device_table.h"
|
||||
#include "device.h"
|
||||
|
||||
#include "bfd.h"
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
#define STATIC_INLINE_HW_MEMORY STATIC_INLINE
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "device_table.h"
|
||||
|
||||
/* DEVICE
|
||||
|
|
Loading…
Reference in a new issue