* [RFA/TESTSUITE] Add gdb.arch to configdirs
@ 2002-05-17 18:11 Elena Zannoni
0 siblings, 0 replies; 5+ messages in thread
From: Elena Zannoni @ 2002-05-17 18:11 UTC (permalink / raw)
To: gdb-patches
I forgot this bit.
Ok to commit?
Elena
2002-05-17 Elena Zannoni <ezannoni@redhat.com>
* configure.in (configdirs): Add gdb.arch.
* configure: Regenerate.
Index: configure
===================================================================
RCS file: /cvs/uberbaum/gdb/testsuite/configure,v
retrieving revision 1.4
diff -u -p -r1.4 configure
--- configure 17 Nov 2000 16:37:48 -0000 1.4
+++ configure 18 May 2002 01:09:12 -0000
@@ -649,7 +649,8 @@ test "$host_alias" != "$target_alias" &&
# Directories to use in all configurations.
-configdirs="gdb.asm \
+configdirs="gdb.arch \
+ gdb.asm \
gdb.base \
gdb.c++ \
gdb.java \
@@ -749,12 +750,12 @@ fi
# End stuff to support --enable-shared
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
-echo "configure:753: checking for Cygwin environment" >&5
+echo "configure:754: checking for Cygwin environment" >&5
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 758 "configure"
+#line 759 "configure"
#include "confdefs.h"
int main() {
@@ -765,7 +766,7 @@ int main() {
return __CYGWIN__;
; return 0; }
EOF
-if { (eval echo configure:769: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_cygwin=yes
else
@@ -782,19 +783,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
CYGWIN=
test "$ac_cv_cygwin" = yes && CYGWIN=yes
echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
-echo "configure:786: checking for mingw32 environment" >&5
+echo "configure:787: checking for mingw32 environment" >&5
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 791 "configure"
+#line 792 "configure"
#include "confdefs.h"
int main() {
return __MINGW32__;
; return 0; }
EOF
-if { (eval echo configure:798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:799: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_mingw32=yes
else
@@ -813,7 +814,7 @@ test "$ac_cv_mingw32" = yes && MINGW32=y
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
-echo "configure:817: checking for executable suffix" >&5
+echo "configure:818: checking for executable suffix" >&5
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -823,7 +824,7 @@ else
rm -f conftest*
echo 'int main () { return 0; }' > conftest.$ac_ext
ac_cv_exeext=
- if { (eval echo configure:827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
+ if { (eval echo configure:828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
*.c | *.o | *.obj | *.ilk | *.pdb) ;;
Index: configure.in
===================================================================
RCS file: /cvs/uberbaum/gdb/testsuite/configure.in,v
retrieving revision 1.4
diff -u -p -r1.4 configure.in
--- configure.in 17 Nov 2000 16:37:48 -0000 1.4
+++ configure.in 18 May 2002 01:09:12 -0000
@@ -13,7 +13,8 @@ AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..
AC_CANONICAL_SYSTEM
# Directories to use in all configurations.
-configdirs="gdb.asm \
+configdirs="gdb.arch \
+ gdb.asm \
gdb.base \
gdb.c++ \
gdb.java \
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [RFA/TESTSUITE] Add gdb.arch to configdirs
@ 2002-05-17 18:31 Michael Elizabeth Chastain
2002-05-17 19:32 ` Michael Snyder
2002-05-18 11:14 ` Andrew Cagney
0 siblings, 2 replies; 5+ messages in thread
From: Michael Elizabeth Chastain @ 2002-05-17 18:31 UTC (permalink / raw)
To: ezannoni, gdb-patches
Proofread, recommended for approval.
(Er, technically, I have authority in gdb.base and gdb.c++, but not in
the top level test suite directory. So I can't just flat out approve it.
But a blanket maintainer such as Elena Z can approve my recommendation
for approval.)
Michael C
2002-05-17 Elena Zannoni <ezannoni@redhat.com>
* configure.in (configdirs): Add gdb.arch.
* configure: Regenerate.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [RFA/TESTSUITE] Add gdb.arch to configdirs
2002-05-17 18:31 Michael Elizabeth Chastain
@ 2002-05-17 19:32 ` Michael Snyder
2002-05-19 18:08 ` Elena Zannoni
2002-05-18 11:14 ` Andrew Cagney
1 sibling, 1 reply; 5+ messages in thread
From: Michael Snyder @ 2002-05-17 19:32 UTC (permalink / raw)
To: Michael Elizabeth Chastain; +Cc: ezannoni, gdb-patches
Michael Elizabeth Chastain wrote:
>
> Proofread, recommended for approval.
>
> (Er, technically, I have authority in gdb.base and gdb.c++, but not in
> the top level test suite directory. So I can't just flat out approve it.
> But a blanket maintainer such as Elena Z can approve my recommendation
> for approval.)
>
> Michael C
>
> 2002-05-17 Elena Zannoni <ezannoni@redhat.com>
>
> * configure.in (configdirs): Add gdb.arch.
> * configure: Regenerate.
Or another blanket maintainer such as me.
Approved, with MichaelC's recommendation. ;-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFA/TESTSUITE] Add gdb.arch to configdirs
2002-05-17 19:32 ` Michael Snyder
@ 2002-05-19 18:08 ` Elena Zannoni
0 siblings, 0 replies; 5+ messages in thread
From: Elena Zannoni @ 2002-05-19 18:08 UTC (permalink / raw)
To: Michael Snyder; +Cc: Michael Elizabeth Chastain, ezannoni, gdb-patches
Michael Snyder writes:
> Michael Elizabeth Chastain wrote:
> >
> > Proofread, recommended for approval.
> >
> > (Er, technically, I have authority in gdb.base and gdb.c++, but not in
> > the top level test suite directory. So I can't just flat out approve it.
> > But a blanket maintainer such as Elena Z can approve my recommendation
> > for approval.)
> >
> > Michael C
> >
> > 2002-05-17 Elena Zannoni <ezannoni@redhat.com>
> >
> > * configure.in (configdirs): Add gdb.arch.
> > * configure: Regenerate.
>
> Or another blanket maintainer such as me.
> Approved, with MichaelC's recommendation. ;-)
Ok, committed. So unless you are building a powerpc-eabialtivec or a
powerpc-linux-gnu-altivec toolchain, these altivec tests should not run.
Elena
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFA/TESTSUITE] Add gdb.arch to configdirs
2002-05-17 18:31 Michael Elizabeth Chastain
2002-05-17 19:32 ` Michael Snyder
@ 2002-05-18 11:14 ` Andrew Cagney
1 sibling, 0 replies; 5+ messages in thread
From: Andrew Cagney @ 2002-05-18 11:14 UTC (permalink / raw)
To: Michael Elizabeth Chastain; +Cc: ezannoni, gdb-patches
> Proofread, recommended for approval.
>
> (Er, technically, I have authority in gdb.base and gdb.c++, but not in
> the top level test suite directory. So I can't just flat out approve it.
> But a blanket maintainer such as Elena Z can approve my recommendation
> for approval.)
I think you do. Fernando has say over gdb/testsuite/ and I believe he
dumped responsability for that one onto you (while he is of enjoying the
Canadian spring^D^D^Dfall :-)
enjoy,
Andrew
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-05-20 1:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-17 18:11 [RFA/TESTSUITE] Add gdb.arch to configdirs Elena Zannoni
2002-05-17 18:31 Michael Elizabeth Chastain
2002-05-17 19:32 ` Michael Snyder
2002-05-19 18:08 ` Elena Zannoni
2002-05-18 11:14 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox