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]

Re: RFA: Multilib support in gdb.asm tests


> Index: gdb/testsuite/gdb.asm/asm-source.exp
> ===================================================================
> RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/asm-source.exp,v
> retrieving revision 1.16
> diff -c -3 -p -r1.16 asm-source.exp
> *** asm-source.exp	2001/12/20 22:12:20	1.16
> --- asm-source.exp	2002/01/11 11:58:13
> *************** if { "${asm-flags}" == "" } {
> *** 74,79 ****
> --- 74,105 ----
>       set asm-flags "-gstabs -I${srcdir}/${subdir} -I${objdir}/${subdir}"
>   }
>   
> + # FIXME: Invoking the assembler directly is incorrect.


Just FYI, this is wrong.  These tests apply to targets that do not have 
a C compiler so must be able to invoke the assembler directly.

The entire motivation behind the directory is to improve the quality of 
GDB when used on assembler only targets.

enjoy,
Andrew


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