diff options
author | Keith Seitz <keiths@redhat.com> | 2018-08-30 09:26:47 -0700 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2018-09-01 12:04:29 -0700 |
commit | 5c889512f325e0447a6182f70cfa7e1d9e407167 (patch) | |
tree | 4d6dae58700f59a350ed9a726546bee7cd4f138e /gdb/ChangeLog | |
parent | b986869b6605e45044626c5b3111390ac4e70b82 (diff) | |
download | gdb-5c889512f325e0447a6182f70cfa7e1d9e407167.zip gdb-5c889512f325e0447a6182f70cfa7e1d9e407167.tar.gz gdb-5c889512f325e0447a6182f70cfa7e1d9e407167.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 83348d5..128c0e8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2018-09-01 Keith Seitz <keiths@redhat.com> + + * 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. + 2018-08-31 Tom Tromey <tom@tromey.com> * dwarf2read.c (dwarf2_add_field): Set the TYPE_LENGTH of the |