diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index a95e4a2..0d2e915 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -120,8 +120,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; @@ -129,8 +127,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 \ |