summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/include/elf/alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/include/elf/alpha.h')
-rw-r--r--contrib/binutils/include/elf/alpha.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/binutils/include/elf/alpha.h b/contrib/binutils/include/elf/alpha.h
index 8e12dd9..28b9fe3 100644
--- a/contrib/binutils/include/elf/alpha.h
+++ b/contrib/binutils/include/elf/alpha.h
@@ -26,6 +26,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef _ELF_ALPHA_H
#define _ELF_ALPHA_H
+/* Processor specific flags for the ELF header e_flags field. */
+
+/* All addresses must be below 2GB. */
+#define EF_ALPHA_32BIT 0x00000001
+
+/* All relocations needed for relaxation with code movement are present. */
+#define EF_ALPHA_CANRELAX 0x00000002
+
/* Processor specific section flags. */
/* This section must be in the global data area. */
OpenPOWER on IntegriCloud