Rearrange gdb/configure.nat to make it simpler and less redundant
authorSergio Durigan Junior <sergiodj@redhat.com>
Wed, 3 May 2017 01:32:33 +0000 (21:32 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Sat, 6 May 2017 14:10:55 +0000 (10:10 -0400)
commite50f25ecdb24505bccb695e6c63add45f0032b9a
treea61ed8c1e69404368107af0052c4804601b58c19
parent21ea5acdd1bcfe89984b16b5bac730050c5cf05e
Rearrange gdb/configure.nat to make it simpler and less redundant

The previous commit introduced gdb/configure.nat, but it was just a
copy-and-past (with the necessary adjustments) from the files under
gdb/config/.  We can do better than that.

Instead of using one big 'case' statement that matches the
${gdb_host_cpu} and then match each ${gdb_host}, it is possible to
remove a lof of redundancy by matching the most common ${gdb_host}'s
first, setting the common variables for each, and then proceed to
matching specific ${gdb_host}'s and ${gdb_host_cpu}'s.  In other
words, reverse the order of the 'case's and take advantage of the fact
that a lot of parameters are the same for each host.

This commit was tested on x86_64 without regressions.

gdb/ChangeLog:
2017-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>

  * configure.nat: Rearrange 'case' statements to match
host before cpu.
gdb/ChangeLog
gdb/configure.nat