diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-19 05:00:13 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-19 05:00:13 +0000 |
commit | 56eec3c737e0f038711286c34175504fad3cd95c (patch) | |
tree | c8c3eda004199152186ec50e1b8b52fd7f8527ed /gdb/config/i386/symmetry.mh | |
parent | bea80b013deed137522eac146fcc413a959166bf (diff) | |
download | gdb-56eec3c737e0f038711286c34175504fad3cd95c.zip gdb-56eec3c737e0f038711286c34175504fad3cd95c.tar.gz gdb-56eec3c737e0f038711286c34175504fad3cd95c.tar.bz2 |
* infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
but not the others.
* symm-tdep.c: Remove exec_file_command.
[_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions.
A few miscellaneous cleanups.
* symm-nat.c: Renamed from symm-xdep.c.
* All symmetry dependent files: Many changes.
Diffstat (limited to 'gdb/config/i386/symmetry.mh')
-rw-r--r-- | gdb/config/i386/symmetry.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/symmetry.mh b/gdb/config/i386/symmetry.mh index e065464..a6e0911 100644 --- a/gdb/config/i386/symmetry.mh +++ b/gdb/config/i386/symmetry.mh @@ -1,3 +1,3 @@ # Host: Sequent Symmetry running Dynix 3.0, with Weitek 1167 or i387. -XDEPFILES= infptrace.o inftarg.o fork-child.o symm-xdep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o symm-nat.o XM_FILE= xm-symmetry.h |