From c9cd7160d84bd6219c9cbf155820a255b08f3e26 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 9 May 2005 14:20:52 +0000 Subject: 2005-05-09 H.J. Lu PR 936 * config/tc-sh64.c (sh64_fake_label): New. * config/tc-sh64.h (TC_FAKE_LABEL): New. * doc/internals.texi (TC_FAKE_LABEL): Document. * write.c (TC_FAKE_LABEL): New. (adjust_reloc_syms): Use it. (write_object_file): Likewise. --- gas/doc/internals.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/doc') diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index 1770a44..e75281f 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -1019,6 +1019,11 @@ default definition is to accept any name followed by a colon character. Same as TC_START_LABEL, but should be used instead of TC_START_LABEL when LABELS_WITHOUT_COLONS is defined. +@item TC_FAKE_LABEL +@cindex TC_FAKE_LABEL +You may define this macro to control what GAS considers to be a fake +label. The default fake label is FAKE_LABEL_NAME. + @item NO_PSEUDO_DOT @cindex NO_PSEUDO_DOT If you define this macro, GAS will not require pseudo-ops to start with a -- cgit v1.1