Remove bfd_stdint.h
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25749-2.c
index 3ef6f0c6a7bff5aec7e4043d66d8e99429df34f8..9a1b2b802f53261a91c673060961790570caa16f 100644 (file)
@@ -1,12 +1,12 @@
 #include <stdio.h>
-#include <bfd_stdint.h>
+#include <stdint.h>
 
 extern intptr_t size;
 
 int
 main ()
 {
-  if (size == 293 /* size of this file */)
+  if (size == 289 /* size of this file */)
     printf ("PASS\n");
 #ifdef __GLIBC_PREREQ
 # if !__GLIBC_PREREQ (2, 28)
This page took 0.023261 seconds and 4 git commands to generate.