[binutils-gdb] opcodes: d10v: simplify header includes

Michael Frysinger vapier@sourceware.org
Wed Nov 3 02:58:17 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b50f43349841643ae5fad7110fc37cb432a45208

commit b50f43349841643ae5fad7110fc37cb432a45208
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sun Oct 31 05:11:34 2021 -0400

    opcodes: d10v: simplify header includes
    
    This file doesn't use anything from bfd (sysdep.h), so drop that
    include.  This avoids an implicit dependency on the generated
    config.h which can be problematic for build-time tools.
    
    Also swap stdio.h for stddef.h.  This file isn't doing or using
    any I/O structures, but it does need NULL.

Diff:
---
 opcodes/d10v-opc.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/opcodes/d10v-opc.c b/opcodes/d10v-opc.c
index c68fc6878a2..f87a0779b89 100644
--- a/opcodes/d10v-opc.c
+++ b/opcodes/d10v-opc.c
@@ -19,8 +19,7 @@
    Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
-#include "sysdep.h"
-#include <stdio.h>
+#include <stddef.h>
 #include "opcode/d10v.h"


More information about the Binutils-cvs mailing list