diff options
author | Felix Lee <flee@cygnus> | 1998-11-24 14:51:13 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1998-11-24 14:51:13 +0000 |
commit | 15af627cc04ef46b1ba61c77ec2cbc1c6dfe09ee (patch) | |
tree | d75ca5eb8f8a146145d2585594345b769acbcc5d /gdb/sol-thread.c | |
parent | afcad54a90445ba65ca91b13341b75facc96521c (diff) | |
download | gdb-15af627cc04ef46b1ba61c77ec2cbc1c6dfe09ee.zip gdb-15af627cc04ef46b1ba61c77ec2cbc1c6dfe09ee.tar.gz gdb-15af627cc04ef46b1ba61c77ec2cbc1c6dfe09ee.tar.bz2 |
* procfs.c (procfs_wait): handle syscall events first.
* procfs.c (GDB_GREGSET_TYPE, GDB_FPREGSET_TYPE): new macros.
* config/sparc/xm-sun4sol2.h: use them.
* core-sol2.c: don't #undef gregset_t and fpregset_t.
* sol-thread.c: ditto.
* sparc-tdep.c: ditto.
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index ca20bde..9e571fe 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -46,17 +46,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ procfs.c. */ #include "defs.h" - -/* Undefine gregset_t and fpregset_t to avoid conflict with defs in xm file. */ - -#ifdef gregset_t -#undef gregset_t -#endif - -#ifdef fpregset_t -#undef fpregset_t -#endif - #include <thread.h> #include <proc_service.h> #include <thread_db.h> |