public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Ping]: Fix bootstrap/44512 (1/2)
@ 2010-07-05 19:34 Joern Rennecke
  2010-07-05 19:36 ` Diego Novillo
  0 siblings, 1 reply; 2+ messages in thread
From: Joern Rennecke @ 2010-07-05 19:34 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

Ping?

http://gcc.gnu.org/ml/gcc-patches/2010-06/msg01765.html
> This fixes the unspecv_strings name mangling issue.
> bootstrapped and regtested in trunk revision 160890.

[-- Attachment #2: 44512-patch-1 --]
[-- Type: text/plain, Size: 1367 bytes --]

2010-06-13  Joern Rennecke  <joern.rennecke@embecosm.com>

	PR bootstrap/44512
	* genenums.c (main): Output include of insn-constants.h
	* Makefile.in (insn-enums.o): Depend on insn-constants.h.

Index: genenums.c
===================================================================
--- genenums.c	(revision 160890)
+++ genenums.c	(working copy)
@@ -56,6 +56,7 @@ main (int argc, char **argv)
   puts ("   from the machine description file.  */\n");
   puts ("#include \"config.h\"\n");
   puts ("#include \"system.h\"\n");
+  puts ("#include \"insn-constants.h\"\n");
 
   traverse_enum_types (print_enum_type, 0);
 
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 160890)
+++ Makefile.in	(working copy)
@@ -3536,7 +3536,7 @@ insn-emit.o : insn-emit.c $(CONFIG_H) $(
   dfp.h $(FLAGS_H) output.h insn-config.h hard-reg-set.h $(RECOG_H)	\
   $(RESOURCE_H) reload.h $(TOPLEV_H) $(REGS_H) tm-constrs.h $(GGC_H)	\
   $(BASIC_BLOCK_H) $(INTEGRATE_H)
-insn-enums.o : insn-enums.c $(CONFIG_H) $(SYSTEM_H)
+insn-enums.o : insn-enums.c $(CONFIG_H) $(SYSTEM_H) insn-constants.h
 insn-extract.o : insn-extract.c $(CONFIG_H) $(SYSTEM_H) coretypes.h	\
   $(TM_H) $(RTL_H) $(TOPLEV_H) insn-config.h $(RECOG_H)
 insn-modes.o : insn-modes.c $(CONFIG_H) $(SYSTEM_H) coretypes.h	$(TM_H) \

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

* Re: [Ping]: Fix bootstrap/44512 (1/2)
  2010-07-05 19:34 [Ping]: Fix bootstrap/44512 (1/2) Joern Rennecke
@ 2010-07-05 19:36 ` Diego Novillo
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Novillo @ 2010-07-05 19:36 UTC (permalink / raw)
  To: Joern Rennecke; +Cc: gcc-patches

On Mon, Jul 5, 2010 at 19:34, Joern Rennecke <amylaar@spamcop.net> wrote:
> Ping?
>
> http://gcc.gnu.org/ml/gcc-patches/2010-06/msg01765.html
>>
>> This fixes the unspecv_strings name mangling issue.
>> bootstrapped and regtested in trunk revision 160890.
>
> 2010-06-13  Joern Rennecke  <joern.rennecke@embecosm.com>
>
>        PR bootstrap/44512
>        * genenums.c (main): Output include of insn-constants.h
>        * Makefile.in (insn-enums.o): Depend on insn-constants.h.

OK.


Diego.

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

end of thread, other threads:[~2010-07-05 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-05 19:34 [Ping]: Fix bootstrap/44512 (1/2) Joern Rennecke
2010-07-05 19:36 ` Diego Novillo

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).