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 Wed Mar 7 01:56:02 UTC 2018


479a480,483
> gdb/riscv-tdep.c:484: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/riscv-tdep.c:484:      sprintf (buf, ', regnum - RISCV_FIRST_CSR_REGNUM);
> gdb/riscv-tdep.c:1056: regression: __func__: Do not use __func__, ISO C 90 does not support this macro
gdb/riscv-tdep.c:1056:		    __func__, instlen);
> gdb/riscv-tdep.c:2012: gettext: _ markup: All messages should be marked up with _.
gdb/riscv-tdep.c:2012:      error ("unknown argument location type");
> gdb/riscv-tdep.c:2152: gettext: _ markup: All messages should be marked up with _.
gdb/riscv-tdep.c:2152:	  error ("unknown argument location type");


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