mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2005-05-09 H.J. Lu <hongjiu.lu@intel.com>
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user