diff options
Diffstat (limited to 'ld/testsuite/ld-elf/pr25749-2.c')
-rw-r--r-- | ld/testsuite/ld-elf/pr25749-2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-elf/pr25749-2.c b/ld/testsuite/ld-elf/pr25749-2.c index 3ef6f0c6a7b..9a1b2b802f5 100644 --- a/ld/testsuite/ld-elf/pr25749-2.c +++ b/ld/testsuite/ld-elf/pr25749-2.c @@ -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) |