[PATCH, rs6000] Add ppc64_linux_gcc_target_options method
Tom Tromey
tom@tromey.com
Fri Jul 30 13:52:52 GMT 2021
>>>>> ">" == will schmidt via Gdb-patches <gdb-patches@sourceware.org> writes:
>> Add a method to set the gcc target options for powerpc.
>> This change explicitly sets mcmodel=medium, which matches the gcc
>> default setting for this target; versus the -mcmodel=large
>> setting which is set by default_gcc_target_options.
Hi. Thanks for the patch.
>> +/* Implement the linux_gcc_target_options method. */
>> +static std::string
>> +ppc64_linux_gcc_target_options (struct gdbarch *gdbarch)
>> +{
>> + return "-mcmodel=medium";
The indentation is incorrect here.
thanks,
Tom
More information about the Gdb-patches
mailing list