a5bd9f6
From 169e65c4e6af3ed59e0854bd41531989a3b34ff5 Mon Sep 17 00:00:00 2001
a5bd9f6
From: Andrey Borzenkov <arvidjaar@gmail.com>
a5bd9f6
Date: Thu, 7 Mar 2013 09:11:36 +0100
a5bd9f6
Subject: [PATCH 198/364] 	* grub-core/fs/iso9660.c (add_part): Remove
a5bd9f6
 always_inline attribute 	causing gcc error with gcc 4.7.1.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog              | 5 +++++
a5bd9f6
 grub-core/fs/iso9660.c | 2 +-
a5bd9f6
 2 files changed, 6 insertions(+), 1 deletion(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index 5fb9b77..3b4b3b4 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,3 +1,8 @@
a5bd9f6
+2013-03-07  Andrey Borzenkov <arvidjaar@gmail.com>
a5bd9f6
+
a5bd9f6
+	* grub-core/fs/iso9660.c (add_part): Remove always_inline attribute
a5bd9f6
+	causing gcc error with gcc 4.7.1.
a5bd9f6
+
a5bd9f6
 2013-03-07  Nickolai Zeldovich <nickolai@csail.mit.edu>
a5bd9f6
 
a5bd9f6
 	* grub-core/commands/acpi.c (grub_acpi_create_ebda): Don't
a5bd9f6
diff --git a/grub-core/fs/iso9660.c b/grub-core/fs/iso9660.c
a5bd9f6
index 01a07b8..cdbd6dc 100644
a5bd9f6
--- a/grub-core/fs/iso9660.c
a5bd9f6
+++ b/grub-core/fs/iso9660.c
a5bd9f6
@@ -524,7 +524,7 @@ struct iterate_dir_ctx
a5bd9f6
 };
a5bd9f6
 
a5bd9f6
   /* Extend the symlink.  */
a5bd9f6
-static void  __attribute__ ((always_inline))
a5bd9f6
+static void
a5bd9f6
 add_part (struct iterate_dir_ctx *ctx,
a5bd9f6
 	  const char *part,
a5bd9f6
 	  int len2)
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6