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: [PATCH] Moving forward on the road to a truly multi-arched i386


> Date: Fri, 14 Jun 2002 21:45:32 +0200 (CEST)
> From: Mark Kettenis <kettenis@chello.nl>
> 
> Since nobody objected, I checked this in.

Darn!  I missed one gotcha:

> +static enum gdb_osabi
> +i386_coff_osabi_sniffer (bfd *abfd)
> +{
> +  if (strcmp (bfd_get_target (abfd), "coff-go32-exe") == 0)
> +    return GDB_OSABI_GO32;

This should also allow "coff-go32", which is a raw COFF executable
without the DOS stub loader.  DJGPP debugging supports that format as
well.


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