diff options
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 4 |
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 \ |