This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: sync OpenBSD targets with reality
- From: Ian Lance Taylor <iant at google dot com>
- To: Jonathan Gray <jsg at openbsd dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 26 Sep 2009 20:55:55 -0700
- Subject: Re: sync OpenBSD targets with reality
- References: <20090919163844.GA9263@mail.netspace.net.au>
Jonathan Gray <jsg@openbsd.org> writes:
> 2009-09-19 Jonathan Gray <jsg@openbsd.org>
>
> * config.gcc: update OpenBSD targets
> * config/openbsd-stdint.h: New
> * config/openbsd-libpthread.h: New, common OpenBSD LIB_SPEC
> * config/openbsd/i386/openbsdelf.h config/vax/openbsd.h config/mips/openbsd.h: Correct types
> * config/alpha/openbsd.h: Overhaul to reflect ELF migration
> * config/openbsd.h: Update and break out LIB_SPEC definition
Write ChangeLog entries with capital letters and periods. Put files
on separate lines. So:
2009-09-19 Jonathan Gray <jsg@openbsd.org>
* config.gcc: Update OpenBSD targets.
* config/openbsd-stdint.h: New file.
* config/openbsd-libpthread.h: New file.
* config/openbsd/i386/openbsdelf.h: Correct types.
* config/vax/openbsd.h: Likewise.
* config/mips/openbsd.h: Likewise.
* config/alpha/openbsd.h: Overhaul to reflect ELF migration.
* config/openbsd.h: Update and break out LIB_SPEC definition.
This patch is OK with that ChangeLog entry.
Thanks.
Ian