mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
sim: m68hc11: delete unused interrupt_names
The interrupts.c file has a static/fuller definition that is used, so drop this copy in interp.c.
This commit is contained in:
parent
a84f8df0e2
commit
09896bd223
@ -1,3 +1,7 @@
|
||||
2015-06-11 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* interp.c (interrupt_names): Delete.
|
||||
|
||||
2015-06-11 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (SIM_OBJS): Add sim-resume.o
|
||||
|
@ -33,14 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
static void sim_get_info (SIM_DESC sd, char *cmd);
|
||||
|
||||
|
||||
char *interrupt_names[] = {
|
||||
"reset",
|
||||
"nmi",
|
||||
"int",
|
||||
NULL
|
||||
};
|
||||
|
||||
struct sim_info_list
|
||||
{
|
||||
const char *name;
|
||||
|
Loading…
Reference in New Issue
Block a user