2007-11-18 Christian Franke <franke@computer.org>

* include/grub/i386/pc/init.h (struct grub_machine_mmap_entry):
	Add attribute packed, gcc 3.4.4 on Cygwin aligns this
	to 64 bit boundary by default.
This commit is contained in:
robertmh 2007-11-18 07:10:47 +00:00
parent 2f8ad34aee
commit 398cd047ab
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-11-18 Christian Franke <franke@computer.org>
* include/grub/i386/pc/init.h (struct grub_machine_mmap_entry):
Add attribute packed, gcc 3.4.4 on Cygwin aligns this
to 64 bit boundary by default.
2007-11-18 Bean <bean123ch@gmail.com>
* conf/common.rmk (pkgdata_MODULES): Add hexdump.mod.

View file

@ -39,7 +39,7 @@ struct grub_machine_mmap_entry
grub_uint64_t addr;
grub_uint64_t len;
grub_uint32_t type;
};
} __attribute__((packed));
/* Get a memory map entry. Return next continuation value. Zero means
the end. */