This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [PATCH/RFC] Get Alpha target to GDB_MULTI_ARCH_PARTIAL
- From: Joel Brobecker <brobecker at ACT-Europe dot FR>
- To: Andrew Cagney <ac131313 at cygnus dot com>
- Cc: thorpej at wasabisystems dot com, gdb-patches at sources dot redhat dot com
- Date: Mon, 22 Apr 2002 15:31:03 +0200
- Subject: Re: [PATCH/RFC] Get Alpha target to GDB_MULTI_ARCH_PARTIAL
- References: <20020420095435.T1627@dr-evil.shagadelic.org> <3CC25054.9080104@cygnus.com>
> BTW, RodneyB [.au] or JoelB [.fr] might have some true64 numbers. From
> memory they are not briliant. True64 has a habit of triping up some of
> the symtab bugs.
Here are the numbers with today's sources on a Tru64 5.1A machine.
I don't have a recent GCC, so I used a recent GNAT instead (based on
a 2.8.1 backend):
# of expected passes 6993
# of unexpected failures 789
# of unexpected successes 3
# of expected failures 149
# of unresolved testcases 64
# of unsupported tests 2
A few days ago, I had a slightly small number of passes:
# of expected passes 6990
# of unexpected failures 792
# of unexpected successes 3
# of expected failures 149
# of unresolved testcases 64
# of unsupported tests 2
I should also mention that this multi-arching change broke alpha-nat.c.
I made the minimal changes to allow it to compile again, and will post
the patch very shortly.
--
Joel