diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-04-06 08:48:22 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-04-06 08:48:22 +0000 |
commit | 2feb95f7d8c340e425d977a660d7b6d4c3282792 (patch) | |
tree | e01bd00ddb040aacb4272e29d709cbbda08a0fc3 /gcc/config/alpha | |
parent | 26fbd9c2190b00579062403cf414ad8ab43f6d5d (diff) | |
download | gcc-2feb95f7d8c340e425d977a660d7b6d4c3282792.zip gcc-2feb95f7d8c340e425d977a660d7b6d4c3282792.tar.gz gcc-2feb95f7d8c340e425d977a660d7b6d4c3282792.tar.bz2 |
* config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
From-SVN: r172022
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r-- | gcc/config/alpha/osf5.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/alpha/osf5.h b/gcc/config/alpha/osf5.h index 84a3c24..97a789f 100644 --- a/gcc/config/alpha/osf5.h +++ b/gcc/config/alpha/osf5.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha on Tru64 UNIX V5.1. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) @@ -223,6 +223,10 @@ __enable_execute_stack (void *addr) \ #define LD_INIT_SWITCH "-init" #define LD_FINI_SWITCH "-fini" +/* From Tru64 UNIX Object File and Symbol Table Format Specification, + 2.3.5 Alignment, p.19. */ +#define MAX_OFILE_ALIGNMENT (64 * 1024 * BITS_PER_UNIT) + /* Select a format to encode pointers in exception handling data. CODE is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is true if the symbol may be affected by dynamic relocations. |