mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
* signals/signals.c (signals): Update pointer to enum
target_signal declaration.
This commit is contained in:
parent
db86b2dce1
commit
7e2dbecf8f
@ -1,3 +1,8 @@
|
||||
2007-10-25 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||
|
||||
* signals/signals.c (signals): Update pointer to enum
|
||||
target_signal declaration.
|
||||
|
||||
2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
|
||||
Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
|
||||
Jim Blandy <jimb@codesourcery.com>
|
||||
|
@ -45,7 +45,7 @@
|
||||
#endif
|
||||
|
||||
/* This table must match in order and size the signals in enum target_signal
|
||||
in target.h. */
|
||||
in src/include/gdb/signals.h. */
|
||||
/* *INDENT-OFF* */
|
||||
static struct {
|
||||
char *name;
|
||||
|
Loading…
Reference in New Issue
Block a user