This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/3] Remove casts of NULL (during assignment)
- From: Andrew Burgess <andrew dot burgess at embecosm dot com>
- To: gdb-patches at sourceware dot org
- Cc: Andrew Burgess <andrew dot burgess at embecosm dot com>
- Date: Mon, 31 Aug 2015 21:49:21 +0100
- Subject: [PATCH 0/3] Remove casts of NULL (during assignment)
- Authentication-results: sourceware.org; auth=none
Remove all casts of NULL during assignment. Split into three for gdb/
gdb/cli and gdb/tui.
If I don't hear anything in a week I'll push this as obvious.
Thanks,
Andrew
---
Andrew Burgess (3):
gdb: Remove casts of NULL during assignment.
gdb/cli: Remove casts of NULL during assignment.
gdb/tui: Remove casts of NULL during assignment.
gdb/ChangeLog | 35 +++++++++++++++++++++++++++++++++++
gdb/c-valprint.c | 4 ++--
gdb/cli/cli-decode.c | 2 +-
gdb/dbxread.c | 2 +-
gdb/gnu-nat.c | 2 +-
gdb/mdebugread.c | 2 +-
gdb/p-valprint.c | 4 ++--
gdb/tui/tui-data.c | 32 ++++++++++++++++----------------
gdb/tui/tui-layout.c | 2 +-
gdb/tui/tui-regs.c | 2 +-
gdb/tui/tui-win.c | 8 ++++----
gdb/tui/tui-windata.c | 2 +-
gdb/tui/tui-wingeneral.c | 2 +-
gdb/xcoffread.c | 2 +-
14 files changed, 68 insertions(+), 33 deletions(-)
--
2.5.1