mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
sim: frv: fix up various missing prototype warnings
Some of these were missing includes, some were unused funcs we can cleanup, and some were missing prototypes for use in other files.
This commit is contained in:
@ -27,6 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#include "sim-signal.h"
|
||||
#include "bfd.h"
|
||||
#include <stdlib.h>
|
||||
#include "cgen-mem.h"
|
||||
|
||||
/* FR-V Interrupt table.
|
||||
Describes the interrupts supported by the FR-V.
|
||||
|
Reference in New Issue
Block a user