Fix typo in a macro usage.
authorMartin Liska <mliska@suse.cz>
Wed, 1 Apr 2020 07:37:37 +0000 (09:37 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 1 Apr 2020 07:37:37 +0000 (09:37 +0200)
PR lto/94249
* plugin-api.h: Fix a typo.

include/ChangeLog
include/plugin-api.h

index a59560caf7e32118f6e061333079d9620c2edb32..64bcd210ca2cec74c57b6c1384823655b47ceba8 100644 (file)
@@ -1,3 +1,9 @@
+2020-04-01  Martin Liska  <mliska@suse.cz>
+           Maciej W. Rozycki <macro@linux-mips.org>
+
+       PR lto/94249
+       * plugin-api.h: Fix a typo.
+
 2020-03-24  Martin Liska  <mliska@suse.cz>
 
        PR lto/94249
index 864d2bf91ac6b77a74f6537bb138feab4e674e34..e317d784785b409dff3ffb5c3193cb315e67b465 100644 (file)
@@ -51,7 +51,7 @@
 /* Older GCC releases (<4.6.0) can make detection from glibc macros.  */
 #if defined(__GLIBC__) || defined(__GNU_LIBRARY__) || defined(__ANDROID__)
 #include <endian.h>
-#ifdef _BYTE_ORDER
+#ifdef __BYTE_ORDER
 #if __BYTE_ORDER == __LITTLE_ENDIAN
 #define PLUGIN_LITTLE_ENDIAN 1
 #elif __BYTE_ORDER == __BIG_ENDIAN