Fix ARI violations in c++compile
authorKeith Seitz <keiths@redhat.com>
Thu, 30 Aug 2018 16:26:47 +0000 (09:26 -0700)
committerKeith Seitz <keiths@redhat.com>
Sat, 1 Sep 2018 19:04:29 +0000 (12:04 -0700)
commit5c889512f325e0447a6182f70cfa7e1d9e407167
tree4d6dae58700f59a350ed9a726546bee7cd4f138e
parentb986869b6605e45044626c5b3111390ac4e70b82
Fix ARI violations in c++compile

This patch fixes two violations of the ARI (use of ATTRIBUTE_UNUSED and
"%ll").

gdb/ChangeLog

* compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
pulongest instead of "%lld".
* compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
ATTRIBUTE_UNUSED.
gdb/ChangeLog
gdb/compile/compile-cplus-symbols.c
gdb/compile/compile-cplus-types.c
This page took 0.024857 seconds and 4 git commands to generate.