OSDN Git Service

* config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.
authorhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 May 2008 21:37:41 +0000 (21:37 +0000)
committerhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 May 2008 21:37:41 +0000 (21:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135234 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/avr/avr.h

index 27204b4..ad07e06 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-12  Andy Hutchinson  <hutchinsonandy@aim.com>
+
+       * config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.
+
 2008-05-12  Anatoly Sokolov <aesok@post.ru>
 
        * config/avr/avr.h (machine_function): Add 'is_leaf' field.
index b56c8e0..1f2ea7a 100644 (file)
@@ -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