move exec_make_note_section earlier
authorTom Tromey <tromey@redhat.com>
Fri, 18 Jul 2014 15:35:04 +0000 (09:35 -0600)
committerTom Tromey <tromey@redhat.com>
Fri, 18 Jul 2014 15:35:04 +0000 (09:35 -0600)
commit83814951ff9b8f73dcf7c860ad7b4f34a31f2be6
tree480ad3d9aeeff407826f7d2bf1cfe186c6080148
parentfe1873d01904620c71a309249c0ae029e53ae0b6
move exec_make_note_section earlier

This patch moves exec_make_note_section a bit earlier in exec.c.  This
lets us remove an otherwise unnecessary forward declaration and it
also makes the file a bit more in line with other code, as now
_initialize_exec is the final function in the file.

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

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

* exec.c (exec_make_note_section): Move earlier.
gdb/ChangeLog
gdb/exec.c