From: Ken Raeburn Date: Tue, 30 Mar 1993 16:23:32 +0000 (+0000) Subject: go back to const instead of CONST X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4478def83a1d156892df9af965120bd31a0baa76;p=binutils-gdb.git go back to const instead of CONST --- diff --git a/gas/ChangeLog b/gas/ChangeLog index fa7db0e93a6..2ede18af4b3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Tue Mar 30 10:11:41 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + * as.h (const, volatile): Put these definitions back, and use + them. + * doc/as.texinfo: First pass at using new texinfo features -- variables, conditional tests. Far from complete.