* grub-core/fs/iso9660.c (add_part): Remove always_inline attribute
causing gcc error with gcc 4.7.1.
This commit is contained in:
parent
efd4f11754
commit
81455e8e7a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-03-07 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/fs/iso9660.c (add_part): Remove always_inline attribute
|
||||||
|
causing gcc error with gcc 4.7.1.
|
||||||
|
|
||||||
2013-03-07 Nickolai Zeldovich <nickolai@csail.mit.edu>
|
2013-03-07 Nickolai Zeldovich <nickolai@csail.mit.edu>
|
||||||
|
|
||||||
* grub-core/commands/acpi.c (grub_acpi_create_ebda): Don't
|
* grub-core/commands/acpi.c (grub_acpi_create_ebda): Don't
|
||||||
|
|
|
@ -524,7 +524,7 @@ struct iterate_dir_ctx
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Extend the symlink. */
|
/* Extend the symlink. */
|
||||||
static void __attribute__ ((always_inline))
|
static void
|
||||||
add_part (struct iterate_dir_ctx *ctx,
|
add_part (struct iterate_dir_ctx *ctx,
|
||||||
const char *part,
|
const char *part,
|
||||||
int len2)
|
int len2)
|
||||||
|
|
Loading…
Reference in a new issue