aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2018-08-28 13:29:32 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2018-08-28 17:23:16 -0400
commitad202fcc2277f351d41d4d4e897ad4f6d7c9f043 (patch)
treec26bf79e57c584e66195e2527eb5033224ba2b97 /bfd
parentead9aa39bfc80007336bc96c6374df7f79341485 (diff)
downloadgdb-ad202fcc2277f351d41d4d4e897ad4f6d7c9f043.zip
gdb-ad202fcc2277f351d41d4d4e897ad4f6d7c9f043.tar.gz
gdb-ad202fcc2277f351d41d4d4e897ad4f6d7c9f043.tar.bz2
Get rid of -Wodr warning (PR build/23399)
The PR reports that building with -Wodr -flto complains about different versions of struct ipa_sym_addresses, in common/agent.c and gdbserver/tracepoint.c. This patch renames the version in common to ipa_sym_addresses_common to avoid the name clash. Because the IPA_SYM assumed the name ipa_sym_addresses, it now requires the includer to define the IPA_SYM_STRUCT_NAME macro to define the name of the structure holding the IPA symbol addresses. gdb/ChangeLog: PR build/23399 * common/agent.c (IPA_SYM_STRUCT_NAME): Define. (struct ipa_sym_addresses): Rename to... (struct ipa_sym_addresses_common): ... this. * common/agent.h (IPA_SYM): Use IPA_SYM_STRUCT_NAME. gdb/gdbserver/ChangeLog: PR build/23399 * tracepoint.c (IPA_SYM_STRUCT_NAME): Define.
Diffstat (limited to 'bfd')
0 files changed, 0 insertions, 0 deletions