* findvar.c (read_var_value): If REG_STRUCT_HAS_ADDR, then set
authorStu Grossman <grossman@cygnus>
Thu, 11 Feb 1993 02:38:19 +0000 (02:38 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 11 Feb 1993 02:38:19 +0000 (02:38 +0000)
commit733a94e88721dc7762176cdb948a75baa7923a97
tree3af46bf7ca4ffcc0a3dea53eff21b46ad67658a5
parent18a85a791ba927f2a8777b9117f924ae3e5db89c
* findvar.c (read_var_value):  If REG_STRUCT_HAS_ADDR, then set
VALUE_LVAL to be lval_memory so that we don't try to modify wild
register numbers when user tries to modify elements in structs
passed as arguments.
* inflow.c (child_terminal_info):  Move banner outside of system
specific #ifdefs.
* tm-hppa.h (REG_STRUCT_HAS_ADDR):  Define this for HPPA, which
passes struct/union arguments by address.
gdb/ChangeLog
gdb/tm-hppa.h