This is the mail archive of the gdb-patches@sourceware.org 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]

Re: Fix sim/cris MAXPATHLEN breakage. Heads-up re configury in sim


> Date: Sun, 15 Oct 2006 18:22:40 -0400
> From: Daniel Jacobowitz <drow@false.org>

> On Thu, Sep 28, 2006 at 11:51:30PM -0400, Daniel Jacobowitz wrote:
> > On Fri, Sep 29, 2006 at 04:52:23AM +0200, Hans-Peter Nilsson wrote:
> > > Hey, why not vote for me as Authorized Committer of sim/* and
> > > I'll (work towards) fixing all of the above, as well as running
> > > autotesters for the sim testsuites, for applicable simulators!
> > > (Offer valid for one month.)
> > 
> > Seems sensible.  I'll suggest it to the global maintainers.
> 
> There were no objections, unsurprisingly; Hans-Peter, feel free
> to add an appropriate entry to sim/MAINTAINERS, and thanks for
> sticking your neck out.

Thanks and sorry for the delay.  Now, nitpickingly, "*" isn't a
"particular sim", but there seemed to be predecence to use that
in the "Maintainers for particular sims" list.

FWIW, my sim autobuilder (not -tester yet; need to add framework
to export recent working binutils from my binutils autotester),
reveals build failures for erc32 (sparc-elf), d10v-elf and
w65-elf.  The failures seem to be framework-related, so I hope
to fix them.

Happy Holidays.

	* Makefile.in (autoconf-common autoheader-common): In documented
	usage, say SHELL=/bin/sh.
	(.PHONY): Add autoheader-common.

	* MAINTAINERS: Add self as authorized committer for *.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/Makefile.in,v
retrieving revision 1.8
diff -p -u -r1.8 Makefile.in
--- Makefile.in	8 Aug 2006 18:57:25 -0000	1.8
+++ Makefile.in	20 Dec 2006 12:32:49 -0000
@@ -207,8 +207,8 @@ config.status: configure
 
 # Utility to run autoconf in each directory that uses the common framework.
 # This is intended to be invoked in $srcdir as
-# "make -f Makefile.in autoconf-common".
-.PHONY: autoconf-common
+# "make -f Makefile.in autoconf-common SHELL=/bin/sh".
+.PHONY: autoconf-common autoheader-common
 autoconf-common autoheader-common:
 	for d in * ; \
 	do \
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/sim/MAINTAINERS,v
retrieving revision 1.20
diff -p -u -r1.20 MAINTAINERS
--- MAINTAINERS	1 Oct 2006 04:00:30 -0000	1.20
+++ MAINTAINERS	20 Dec 2006 12:32:49 -0000
@@ -24,6 +24,7 @@ common		Frank Ch. Eigler <fche@redhat.co
 
 	Authorized committers for particular sims:
 v850		DJ Delorie <dj@redhat.com>
+*		Hans-Peter Nilsson <hp@axis.com>
 
 	Past sim maintainers:
 

brgds, H-P


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