MIPS: Reorder ABI determination ahead of target description loading
authorMaciej W. Rozycki <macro@mips.com>
Mon, 26 Feb 2018 19:43:17 +0000 (19:43 +0000)
committerMaciej W. Rozycki <macro@mips.com>
Mon, 26 Feb 2018 19:43:17 +0000 (19:43 +0000)
commit37c33887bda54afb8fbf4786d400ce549c0e3de8
treedddb982c8e728f8a834df4183e4a4050a91a2d33
parentd4dd32824a1194718c81773804017ab546cb3aab
MIPS: Reorder ABI determination ahead of target description loading

Move ABI determination code ahead of target description loading so that
architecture information can be adjusted according to the ABI selected,
and then used in OS dependent register information initialization needed
for target description processing.  No functional change.

gdb/
* gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
ahead of target description loading.
gdb/ChangeLog
gdb/mips-tdep.c