public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix lto_section_name array
@ 2010-07-08 19:56 Andi Kleen
  0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2010-07-08 19:56 UTC (permalink / raw)
  To: gcc-patches

Fix lto_section_name array

Add a missing comma that messes up the later sections in the lto_section_name
array.

I don't have commit rights, so someone has to commit it for me.

-Andi

2010-07-08  Andi Kleen <ak@linux.intel.com>
	
	* lto/lto-section-in.c: (lto_section_name) Add missing comma.

diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c
index 7f4065e..72f1d3d 100644
--- a/gcc/lto-section-in.c
+++ b/gcc/lto-section-in.c
@@ -54,7 +54,7 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] =
   "cgraph",
   "varpool",
   "refs",
-  "jump_funcs"
+  "jump_funcs",
   "ipa_pure_const",
   "ipa_reference",
   "symtab",

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix lto_section_name array
@ 2010-07-08 21:06 Uros Bizjak
  0 siblings, 0 replies; 2+ messages in thread
From: Uros Bizjak @ 2010-07-08 21:06 UTC (permalink / raw)
  To: gcc-patches; +Cc: Andi Kleen

Hello!

> Fix lto_section_name array
>
> Add a missing comma that messes up the later sections in the lto_section_name array.
>
> I don't have commit rights, so someone has to commit it for me.
>
> 2010-07-08  Andi Kleen <ak@linux.intel.com>
> 	
> 	* lto/lto-section-in.c: (lto_section_name) Add missing comma.

Committed to SVN trunk as r161976.

Thanks,
Uros.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-08 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-08 19:56 [PATCH] Fix lto_section_name array Andi Kleen
2010-07-08 21:06 Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).