Commit 9c218cfc by Andy Hutchinson Committed by Andy Hutchinson

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

From-SVN: r135234
parent 4c75f709
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment