gdb/arm: Use if-else if instead of switch
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Mon, 25 Jul 2022 12:51:58 +0000 (14:51 +0200)
committerYvan Roux <yvan.roux@foss.st.com>
Mon, 25 Jul 2022 13:31:16 +0000 (15:31 +0200)
commit42e11f363c5e2c5e750e9b9b67fbae511d83974d
tree0a04a7d9f67a677b3b4c041354b2fda79365339e
parenteea2d83593428d2ac18f6b3fc43cff5472521579
gdb/arm: Use if-else if instead of switch

As the register numbers for the alternative Arm SP registers are not
constant, it's not possible to use switch statement to define the
rules.  In order to not have a mix, replace the few existing
switch statements with regular if-else if statements
gdb/arm-tdep.c