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] testsuite/gdb.arch/i386-prologue.c: Fix compiling on Cygwin


Same response as i386-prologue.c.  I would like to see:

  "   call " SP_PREFIX "trap\n"
  "   .globl " SP_PREFIX "main\n"

Or a similar design with

  "   call " SYMBOL(trap) "\n"
  "   .globl " SYMBOL(main) "\n"

Michael C

===

	* gdb.arch/i386-unwind.c: Conditionalize label names to build
	on Cygwin.


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