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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 43c0822..353c406 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -809,7 +809,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \ remote-udi.c remote-vx.c remote-z8k.c rs6000-nat.c rs6000-pinsn.c \ rs6000-tdep.c ser-go32.c ser-tcp.c sh-tdep.c solib.c sparc-nat.c \ sparc-pinsn.c sparc-tdep.c sun3-nat.c sun386-nat.c symm-tdep.c \ - symm-xdep.c tahoe-pinsn.c ultra3-nat.c ultra3-xdep.c umax-xdep.c \ + symm-nat.c tahoe-pinsn.c ultra3-nat.c ultra3-xdep.c umax-xdep.c \ vax-pinsn.c vx-share/xdr_ld.c vx-share/xdr_ptrace.c vx-share/xdr_rdb.c \ xcoffexec.c xcoffread.c xcoffsolib.c z8k-tdep.c @@ -1255,7 +1255,7 @@ symfile.o: symfile.c $(breakpoint_h) complaints.h $(defs_h) \ language.h objfiles.h symfile.h $(symtab_h) target.h symm-tdep.o: symm-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) -symm-xdep.o: symm-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h) +symm-nat.o: symm-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) symmisc.o: symmisc.c $(bfd_h) $(breakpoint_h) $(command_h) $(defs_h) \ $(expression_h) $(gdbtypes_h) language.h objfiles.h symfile.h \ |