[gdb] [rs6000] Add ppc64_linux_gcc_target_options method.
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Wed, 18 Aug 2021 16:45:49 +0000 (11:45 -0500)
committerWill Schmidt <will_schmidt@vnet.ibm.com>
Wed, 18 Aug 2021 16:45:49 +0000 (11:45 -0500)
commit533f04079c7de9a56f3c463ff1669d2c9eb5a576
tree3ef3b41ff5c23dc666a13e458e18ffbe34b443e0
parentbc0df0fa47561817ba263f4de13525d998bd5903
[gdb] [rs6000] Add ppc64_linux_gcc_target_options method.

Add a method to set the gcc target options for the ppc64 targets.
This change sets an empty value, which allows the gcc
default values (-mcmodel=medium) be used, instead of -mcmodel=large
which is set by the default_gcc_target_options hook.
gdb/ppc-linux-tdep.c