This is the mail archive of the gdb-patches@sourceware.org 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 07/11] ELFv2 ABI: base support


> I've now added this comment block:
> 
> +  /* At this point, the only supported ELF-based 64-bit little-endian
> +     operating system is GNU/Linux, and this uses the ELFv2 ABI by
> +     default.  All other supported ELF-based operating systems use the
> +     ELFv1 ABI by default.  Therefore, if the ABI marker is missing,
> +     e.g. because we run a legacy binary, or have attached to a process
> +     and have not found any associated binary file, set the default
> +     according to this heuristic.  */

Looks great!

Thanks :)

-- 
Joel


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