sync OpenBSD targets with reality

Ian Lance Taylor iant@google.com
Sun Sep 27 04:50:00 GMT 2009


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



More information about the Gcc-patches mailing list