This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New ARI warning Mon Aug 17 01:54:16 UTC 2015


138a139,146
> gdb/disasm.c:39: deprecated: deprecated dis_line_entry: Do not use deprecated dis_line_entry, see declaration for details
gdb/disasm.c:39:struct deprecated_dis_line_entry
> gdb/disasm.c:150: deprecated: deprecated dis_line_entry: Do not use deprecated dis_line_entry, see declaration for details
gdb/disasm.c:150:  struct deprecated_dis_line_entry *mle1, *mle2;
> gdb/disasm.c:153: deprecated: deprecated dis_line_entry: Do not use deprecated dis_line_entry, see declaration for details
gdb/disasm.c:153:  mle1 = (struct deprecated_dis_line_entry *) mle1p;
> gdb/disasm.c:154: deprecated: deprecated dis_line_entry: Do not use deprecated dis_line_entry, see declaration for details
gdb/disasm.c:154:  mle2 = (struct deprecated_dis_line_entry *) mle2p;
> gdb/disasm.c:287: deprecated: deprecated dis_line_entry: Do not use deprecated dis_line_entry, see declaration for details
gdb/disasm.c:287:  struct deprecated_dis_line_entry *mle;
> gdb/disasm.c:306: deprecated: deprecated dis_line_entry: Do not use deprecated dis_line_entry, see declaration for details
gdb/disasm.c:306:  mle = (struct deprecated_dis_line_entry *)
> gdb/disasm.c:307: deprecated: deprecated dis_line_entry: Do not use deprecated dis_line_entry, see declaration for details
gdb/disasm.c:307:    alloca (nlines * sizeof (struct deprecated_dis_line_entry));
> gdb/disasm.c:351: deprecated: deprecated dis_line_entry: Do not use deprecated dis_line_entry, see declaration for details
gdb/disasm.c:351:    qsort (mle, newlines, sizeof (struct deprecated_dis_line_entry),
149,152d156
< gdb/dwarf2read.c:6022: code: OP eol: Do not use &&, or || at the end of a line
gdb/dwarf2read.c:6022:  pst->n_global_syms = objfile->global_psymbols.next -
< gdb/dwarf2read.c:6024: code: OP eol: Do not use &&, or || at the end of a line
gdb/dwarf2read.c:6024:  pst->n_static_syms = objfile->static_psymbols.next -
< gdb/dwarf2read.c:6138: code: OP eol: Do not use &&, or || at the end of a line
gdb/dwarf2read.c:6138:  pst->n_global_syms = objfile->global_psymbols.next -
< gdb/dwarf2read.c:6140: code: OP eol: Do not use &&, or || at the end of a line
gdb/dwarf2read.c:6140:  pst->n_static_syms = objfile->static_psymbols.next -
486d489
< gdb/psymtab.c:241: code: OP eol: Do not use &&, or || at the end of a line
gdb/psymtab.c:241:  if (!(objfile->flags & OBJF_REORDERED) &&


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]