diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-03 12:03:01 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-03 12:03:01 +0000 |
commit | e2f2054fd12543af42074e687e96e3daef17119c (patch) | |
tree | 415c3f9a551c1e53ccf211e6ebca56b9ab4599b2 /gcc/config/alpha/elf.h | |
parent | 6192c15a46282570ce73a7a08aa59d6891e59689 (diff) | |
download | gcc-e2f2054fd12543af42074e687e96e3daef17119c.tar.gz |
* config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187095 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/elf.h')
-rw-r--r-- | gcc/config/alpha/elf.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index 70be527f79a..a7d04f276cc 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -67,21 +67,6 @@ do { \ ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN); \ } while (0) -/* The biggest alignment supported by ELF in bits. 32-bit ELF - supports section alignment up to (0x80000000 * 8), while - 64-bit ELF supports (0x8000000000000000 * 8). If this macro - is not defined, the default is the largest alignment supported - by 32-bit ELF and representable on a 32-bit host. Use this - macro to limit the alignment which can be specified using - the `__attribute__ ((aligned (N)))' construct. - - This value is really 2^63. Since gcc figures the alignment in bits, - we could only potentially get to 2^60 on suitable hosts. Due to other - considerations in varasm, we must restrict this to what fits in an int. */ - -#undef MAX_OFILE_ALIGNMENT -#define MAX_OFILE_ALIGNMENT (((unsigned int) 1 << 28) * 8) - #undef BSS_SECTION_ASM_OP #define BSS_SECTION_ASM_OP "\t.section\t.bss" #undef SBSS_SECTION_ASM_OP |