aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2006-04-09 00:26:08 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2006-04-09 00:26:08 +0000
commit3fc46200b15eca893e083fa3714e3680e91ac5cd (patch)
treedd3a68772fb85b6a67a7b87abaa160b385d9fb97 /gdb/Makefile.in
parent0a8059c6f42a05f6626b9bcfdee15b19abf0342c (diff)
downloadgdb-3fc46200b15eca893e083fa3714e3680e91ac5cd.zip
gdb-3fc46200b15eca893e083fa3714e3680e91ac5cd.tar.gz
gdb-3fc46200b15eca893e083fa3714e3680e91ac5cd.tar.bz2
* Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
* s390-tdep.c: Include "prologue-value.h". (struct prologue_value): Remove. (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register, pv_constant_last, pv_add, pv_add_constant, pv_subtract, pv_logical_and, pv_is_identical, pv_is_register): Remove. (compute_x_addr): Remove, replace by ... (s390_addr): ... this new function. (struct s390_prologue_data): Use pv_t instead of prologue_value. (s390_store, s390_load): Likewise. (s390_prologue_frame_unwind_cache): Likewise. (s390_analyze_prologue): Likewise. Also, simplify and combine several conditional statements.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 2dda543..3c568dd 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2516,7 +2516,8 @@ s390-tdep.o: s390-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) $(inferior_h) \
$(symtab_h) $(target_h) $(gdbcore_h) $(gdbcmd_h) $(objfiles_h) \
$(floatformat_h) $(regcache_h) $(trad_frame_h) $(frame_base_h) \
$(frame_unwind_h) $(dwarf2_frame_h) $(reggroups_h) $(regset_h) \
- $(value_h) $(gdb_assert_h) $(dis_asm_h) $(solib_svr4_h) $(s390_tdep_h)
+ $(value_h) $(gdb_assert_h) $(dis_asm_h) $(solib_svr4_h) \
+ $(prologue_value_h) $(s390_tdep_h)
scm-exp.o: scm-exp.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \
$(parser_defs_h) $(language_h) $(value_h) $(c_lang_h) $(scm_lang_h) \
$(scm_tags_h)