mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
Second pass at moving sky files into mips dir,
prepend sky- to all #include's of sky headers.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
/* Copyright (C) 1998, Cygnus Solutions */
|
/* Copyright (C) 1998, Cygnus Solutions */
|
||||||
|
|
||||||
#include "pke.h"
|
#include "sky-pke.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#define H_PKE_H
|
#define H_PKE_H
|
||||||
|
|
||||||
#include "sim-main.h"
|
#include "sim-main.h"
|
||||||
#include "device.h"
|
#include "sky-device.h"
|
||||||
|
|
||||||
|
|
||||||
/* External functions */
|
/* External functions */
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include "sim-main.h"
|
#include "sim-main.h"
|
||||||
|
|
||||||
#include "device.h"
|
#include "sky-device.h"
|
||||||
#include "vu0.h"
|
#include "sky-vu0.h"
|
||||||
|
|
||||||
static char vu0_mem0_buffer[VU0_MEM0_SIZE];
|
static char vu0_mem0_buffer[VU0_MEM0_SIZE];
|
||||||
static char vu0_mem1_buffer[VU0_MEM1_SIZE];
|
static char vu0_mem1_buffer[VU0_MEM1_SIZE];
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
#include "sim-main.h"
|
#include "sim-main.h"
|
||||||
|
|
||||||
#include "device.h"
|
#include "sky-device.h"
|
||||||
#include "vu1.h"
|
#include "sky-vu1.h"
|
||||||
#include "libvpe.h"
|
#include "sky-libvpe.h"
|
||||||
#include "vu.h"
|
#include "sky-vu.h"
|
||||||
|
|
||||||
VectorUnitState vu1_state;
|
VectorUnitState vu1_state;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user