> 834a835 > > gdb/value.c:383: code: OP eol: Do not use &&, or || at the end of a line > gdb/value.c:383: && t->length == (TARGET_CHAR_BIT * This was looked easy to fix, so I just went ahead and did it: gdb/ChangeLog: * value.c (value_entirely_unavailable): ARI fix: Move trailing binary operator to the next line. No actual code change. Tested on x86_64-linux by simply rebuilding GDB. -- Joel