]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/stormy16/stormy16.h
tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.
authorBernd Schmidt <bernd.schmidt@analog.com>
Wed, 19 Sep 2007 15:03:07 +0000 (15:03 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Wed, 19 Sep 2007 15:03:07 +0000 (15:03 +0000)
commit980d88824772f4e5732e7a8722521896bb57b7d2
treeb21e4dce446f7cc1d4263f5bb8e7435e45259ae4
parent40a479d430d89c405e5ee33b713b33b2cc07fc27
tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.

* doc/tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.
* final.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Provide two-argument default
definition.
(asm_insn_count): Pass template as second argument to it.
* config/avr/avr.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
* config/pa/pa.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
* config/stormy16/stormy16.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
* config/cris/cris.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
* config/sh/sh.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
(sh_insn_length_adjustment): Pass template as second argument to it.
* config/bfin/bfin.h (IS_ASM_LOGICAL_LINE_SEPARATOR): New macro.

From-SVN: r128599
gcc/ChangeLog
gcc/config/avr/avr.h
gcc/config/bfin/bfin.h
gcc/config/cris/cris.h
gcc/config/pa/pa.h
gcc/config/sh/sh.c
gcc/config/stormy16/stormy16.h
gcc/doc/tm.texi
gcc/final.c