* gdbserver/Makefile.in (TAGS): config files are in

$(srcdir)/../config, not $(srcdir)/config.
This commit is contained in:
Jim Kingdon
1993-09-07 21:39:47 +00:00
parent ed1a07ad1f
commit 8467b44674

View File

@ -1,5 +1,8 @@
Tue Sep 7 13:06:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) Tue Sep 7 13:06:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdbserver/Makefile.in (TAGS): config files are in
$(srcdir)/../config, not $(srcdir)/config.
* config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc. * config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc.
(STORE_RETURN_VAULE): Pass the correct offset of the return (STORE_RETURN_VAULE): Pass the correct offset of the return
register to write_register_bytes. register to write_register_bytes.