[prev in list] [next in list] [prev in thread] [next in thread] 

List:       binutils
Subject:    [PATCH] opcodes: d10v: simplify header includes
From:       Mike Frysinger via Binutils <binutils () sourceware ! org>
Date:       2021-10-31 9:14:12
Message-ID: 20211031091412.23983-1-vapier () gentoo ! org
[Download RAW message or body]

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.
---
 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 c68fc6878a26..f87a0779b898 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"
 
 
-- 
2.33.0

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic