diff options
author | Alan Modra <amodra@gmail.com> | 2022-08-04 12:49:03 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-08-06 08:08:32 +0930 |
commit | 4900c4e60c75113e71f80722267dde68668204dd (patch) | |
tree | 81ebed46e4bca47f07328de8cadef1ff94805451 /bfd/configure.ac | |
parent | 29136be7df3418fc09555eeac5dde6b43106e9be (diff) | |
download | gdb-4900c4e60c75113e71f80722267dde68668204dd.zip gdb-4900c4e60c75113e71f80722267dde68668204dd.tar.gz gdb-4900c4e60c75113e71f80722267dde68668204dd.tar.bz2 |
Get rid of BFD_VMA_FMT
Remove the BFD_VMA_FMT defines in bfd.h and configure support.
* bfd-in.h (BFD_VMA_FMT): Don't define.
* configure.ac (BFD_INT64_FMT): Remove configure test.
* configure.com: Likewise.
* Makefile.in: Regenerate.
* bfd-in2.h: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'bfd/configure.ac')
-rw-r--r-- | bfd/configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bfd/configure.ac b/bfd/configure.ac index 6146efb..2d4f82e 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -248,18 +248,6 @@ if test $bfd_cv_hidden = yes; then [Define if your compiler supports hidden visibility.]) fi -AC_CACHE_CHECK([printf int64_t format], [bfd_cv_int64_fmt], - for style in I64 ll l; do - [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ - #define __STDC_FORMAT_MACROS 1 - #include <stdio.h> - #include <inttypes.h> - extern char PRId64_probe[sizeof PRId64 == sizeof "${style}d" ? 1 : -1]; - ]])], [bfd_cv_int64_fmt=${style}], [])] - done) -BFD_INT64_FMT=\"$bfd_cv_int64_fmt\" -AC_SUBST(BFD_INT64_FMT) - # Check if linker supports --as-needed and --no-as-needed options AC_CACHE_CHECK(linker --as-needed support, bfd_cv_ld_as_needed, [bfd_cv_ld_as_needed=no |