This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Obvious patch: remove chorus.h entries in POTFILES.in


Hi Guys,

  I am applying the patch below under the obvious fix rule.  It
  removes the entries for the (moved) chorus.h header files from
  POTFILES.in list, and adds the (new) config/chorus.h file.

Cheers
        Nick

2001-08-01  Nick Clifton  <nickc@cambridge.redhat.com>

	* POTFILES.in: Remove chorus.h files from i386, rs6000 and sparc
	config directories.  Add config/chorus.h instead.

Index: gcc/po/POTFILES.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/po/POTFILES.in,v
retrieving revision 1.51
diff -p -r1.51 POTFILES.in
*** POTFILES.in	2001/07/19 06:22:04	1.51
--- POTFILES.in	2001/08/01 10:35:35
*************** config/c4x/c4x-protos.h
*** 180,185 ****
--- 180,186 ----
  config/c4x/c4x.c
  config/c4x/c4x.h
  config/c4x/rtems.h
+ config/chorus.h
  config/clipper/clipper-protos.h
  config/clipper/clipper.c
  config/clipper/clipper.h
*************** config/i386/att.h
*** 243,249 ****
  config/i386/beos-elf.h
  config/i386/bsd.h
  config/i386/bsd386.h
- config/i386/chorus.h
  config/i386/crtdll.h
  config/i386/cygwin.h
  config/i386/dgux.c
--- 244,249 ----
*************** config/rs6000/aix41.h
*** 566,572 ****
  config/rs6000/aix43.h
  config/rs6000/aix51.h
  config/rs6000/beos.h
- config/rs6000/chorus.h
  config/rs6000/darwin.h
  config/rs6000/eabi.h
  config/rs6000/eabiaix.h
--- 566,571 ----
*************** config/sh/sh.c
*** 594,600 ****
  config/sh/sh.h
  config/sparc/aout.h
  config/sparc/bsd.h
- config/sparc/chorus.h
  config/sparc/elf.h
  config/sparc/gmon-sol2.c
  config/sparc/hal.h
--- 593,598 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]