summaryrefslogtreecommitdiff
path: root/gas/tc.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-11-08 08:12:53 +0000
committerNick Clifton <nickc@redhat.com>2004-11-08 08:12:53 +0000
commit977cdf5aa7f4f2183060c150041405abbc2410a9 (patch)
tree0cebac5641d1ecd4b8869005951d8d51ecfa973c /gas/tc.h
parent998b0029709cba36a9e2da16a83bdcbb6e37b2ae (diff)
downloadbinutils-gdb-977cdf5aa7f4f2183060c150041405abbc2410a9.tar.gz
Fix support for PECOFF weak symbols
Diffstat (limited to 'gas/tc.h')
-rw-r--r--gas/tc.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gas/tc.h b/gas/tc.h
index 2f77c5f583d..6a0662633dd 100644
--- a/gas/tc.h
+++ b/gas/tc.h
@@ -1,6 +1,6 @@
/* tc.h - target cpu dependent
- Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2003
+ Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2003, 2004
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -59,6 +59,12 @@ extern int md_short_jump_size;
extern int md_long_jump_size;
#endif
+#ifdef USE_UNIQUE
+/* The name of an external symbol which is
+ used to make weak PE symbol names unique. */
+extern const char * an_external_name;
+#endif
+
#ifndef md_create_long_jump
void md_create_long_jump (char *, addressT, addressT, fragS *, symbolS *);
#endif