mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:30:29 +08:00
* config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.
From-SVN: r135234
This commit is contained in:
parent
4c75f70928
commit
9c218cfc4e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user