mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
2004-01-29 Roland McGrath <roland@redhat.com>
* procfs.c: Include gdb_string.h for str* decls, otherwise warnings. * Makefile.in (procfs.o): Add dep.
This commit is contained in:
parent
d8679d841d
commit
199587082a
@ -2180,7 +2180,7 @@ proc-flags.o: proc-flags.c $(defs_h)
|
||||
procfs.o: procfs.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
|
||||
$(elf_bfd_h) $(gdbcmd_h) $(gdbthread_h) $(gdb_wait_h) \
|
||||
$(gdb_assert_h) $(inflow_h) $(gdb_dirent_h) $(X_OK) $(gdb_stat_h) \
|
||||
$(proc_utils_h) $(gregset_h)
|
||||
$(proc_utils_h) $(gregset_h) $(gdb_string_h)
|
||||
proc-service.o: proc-service.c $(defs_h) $(gdb_proc_service_h) $(inferior_h) \
|
||||
$(symtab_h) $(target_h) $(gregset_h)
|
||||
proc-why.o: proc-why.c $(defs_h) $(proc_utils_h)
|
||||
|
527
gdb/procfs.c
527
gdb/procfs.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user