aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-09-17 19:32:53 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-09-17 19:32:53 +0000
commit8d4e36bad1bab0ff367a2f9ab7a131d63e030de0 (patch)
tree13731aa8d6784b75c6b92c75da685041f743a6a3 /gdb/Makefile.in
parentf9ed52beed7a3b98293b1a84d5b96b3a9754014a (diff)
downloadgdb-8d4e36bad1bab0ff367a2f9ab7a131d63e030de0.zip
gdb-8d4e36bad1bab0ff367a2f9ab7a131d63e030de0.tar.gz
gdb-8d4e36bad1bab0ff367a2f9ab7a131d63e030de0.tar.bz2
* solib-svr4.c: Add include of "auxv.h".
(enable_break): Use the AT_BASE auxiliary entry if available. * Makefile.in (solib-svr4.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 65fc5b2..cebfbc9 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2622,7 +2622,7 @@ solib-svr4.o: solib-svr4.c $(defs_h) $(elf_external_h) $(elf_common_h) \
$(elf_mips_h) $(symtab_h) $(bfd_h) $(symfile_h) $(objfiles_h) \
$(gdbcore_h) $(target_h) $(inferior_h) $(gdb_assert_h) \
$(solist_h) $(solib_h) $(solib_svr4_h) $(bfd_target_h) $(elf_bfd_h) \
- $(exec_h)
+ $(exec_h) $(auxv_h)
solib-target.o: solib-target.c $(defs_h) $(objfiles_h) $(solist_h) \
$(symtab_h) $(symfile_h) $(target_h) $(vec_h) $(xml_support_h) \
$(gdb_string_h)