This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: x86_64-elf gdb
- From: Joel Sherrill <joel dot sherrill at oarcorp dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: "gdb at sourceware dot org" <gdb at sourceware dot org>
- Date: Mon, 30 Mar 2015 14:15:04 -0500
- Subject: Re: x86_64-elf gdb
- Authentication-results: sourceware.org; auth=none
- References: <55171834 dot 40509 at oarcorp dot com> <20150330163952 dot GE12083 at adacore dot com>
On March 30, 2015 11:39:52 AM CDT, Joel Brobecker <brobecker@adacore.com> wrote:
>> I was looking at getting the x86_64-elf tools up as baseline for
>> getting them up for RTEMS. There isn't a gdb target for this now
>> in gdb/configure.tgt. This appeared to be the minimal set of files
>> to add for the -elf and -rtems configuration:
>>
>> x86_64-*-elf* | x86_64-*-rtems*)
>> gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o
>i386bsd-tdep.o"
>> ;;
>>
>> It wouldn't build gdb for x86_64-elf before and at least now, it does
>build.
>
>That's where I would start...
It built for me. But I don't have any way to test it.
Is that enough to submit a patch for the elf stanza addition?
--joel