Browse Source

2002-02-13 Elena Zannoni <ezannoni@redhat.com>

* linux-proc.c: Add include of regcache.h.
	* Makefile.in (linux-proc.o): Add dependency on regcache.h.
readline_4_3-import-branch
Elena Zannoni 25 years ago
parent
commit
1e4d76e7d5
  1. 5
      gdb/ChangeLog
  2. 2
      gdb/Makefile.in
  3. 1
      gdb/linux-proc.c

5
gdb/ChangeLog

@ -1,3 +1,8 @@
2002-02-13 Elena Zannoni <ezannoni@redhat.com>
* linux-proc.c: Add include of regcache.h.
* Makefile.in (linux-proc.o): Add dependency on regcache.h.
2002-02-13 Andrew Cagney <ac131313@redhat.com>
From 2002-01-18 Greg McGary <greg@mcgary.org>:

2
gdb/Makefile.in

@ -1333,7 +1333,7 @@ gcore.o: gcore.c $(defs_h) $(command_h) $(inferior_h) $(gdbcore_h) \
$(BFD_SRC)/elf-bfd.h $(symfile_h) $(objfiles_h)
linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(gregset_h) \
$(gdbcore_h) $(gdbthread_h) $(BFD_SRC)/elf-bfd.h
$(gdbcore_h) $(gdbthread_h) $(regcache_h) $(BFD_SRC)/elf-bfd.h
cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h)

1
gdb/linux-proc.c

@ -24,6 +24,7 @@
#include <sys/procfs.h> /* for elf_gregset etc. */
#include <sys/stat.h> /* for struct stat */
#include <ctype.h> /* for isdigit */
#include "regcache.h" /* for registers_changed */
#include "gregset.h" /* for gregset */
#include "gdbcore.h" /* for get_exec_file */
#include "gdbthread.h" /* for struct thread_info etc. */

Loading…
Cancel
Save