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/alpha] Add handling of FP control insn in software-single step


   Date: Tue, 17 May 2005 14:48:57 +1000
   From: Joel Brobecker <brobecker@adacore.com>

   > The feature you're implementing is specific to Alpha; think of it in
   > the nature of unit testing.

   That makes sense. Do you know if it is ok to import an assembly file
   generated by GCC? Or do I have to embed the assembly into a C file?

The latter is probably a bit easier, but I guess the former is ok too
if you can be reasonably sure that the .s file can be assembled with
gas too.

Take a look at the i386 files in gdb.arch/ for an example.

Mark


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