diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-05-09 14:20:52 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-05-09 14:20:52 +0000 |
commit | c9cd7160d84bd6219c9cbf155820a255b08f3e26 (patch) | |
tree | 07dec40b8cd87308ebf45bb67e2806e96a0a97e2 /gas/doc/internals.texi | |
parent | 433817dddee6fed37aa16714f124cbb359d530ee (diff) | |
download | gdb-c9cd7160d84bd6219c9cbf155820a255b08f3e26.zip gdb-c9cd7160d84bd6219c9cbf155820a255b08f3e26.tar.gz gdb-c9cd7160d84bd6219c9cbf155820a255b08f3e26.tar.bz2 |
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.
Diffstat (limited to 'gas/doc/internals.texi')
-rw-r--r-- | gas/doc/internals.texi | 5 |
1 files changed, 5 insertions, 0 deletions
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 |