elf.h (MAX_OFILE_ALIGNMENT): Remove definition.
authorCarlos O'Donell <carlos@codesourcery.com>
Mon, 11 Dec 2006 17:31:48 +0000 (17:31 +0000)
committerCarlos O'Donell <carlos@gcc.gnu.org>
Mon, 11 Dec 2006 17:31:48 +0000 (17:31 +0000)
2006-12-11  Carlos O'Donell  <carlos@codesourcery.com>

* config/arm/elf.h (MAX_OFILE_ALIGNMENT): Remove definition.

From-SVN: r119739

gcc/ChangeLog
gcc/config/arm/elf.h

index 4a0a98338096eefcc4adbafb4e0afa9e0b4596e0..bc160d8b87ad8868808b510a3d21551b2e2d024c 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-11  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * config/arm/elf.h (MAX_OFILE_ALIGNMENT): Remove definition.
+
 2006-12-11  Jan Hubicka  <jh@suse.cz>
 
        * value-prof.c (tree_stringops_transform): New.
index 03e57db8bf9117f70b6a45d77979ca754b534ce8..c335f42f62411789e323f0d820fb04f3102a0885 100644 (file)
 /* The ELF assembler handles GOT addressing differently to NetBSD.  */
 #define GOT_PCREL      0
 
-/* Biggest alignment supported by the object file format of this
-   machine.  Use this macro to limit the alignment which can be
-   specified using the `__attribute__ ((aligned (N)))' construct.  If
-   not defined, the default value is `BIGGEST_ALIGNMENT'.  */
-#define MAX_OFILE_ALIGNMENT (32768 * 8)
-
 /* Align output to a power of two.  Note ".align 0" is redundant,
    and also GAS will treat it as ".align 2" which we do not want.  */
 #define ASM_OUTPUT_ALIGN(STREAM, POWER)                        \