aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-12-11 17:31:48 +0000
committerCarlos O'Donell <carlos@gcc.gnu.org>2006-12-11 17:31:48 +0000
commit546447ae68630c589ab35c109430caa4656a2453 (patch)
tree171bfb14829227cb3f3c16cc31a649fa3ca2114e /gcc
parent34d85166bb9c4e6d27e52ab2f70b9130d9e1a47a (diff)
downloadgcc-546447ae68630c589ab35c109430caa4656a2453.zip
gcc-546447ae68630c589ab35c109430caa4656a2453.tar.gz
gcc-546447ae68630c589ab35c109430caa4656a2453.tar.bz2
elf.h (MAX_OFILE_ALIGNMENT): Remove definition.
2006-12-11 Carlos O'Donell <carlos@codesourcery.com> * config/arm/elf.h (MAX_OFILE_ALIGNMENT): Remove definition. From-SVN: r119739
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/arm/elf.h6
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4a0a983..bc160d8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h
index 03e57db..c335f42 100644
--- a/gcc/config/arm/elf.h
+++ b/gcc/config/arm/elf.h
@@ -133,12 +133,6 @@
/* 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) \