aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-08-04 12:49:03 +0930
committerAlan Modra <amodra@gmail.com>2022-08-06 08:08:32 +0930
commit4900c4e60c75113e71f80722267dde68668204dd (patch)
tree81ebed46e4bca47f07328de8cadef1ff94805451 /bfd/bfd-in.h
parent29136be7df3418fc09555eeac5dde6b43106e9be (diff)
downloadfsf-binutils-gdb-4900c4e60c75113e71f80722267dde68668204dd.zip
fsf-binutils-gdb-4900c4e60c75113e71f80722267dde68668204dd.tar.gz
fsf-binutils-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/bfd-in.h')
-rw-r--r--bfd/bfd-in.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 5ae7e48..8605056 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -113,8 +113,6 @@ typedef int64_t bfd_signed_vma;
typedef uint64_t bfd_size_type;
typedef uint64_t symvalue;
-#define BFD_VMA_FMT @BFD_INT64_FMT@
-
#else /* not BFD64 */
typedef unsigned long bfd_vma;
@@ -122,8 +120,6 @@ typedef long bfd_signed_vma;
typedef unsigned long symvalue;
typedef unsigned long bfd_size_type;
-#define BFD_VMA_FMT "l"
-
#endif /* not BFD64 */
#define HALF_BFD_SIZE_TYPE \