aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr
diff options
context:
space:
mode:
authorAndy Hutchinson <hutchinsonandy@aim.com>2008-05-12 21:37:41 +0000
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>2008-05-12 21:37:41 +0000
commit9c218cfc4e3140f67cbde2a1fd9bdce8d6eb2791 (patch)
tree0c40a0fd7869ca982c8bc574dc8d2e2dd5b7cab4 /gcc/config/avr
parent4c75f709287a6fd3bcf95ab1b845528574855266 (diff)
downloadgcc-9c218cfc4e3140f67cbde2a1fd9bdce8d6eb2791.zip
gcc-9c218cfc4e3140f67cbde2a1fd9bdce8d6eb2791.tar.gz
gcc-9c218cfc4e3140f67cbde2a1fd9bdce8d6eb2791.tar.bz2
* config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.
From-SVN: r135234
Diffstat (limited to 'gcc/config/avr')
-rw-r--r--gcc/config/avr/avr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h
index b56c8e0..1f2ea7a 100644
--- a/gcc/config/avr/avr.h
+++ b/gcc/config/avr/avr.h
@@ -147,6 +147,8 @@ extern GTY(()) section *progmem_section;
/* No data type wants to be aligned rounder than this. */
#define BIGGEST_ALIGNMENT 8
+#define MAX_OFILE_ALIGNMENT (32768 * 8)
+
#define TARGET_VTABLE_ENTRY_ALIGN 8
#define STRICT_ALIGNMENT 0