This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFC/PATCH Tweaks to the MAINTAINERS file



I'm trying to set up an auto-build script for gdb and I've noted a couple 
of minor problems in the MAINTAINERS file, ok to install?

R.

<date>  Richard Earnshaw  <rearnsha@arm.com>

	* MAINTAINERS: Fix typo in name of gdb warnings option.
	(x86-64): Fix formating so that this can be parsed by awk.


Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.159
diff -p -r1.159 MAINTAINERS
*** MAINTAINERS	2002/03/06 09:12:51	1.159
--- MAINTAINERS	2002/03/08 16:56:46
*************** maintainer works with the native maintai
*** 170,176 ****
  
  	w65		Deleted.
  
! 	x86-64		(--target=x86_64-linux-gnu, broken)
  			Maintenance only
  
  	xstormy16	--target=xstormy16-elf ,-Werror
--- 170,176 ----
  
  	w65		Deleted.
  
! 	x86-64		(--target=x86_64-linux-gnu broken)
  			Maintenance only
  
  	xstormy16	--target=xstormy16-elf ,-Werror
*************** The GAWK segment:
*** 204,210 ****
    }'
  
  can be used to generate a full list of --target=
! --enable-gdb-build-warning= pairs.
  
  
  
--- 204,210 ----
    }'
  
  can be used to generate a full list of --target=
! --enable-gdb-build-warnings= pairs.
  
  
  

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