* config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.

From-SVN: r135234
This commit is contained in:
Andy Hutchinson 2008-05-12 21:37:41 +00:00 committed by Andy Hutchinson
parent 4c75f70928
commit 9c218cfc4e
2 changed files with 6 additions and 0 deletions

View 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.

View 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