diff options
author | Fred Fish <fnf@specifix.com> | 1992-04-22 16:46:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-04-22 16:46:47 +0000 |
commit | 4ace50a5102f0839b7838993401520d90ee268d2 (patch) | |
tree | 632965d9d3c1131a7174ae6ce02f5bbe673fba60 /gdb/xm-apollo68v.h | |
parent | be2d8c134a174732a53bb6b6e2d4095054c18897 (diff) | |
download | gdb-4ace50a5102f0839b7838993401520d90ee268d2.zip gdb-4ace50a5102f0839b7838993401520d90ee268d2.tar.gz gdb-4ace50a5102f0839b7838993401520d90ee268d2.tar.bz2 |
Remove now obsolete signame.c and signame.h; functionality is handled by
libiberty/strsignal.c. Widespread changes to use libiberty/strerror.c
functions for errno manipulations and libiberty/strsignal.c for signo
(signals) manipulations.
Diffstat (limited to 'gdb/xm-apollo68v.h')
-rw-r--r-- | gdb/xm-apollo68v.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/xm-apollo68v.h b/gdb/xm-apollo68v.h index 49068e4..e510e99 100644 --- a/gdb/xm-apollo68v.h +++ b/gdb/xm-apollo68v.h @@ -43,6 +43,3 @@ on those where it does, it occurs quite reliably. */ #define HAVE_TERMIO #define FETCH_INFERIOR_REGISTERS - -#define SYS_SIGLIST_MISSING 0 /* we have it on the apollo */ - |