aboutsummaryrefslogtreecommitdiff
path: root/include/coff/x86_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/coff/x86_64.h')
-rw-r--r--include/coff/x86_64.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/coff/x86_64.h b/include/coff/x86_64.h
index b58dd2f..ae43277 100644
--- a/include/coff/x86_64.h
+++ b/include/coff/x86_64.h
@@ -1,5 +1,5 @@
/* COFF information for AMD 64.
- Copyright 2006 Free Software Foundation, Inc.
+ Copyright 2006, 2009 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -24,6 +24,8 @@
#include "coff/external.h"
+#define COFF_PAGE_SIZE 0x1000
+
#define AMD64MAGIC 0x8664
#define AMD64BADMAG(x) ((x).f_magic != AMD64MAGIC)