diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-09-25 16:12:32 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-09-25 16:12:32 +0000 |
commit | 898c62f580fabcdd8d8585104d1f91399170df3c (patch) | |
tree | c69792e6060439e0534c2fbaa1c07d10ba62a593 /gdb/Makefile.in | |
parent | 10f0d45173be4e7b88962735565bf97b25affc10 (diff) | |
download | gdb-898c62f580fabcdd8d8585104d1f91399170df3c.zip gdb-898c62f580fabcdd8d8585104d1f91399170df3c.tar.gz gdb-898c62f580fabcdd8d8585104d1f91399170df3c.tar.bz2 |
* stack.c: Include "reggroups.h".
(frame_info): Only display registers in all_reggroup.
* Makefile.in (stack.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 3146aed..aea9f3c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2342,7 +2342,7 @@ stack.o: stack.c $(defs_h) $(gdb_string_h) $(value_h) $(symtab_h) \ $(gdbtypes_h) $(expression_h) $(language_h) $(frame_h) $(gdbcmd_h) \ $(gdbcore_h) $(target_h) $(source_h) $(breakpoint_h) $(demangle_h) \ $(inferior_h) $(annotate_h) $(ui_out_h) $(block_h) $(stack_h) \ - $(gdb_assert_h) $(dictionary_h) + $(gdb_assert_h) $(dictionary_h) $(reggroups_h) standalone.o: standalone.c $(gdb_stat_h) $(defs_h) $(symtab_h) $(frame_h) \ $(inferior_h) $(gdb_wait_h) std-regs.o: std-regs.c $(defs_h) $(user_regs_h) $(frame_h) $(gdbtypes_h) \ |