[PowerPC] Refactor have_ initializers in rs6000-tdep.c
authorPedro Franco de Carvalho <pedromfc@linux.ibm.com>
Fri, 26 Oct 2018 12:37:54 +0000 (09:37 -0300)
committerPedro Franco de Carvalho <pedromfc@linux.ibm.com>
Fri, 26 Oct 2018 12:57:07 +0000 (09:57 -0300)
commit93b4691f0fe1f8249de3c3f9d2e271cb0ba3254e
treeb3261f3c7d961b46fb6208a2e311a17a7a616918
parent71733a7bf696fd54b1c75a2c9c16fd61819c0ddb
[PowerPC] Refactor have_ initializers in rs6000-tdep.c

This patch refactors a series of initializers in rs6000_gdbarch_init
for clarity.  The have_fpu initializer is also changed to set the
variable to 0, like the other similar variables.  This doesn't affect
program behavior.

gdb/ChangeLog:
2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>

* rs6000-tdep.c (rs6000_gdbarch_init): Replace line wrapping by a
second initializer line for the have_* variables.  Initialize
have_fpu to 0 instead of 1.
gdb/ChangeLog
gdb/rs6000-tdep.c
This page took 0.026232 seconds and 4 git commands to generate.