make exec_ops static
authorTom Tromey <tromey@redhat.com>
Fri, 18 Jul 2014 15:27:17 +0000 (09:27 -0600)
committerTom Tromey <tromey@redhat.com>
Fri, 18 Jul 2014 15:59:31 +0000 (09:59 -0600)
commite8b2341cd2c3663d245651129202f22548766a64
tree7a439066080bf18270cad9e69d0823e527dccf0d
parent44e89118cb33b71a1eaf6514ea2b686aac1974dd
make exec_ops static

While working on some target stack changes, I noticed that exec_ops is
only used from exec.c.  This patch makes it "static".  This is cleaner
and makes it simpler to reason about the use of the target.

Tested by rebuilding.
I'm checking this in as obvious.

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

* exec.c (exec_ops): Now static.
* exec.h (exec_ops): Don't declare.
gdb/ChangeLog
gdb/exec.c
gdb/exec.h