From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajesh Maddali To: "'gdb@cygnus.com'" Subject: GDB testsuite Date: Thu, 20 May 1999 04:34:00 -0000 Message-id: <01BEA2E1.81656600@HINDHOLAM> X-SW-Source: 1999-q2/msg00102.html Hi I downloaded the test suite for gdb 4.18. After running configure on sparc/solaris 2.7, if I run "make" it is saying "Nothing to do for all.. " Can someone tell me how to build and run testsuite Thanks Rajesh >From ac131313@cygnus.com Thu May 20 18:30:00 1999 From: Andrew Cagney To: gdb@sourceware.cygnus.com Subject: FRAMELESS_FUNCTION_INVOCATION and PUSH_ARGUMENTS Date: Thu, 20 May 1999 18:30:00 -0000 Message-id: <3744B53D.A9B7B1FC@cygnus.com> X-SW-Source: 1999-q2/msg00103.html Content-length: 274 Just FYI, Previously these macro's had side-effects (setting variable parameters). I'm cleaning them up so that the side-effects are removed and a target can implement each macro using a true function. This change will appear in the next snap. enjoy, Andrew >From brendan@dgs.monash.edu.au Thu May 20 18:54:00 1999 From: Brendan Simon To: egcs mailing list , gdb Subject: One GCC for all targets. Date: Thu, 20 May 1999 18:54:00 -0000 Message-id: <3744BB2C.F5FF3F9D@dgs.monash.edu.au> X-SW-Source: 1999-q2/msg00104.html Content-length: 447 On the GDB mailing list there was discussion of one GDB executable which could debug multiple target architectures (eg. PPC, m68k, etc). I was wondering if GCC would go down the same track ? I'm sure that there would be alot of communication between the GDB and GCC/EGCS people (but I might be assuming too much). Does anyone know or have any comments about future releases of GCC compiling for multiple target architectures. Brendan Simon.