[Fwd: Re: New binutils directory src/include/cpu/ for .cpu and .opc files?]

Nick Clifton nickc@redhat.com
Mon Sep 30 04:01:00 GMT 2002
Hi Guys,

> From: Andrew Cagney <ac131313@redhat.com>
> 
> It would appear that the first preference is src/cpu/.  The runner up
> being src/opcodes/<something>/
> 
> Nick?

And the winner is ... src/cpu/

So - I have added the directory to the top level of the binutils
directory hierarchy, added it to the binutils module (and created a
naked-cpu module) and applied this patch to Makefile.in so that it and
its contents should be included in any future binutils release.

If I have forgotten anything please let me know.

Cheers
        Nick

2002-09-30  Nick Clifton  <nickc@redhat.com>

	* cpu: New top level directory.  Intended to hold input files for
	CGEN which have FSF copyright assignment.
	* Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/Makefile.in,v
retrieving revision 1.70
diff -c -3 -p -w -r1.70 Makefile.in
*** Makefile.in	29 Sep 2002 17:19:28 -0000	1.70
--- Makefile.in	30 Sep 2002 10:30:13 -0000
*************** gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPO
*** 2000,2006 ****
  
  # The FSF "binutils" release includes gprof and ld.
  .PHONY: binutils.tar.bz2
! BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep
  binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
  	$(MAKE) -f Makefile.in taz TOOL=binutils \
  		MD5PROG="$(MD5PROG)" \
--- 2000,2006 ----
  
  # The FSF "binutils" release includes gprof and ld.
  .PHONY: binutils.tar.bz2
! BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep cpu
  binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
  	$(MAKE) -f Makefile.in taz TOOL=binutils \
  		MD5PROG="$(MD5PROG)" \



More information about the Binutils mailing list