properly parenthesize two macros
authorTom Tromey <tromey@redhat.com>
Fri, 25 Jul 2014 15:20:03 +0000 (09:20 -0600)
committerTom Tromey <tromey@redhat.com>
Fri, 25 Jul 2014 15:20:03 +0000 (09:20 -0600)
commitd8be293957340f1cbe16d65d78d64aebc01df18f
tree08f039ec101520490eba43e9d989f640f97da56f
parent7d0d9d2bee341b1e88c559c476f15fc24b6de346
properly parenthesize two macros

I happened to notice that a couple of macros in target.h weren't
properly using parens and as a result had a strange definition.

This patch adds the parens and then fixes the macros to be written as
must have been intended.

Tested by rebuilding.
I'm pushing this as obvious.

2014-07-25  Tom Tromey  <tromey@redhat.com>

* target.h (target_stopped_data_address)
(target_watchpoint_addr_within_range): Use "->", not ".".  Fix
parentheses.
gdb/ChangeLog
gdb/target.h