Dwarf/Elf debugging in GCC
Mike Stump
mrs@wrs.com
Tue Aug 31 23:20:00 GMT 1999
> Date: Tue, 24 Aug 1999 08:07:51 -0500
> To: gcc@gcc.gnu.org
> From: "Matt Minnis" <mminnis@prefres.com>
> I am looking into making GCC for the Motorola Coldfire (M68K) output
> Elf files for various commercial debugging manufacturers.
> What is required to do this?
The ability to read source and understand things like (from
gcc/configure.in):
m68020-*-elf* | m68k-*-elf*)
tm_file="m68k/m68020-elf.h"
xm_file=m68k/xm-m68kv.h
tmake_file=m68k/t-m68kelf
header_files=math-68881.h
;;
and know this means you must type configure --target=m68k-unknown-elf
&& make && make install?
> What is the machine specific stuff that I have to look at to change?
Do you have to change something? Is there something wrong with the
above? See gcc/config/m68k/* for files you might want to change.
Or maybe I just don't understand what you have/want.
More information about the Gcc
mailing list