From: Matthias Clasen Date: Mon, 29 Nov 2004 06:32:38 +0000 (+0000) Subject: Remove leftover noinline attributes. X-Git-Tag: GLIB_2_6_0~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75942393f578d706d6567bac5fc451856ac3dc8d;p=platform%2Fupstream%2Fglib.git Remove leftover noinline attributes. 2004-11-29 Matthias Clasen * glib/gmarkup.c: Remove leftover noinline attributes. --- diff --git a/ChangeLog b/ChangeLog index 707c23f..9cef915 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-11-29 Matthias Clasen + * glib/gmarkup.c: Remove leftover noinline attributes. + * glib/Makefile.am: Use the perl found by configure. (#149826, Morten Welinder) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 707c23f..9cef915 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2004-11-29 Matthias Clasen + * glib/gmarkup.c: Remove leftover noinline attributes. + * glib/Makefile.am: Use the perl found by configure. (#149826, Morten Welinder) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 707c23f..9cef915 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2004-11-29 Matthias Clasen + * glib/gmarkup.c: Remove leftover noinline attributes. + * glib/Makefile.am: Use the perl found by configure. (#149826, Morten Welinder) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 707c23f..9cef915 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2004-11-29 Matthias Clasen + * glib/gmarkup.c: Remove leftover noinline attributes. + * glib/Makefile.am: Use the perl found by configure. (#149826, Morten Welinder) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 707c23f..9cef915 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2004-11-29 Matthias Clasen + * glib/gmarkup.c: Remove leftover noinline attributes. + * glib/Makefile.am: Use the perl found by configure. (#149826, Morten Welinder) diff --git a/glib/gmarkup.c b/glib/gmarkup.c index 7300c10..54ddd30 100644 --- a/glib/gmarkup.c +++ b/glib/gmarkup.c @@ -404,7 +404,6 @@ unescape_text_state_inside_text (UnescapeContext *ucontext, return p; } -__attribute__ ((noinline)) static const gchar* unescape_text_state_after_ampersand (UnescapeContext *ucontext, const gchar *p, @@ -454,7 +453,6 @@ unescape_text_state_after_ampersand (UnescapeContext *ucontext, return p; } -__attribute__ ((noinline)) static const gchar* unescape_text_state_inside_entity_name (UnescapeContext *ucontext, const gchar *p, @@ -541,7 +539,6 @@ unescape_text_state_inside_entity_name (UnescapeContext *ucontext, return p; } -__attribute__ ((noinline)) static const gchar* unescape_text_state_after_charref_hash (UnescapeContext *ucontext, const gchar *p,