]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove POISON_BFD_BOOLEAN
authorAlan Modra <amodra@gmail.com>
Mon, 9 Mar 2026 23:12:23 +0000 (09:42 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 9 Mar 2026 23:20:14 +0000 (09:50 +1030)
We don't need this definition any more.  Incidentally, the poisoning
wasn't effective in gas since the define came after bfd.h was
included.

bfd/sysdep.h
binutils/sysdep.h
gas/as.h
ld/sysdep.h
opcodes/sysdep.h

index 0d111dde2fd6d9b68b166603ce066c311e2b81df..dc73554995f76faa95e2b1b40cda3ac284ab8baa 100644 (file)
@@ -211,6 +211,4 @@ extern int fseeko64 (FILE *stream, off64_t offset, int whence);
 #define getgid() 0
 #endif
 
-#define POISON_BFD_BOOLEAN 1
-
 #endif /* ! defined (BFD_SYSDEP_H) */
index 61332839e1067f4357fec1a160c8fc11098db3a1..9cdfc500ea3450e0c94976b810b9f70d545615a4 100644 (file)
@@ -120,6 +120,4 @@ extern char **environ;
 
 #include <limits.h>
 
-#define POISON_BFD_BOOLEAN 1
-
 #endif /* _BIN_SYSDEP_H */
index 1c96a69ea090430605592b7ba7d126622ad243c1..f0fbf38adeed04f33c496a5cc906fa37d2e2d0f1 100644 (file)
--- a/gas/as.h
+++ b/gas/as.h
@@ -715,6 +715,4 @@ COMMON int flag_sectname_subst;
 #define SEC_OCTETS 0
 #endif
 
-#define POISON_BFD_BOOLEAN 1
-
 #endif /* GAS */
index 4d437951102ae4a50a1fc96d30840cf544c3ec80..f4bd08098eb9f8d931e5b5dc07d16d3fd715896c 100644 (file)
@@ -100,6 +100,4 @@ extern char *stpcpy (char *__dest, const char *__src);
 extern unsigned long long strtoull(const char *, char **, int);
 #endif
 
-#define POISON_BFD_BOOLEAN 1
-
 #endif /* ! defined (LD_SYSDEP_H) */
index d4ecffd08db8f0feeb136759879bbefd3105f10a..3bd2788416db6d110d906a29d9085217a3e0be37 100644 (file)
@@ -55,5 +55,3 @@ extern char *stpcpy (char *__dest, const char *__src);
 #define OPCODES_SIGSETJMP(buf)         setjmp(buf)
 #define OPCODES_SIGLONGJMP(buf,val)    longjmp((buf), (val))
 #endif
-
-#define POISON_BFD_BOOLEAN 1