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 Oct 24 01:56:58 UTC 2018


431a432
> gdb/riscv-tdep.c:490: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/riscv-tdep.c:490:	  #include '
480a482,484
> gdb/s12z-tdep.c:80: gettext: trailing new line: A message should not have a trailing new line
gdb/s12z-tdep.c:80:  warning (_("%s Failed to find end of prologue PC = %08x\n"),
> gdb/s12z-tdep.c:81: regression: __FUNCTION__: Do not use __FUNCTION__, ISO C 90 does not support this macro
gdb/s12z-tdep.c:81:                      __FUNCTION__, (unsigned int) pc);
> gdb/s12z-tdep.c:202: gettext: trailing new line: A message should not have a trailing new line
gdb/s12z-tdep.c:202:      warning (_("Couldn't find function including address %s SP is %s\n"),
488a493
> gdb/serial.c:221: code: OP eol: Do not use &&, or || at the end of a line
gdb/serial.c:221:      if (startswith (name, ') ||


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