This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the EGCS project.
Re: new arm/thumb uclinux targets
- To: pb@nexus.co.uk
- Subject: Re: new arm/thumb uclinux targets
- From: Nick Clifton <nickc@cygnus.com>
- Date: Wed, 28 Jul 1999 09:53:01 +0100
- CC: gcc-patches@gcc.gnu.org
Hi Phil,
: 1999-07-27 Philip Blundell <pb@nexus.co.uk>
:
: * config/arm/telf.h: Include dbxelf.h.
: (CPP_PREDEFINES): Only define if not already defined.
: (ASM_IDENTIFY_GCC): Likewise.
: (SUBTARGET_EXTRA_SECTIONS): Likewise.
: (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
: * config/arm/thumb.h (LINK_SPEC): Only define if not already
: defined.
: (DBX_DEBUGGING_INFO): Don't define.
: * config/arm/linux-telf.h: New file.
: * config/arm/linux-tgas.h: Likewise.
: * config/arm/t-thumb-linux: Likewise.
: * config/arm/uclinux-elf.h: Likewise.
: * config/arm/uclinux-telf.h: Likewise.
: * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
: thumb-*-uclinux): New targets.
: * configure: Regenerate.
Thanks for this patch. I have applied it to the sources.
Cheers
Nick