add s390_gcc_target_options
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 14 May 2014 20:33:41 +0000 (14:33 -0600)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 12 Dec 2014 21:28:17 +0000 (22:28 +0100)
commita2658febe2016f875ffb70287904b01013bcca75
tree21b338b20b1f310bfc30428aa9eb2c5fd709e2b2
parent3bc3cebe8a597c4281cad70e806efe69b2031825
add s390_gcc_target_options

This adds s390_gcc_target_options, an implementation of the new
"gcc_target_options" gdbarch method.  This was needed because the
default implementation of the method doesn't work properly for S390,
as this architecture needs "-m31" rather than "-m32".

gdb/ChangeLog
2014-12-12  Jan Kratochvil  <jan.kratochvil@redhat.com>

* s390-linux-tdep.c (s390_gcc_target_options): New function.
(s390_gdbarch_init): Add it to gdbarch.
gdb/ChangeLog
gdb/s390-linux-tdep.c