Re: x86_64-elf gdb
Joel Sherrill <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On March 30, 2015 11:39:52 AM CDT, Joel Brobecker <[email protected]> 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