From: Ken Raeburn Date: Thu, 24 Feb 1994 16:38:42 +0000 (+0000) Subject: * read.c (potable): Added ".this_GCC_requires_the_GNU_assembler", which is X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f95de5d9fd7d89de053c5e0d134720eebfe7fcda;p=binutils-gdb.git * read.c (potable): Added ".this_GCC_requires_the_GNU_assembler", which is ignored by gas, but will cause other assemblers to choke. Intended for use by gcc ports that require gas instead of native assemblers. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 9e6e3b2e4a9..c6d4e2880f1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Thu Feb 24 11:30:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * read.c (potable): Added ".this_GCC_requires_the_GNU_assembler", + which is ignored by gas, but will cause other assemblers to choke. + Intended for use by gcc ports that require gas instead of native + assemblers. + Thu Feb 24 07:10:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * config/ho-hppaosf.h: Fix braino in test for ANSI-C.