Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: patch: Enable building of new binutils tool windmc
@ 2007-06-26 14:15 Kai Tietz
  2007-06-26 16:02 ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Kai Tietz @ 2007-06-26 14:15 UTC (permalink / raw)
  To: gcc-patches, gdb-patches; +Cc: binutils

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

Hello,

This patch adds support for the new windmc tool of binutils to base 
configuration.

ChangeLog:

2007-06-22  Kai Tietz   <kai.tietz@onevision.com>

        * Makefile.def: Add windmc tool to build.
        * Makefile.tpl: Likewise.
        * configure.ac: Likewise.
        * Makefile.in: Regenerate.
        * configure: Likewise.
        * aclocal.m4: Likewise.

Cheers,
 i.A. Kai Tietz



|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

------------------------------------------------------------------------------------------
  OneVision Software Entwicklungs GmbH & Co. KG
  Dr.-Leo-Ritter-Straße 9 - 93049 Regensburg
  Tel: +49.(0)941.78004.0 - Fax: +49.(0)941.78004.489 - www.OneVision.com
  Commerzbank Regensburg - BLZ 750 400 62 - Konto 6011050
  Handelsregister: HRA 6744, Amtsgericht Regensburg
  Komplementärin: OneVision Software Entwicklungs Verwaltungs GmbH
  Dr.-Leo-Ritter-Straße 9 – 93049 Regensburg
  Handelsregister: HRB 8932, Amtsgericht Regensburg - Geschäftsführer: 
Ulrike Döhler, Manuela Kluger

[-- Attachment #2: global_windmc.txt --]
[-- Type: text/plain, Size: 4870 bytes --]

Index: src/Makefile.def
===================================================================
--- src.orig/Makefile.def
+++ src/Makefile.def
@@ -260,6 +260,7 @@ flags_to_pass = { flag= OBJDUMP_FOR_TARG
 flags_to_pass = { flag= RANLIB_FOR_TARGET ; };
 flags_to_pass = { flag= STRIP_FOR_TARGET ; };
 flags_to_pass = { flag= WINDRES_FOR_TARGET ; };
+flags_to_pass = { flag= WINDMC_FOR_TARGET ; };
 
 // Miscellaneous
 flags_to_pass = { flag= LANGUAGES ; optional=true ; };
Index: src/Makefile.tpl
===================================================================
--- src.orig/Makefile.tpl
+++ src/Makefile.tpl
@@ -137,6 +137,7 @@ BUILD_EXPORTS = \
 	NM="$(NM_FOR_BUILD)"; export NM; \
 	RANLIB="$(RANLIB_FOR_BUILD)"; export RANLIB; \
 	WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES;
+	WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC;
 
 # This is the list of directories to built for the host system.
 SUBDIRS = @configdirs@
@@ -165,6 +166,7 @@ HOST_EXPORTS = \
 	NM="$(NM)"; export NM; \
 	RANLIB="$(RANLIB)"; export RANLIB; \
 	WINDRES="$(WINDRES)"; export WINDRES; \
+	WINDMC="$(WINDMC)"; export WINDMC; \
 	OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
 	OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \
 	AR_FOR_TARGET="$(AR_FOR_TARGET)"; export AR_FOR_TARGET; \
@@ -220,6 +222,7 @@ BASE_TARGET_EXPORTS = \
 	RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \
 	STRIP="$(STRIP_FOR_TARGET)"; export STRIP; \
 	WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
+	WINDMC="$(WINDMC_FOR_TARGET)"; export WINDMC; \
 	$(RPATH_ENVVAR)=`echo "$(HOST_LIB_PATH)$(TARGET_LIB_PATH)$$$(RPATH_ENVVAR)" | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; export $(RPATH_ENVVAR);
 
 RAW_CXX_TARGET_EXPORTS = \
@@ -298,6 +301,7 @@ OBJDUMP = @OBJDUMP@
 RANLIB = @RANLIB@
 STRIP = @STRIP@
 WINDRES = @WINDRES@
+WINDMC = @WINDMC@
 
 GNATBIND = @GNATBIND@
 GNATMAKE = @GNATMAKE@
@@ -347,6 +351,7 @@ OBJDUMP_FOR_TARGET=@OBJDUMP_FOR_TARGET@
 RANLIB_FOR_TARGET=@RANLIB_FOR_TARGET@
 STRIP_FOR_TARGET=@STRIP_FOR_TARGET@
 WINDRES_FOR_TARGET=@WINDRES_FOR_TARGET@
+WINDMC_FOR_TARGET=@WINDMC_FOR_TARGET@
 
 COMPILER_AS_FOR_TARGET=@COMPILER_AS_FOR_TARGET@
 COMPILER_LD_FOR_TARGET=@COMPILER_LD_FOR_TARGET@
@@ -434,7 +439,8 @@ EXTRA_HOST_FLAGS = \
 	'OBJDUMP=$(OBJDUMP)' \
 	'RANLIB=$(RANLIB)' \
 	'STRIP=$(STRIP)' \
-	'WINDRES=$(WINDRES)'
+	'WINDRES=$(WINDRES)' \
+	'WINDMC=$(WINDMC)'
 
 FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS)
 
@@ -477,7 +483,8 @@ EXTRA_TARGET_FLAGS = \
 	'NM=$(COMPILER_NM_FOR_TARGET)' \
 	'OBJDUMP=$$(OBJDUMP_FOR_TARGET)' \
 	'RANLIB=$$(RANLIB_FOR_TARGET)' \
-	'WINDRES=$$(WINDRES_FOR_TARGET)'
+	'WINDRES=$$(WINDRES_FOR_TARGET)' \
+	'WINDMC=$$(WINDMC_FOR_TARGET)'
 
 TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
 
@@ -1005,7 +1012,7 @@ maybe-[+make_target+]-[+module+]: [+make
 	  $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
 	          "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
 	          "RANLIB=$${RANLIB}" \
-	          "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+	          "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
 	          [+make_target+]) \
 	  || exit 1
 [+ ENDIF +]
@@ -1121,7 +1128,7 @@ ENDIF raw_cxx +]
 	  $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
 	          "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
 	          "RANLIB=$${RANLIB}" \
-	          "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+	          "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
 	          [+extra_make_flags+] [+make_target+]) \
 	  || exit 1
 [+ ENDIF +]
Index: src/configure.ac
===================================================================
--- src.orig/configure.ac
+++ src/configure.ac
@@ -2436,6 +2436,7 @@ NCN_STRICT_CHECK_TOOLS(NM, nm)
 NCN_STRICT_CHECK_TOOLS(RANLIB, ranlib, :)
 NCN_STRICT_CHECK_TOOLS(STRIP, strip, :)
 NCN_STRICT_CHECK_TOOLS(WINDRES, windres)
+NCN_STRICT_CHECK_TOOLS(WINDMC, windmc)
 NCN_STRICT_CHECK_TOOLS(OBJCOPY, objcopy)
 NCN_STRICT_CHECK_TOOLS(OBJDUMP, objdump)
 AC_SUBST(CC)
@@ -2473,6 +2474,7 @@ ACX_CHECK_INSTALLED_TARGET_TOOL(OBJDUMP_
 ACX_CHECK_INSTALLED_TARGET_TOOL(RANLIB_FOR_TARGET, ranlib, :)
 ACX_CHECK_INSTALLED_TARGET_TOOL(STRIP_FOR_TARGET, strip)
 ACX_CHECK_INSTALLED_TARGET_TOOL(WINDRES_FOR_TARGET, windres)
+ACX_CHECK_INSTALLED_TARGET_TOOL(WINDMC_FOR_TARGET, windmc)
 
 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
 
@@ -2498,6 +2500,7 @@ GCC_TARGET_TOOL(objdump, OBJDUMP_FOR_TAR
 GCC_TARGET_TOOL(ranlib, RANLIB_FOR_TARGET, RANLIB, [binutils/ranlib])
 GCC_TARGET_TOOL(strip, STRIP_FOR_TARGET, STRIP, [binutils/strip])
 GCC_TARGET_TOOL(windres, WINDRES_FOR_TARGET, WINDRES, [binutils/windres])
+GCC_TARGET_TOOL(windmc, WINDMC_FOR_TARGET, WINDMC, [binutils/windmc])
 
 AC_SUBST(FLAGS_FOR_TARGET)
 AC_SUBST(RAW_CXX_FOR_TARGET)
=

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

* Re: patch: Enable building of new binutils tool windmc
  2007-06-26 14:15 patch: Enable building of new binutils tool windmc Kai Tietz
@ 2007-06-26 16:02 ` Paolo Bonzini
  2007-06-26 17:55   ` Nick Clifton
  0 siblings, 1 reply; 5+ messages in thread
From: Paolo Bonzini @ 2007-06-26 16:02 UTC (permalink / raw)
  To: Kai Tietz; +Cc: gcc-patches, gdb-patches, binutils

Kai Tietz wrote:
> Hello,
> 
> This patch adds support for the new windmc tool of binutils to base 
> configuration.

No objection here.  Binutils people?

Paolo


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

* Re: patch: Enable building of new binutils tool windmc
  2007-06-26 16:02 ` Paolo Bonzini
@ 2007-06-26 17:55   ` Nick Clifton
  2007-07-02  7:41     ` PING: " Kai Tietz
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Clifton @ 2007-06-26 17:55 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Kai Tietz, gcc-patches, gdb-patches, binutils

Hi Paolo,

>> This patch adds support for the new windmc tool of binutils to base 
>> configuration.
> 
> No objection here.  Binutils people?

None here - would you mind applying it please ?

Cheers
   Nick



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

* PING: Re: patch: Enable building of new binutils tool windmc
  2007-06-26 17:55   ` Nick Clifton
@ 2007-07-02  7:41     ` Kai Tietz
  2007-07-02  8:19       ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Kai Tietz @ 2007-07-02  7:41 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: binutils, gcc-patches, gdb-patches, Nick Clifton

Nick Clifton <nickc@redhat.com> wrote on 26.06.2007 18:54:15:

> Hi Paolo,
> 
> >> This patch adds support for the new windmc tool of binutils to base 
> >> configuration.
> > 
> > No objection here.  Binutils people?
> 
> None here - would you mind applying it please ?

Cheers,
 i.A. Kai Tietz

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

------------------------------------------------------------------------------------------
  OneVision Software Entwicklungs GmbH & Co. KG
  Dr.-Leo-Ritter-Straße 9 - 93049 Regensburg
  Tel: +49.(0)941.78004.0 - Fax: +49.(0)941.78004.489 - www.OneVision.com
  Commerzbank Regensburg - BLZ 750 400 62 - Konto 6011050
  Handelsregister: HRA 6744, Amtsgericht Regensburg
  Komplementärin: OneVision Software Entwicklungs Verwaltungs GmbH
  Dr.-Leo-Ritter-Straße 9 – 93049 Regensburg
  Handelsregister: HRB 8932, Amtsgericht Regensburg - Geschäftsführer: 
Ulrike Döhler, Manuela Kluger


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

* Re: PING: Re: patch: Enable building of new binutils tool windmc
  2007-07-02  7:41     ` PING: " Kai Tietz
@ 2007-07-02  8:19       ` Paolo Bonzini
  0 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2007-07-02  8:19 UTC (permalink / raw)
  To: Kai Tietz; +Cc: binutils, gcc-patches, gdb-patches, Nick Clifton

Kai Tietz wrote:
> Nick Clifton <nickc@redhat.com> wrote on 26.06.2007 18:54:15:
> 
>> Hi Paolo,
>>
>>>> This patch adds support for the new windmc tool of binutils to base 
>>>> configuration.
>>> No objection here.  Binutils people?
>> None here - would you mind applying it please ?

Done on gcc; I'll commit to src soon.

Paolo


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

end of thread, other threads:[~2007-07-02  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-26 14:15 patch: Enable building of new binutils tool windmc Kai Tietz
2007-06-26 16:02 ` Paolo Bonzini
2007-06-26 17:55   ` Nick Clifton
2007-07-02  7:41     ` PING: " Kai Tietz
2007-07-02  8:19       ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox