summaryrefslogtreecommitdiff
path: root/gas/config/tc-sh64.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-05-09 14:20:52 +0000
committerH.J. Lu <hjl@lucon.org>2005-05-09 14:20:52 +0000
commita04b006aa302f5c0f907b3ce89cad76a7d3e3376 (patch)
treeb9eaf0440ea2c7dbbbdc7b1d5f696cdfa3df999c /gas/config/tc-sh64.h
parent20eb16e015ec59d46780c92306ea29ab76f6238f (diff)
downloadbinutils-redhat-a04b006aa302f5c0f907b3ce89cad76a7d3e3376.tar.gz
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/config/tc-sh64.h')
-rw-r--r--gas/config/tc-sh64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-sh64.h b/gas/config/tc-sh64.h
index 89a7e77374..cbb37791c9 100644
--- a/gas/config/tc-sh64.h
+++ b/gas/config/tc-sh64.h
@@ -221,3 +221,6 @@ void shmedia_md_end (void);
we have to say we only have minimum byte-size insns. */
#undef DWARF2_LINE_MIN_INSN_LENGTH
#define DWARF2_LINE_MIN_INSN_LENGTH 1
+
+#define TC_FAKE_LABEL(NAME) sh64_fake_label(NAME)
+extern int sh64_fake_label (const char *);