summaryrefslogtreecommitdiff
path: root/gas/tc.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-12-03 23:39:38 +0000
committerAlan Modra <amodra@gmail.com>2003-12-03 23:39:38 +0000
commit147f6d69f44ff94b01e60a61f56c420d2ed0b76f (patch)
tree09b0463d1b95ea8cc2415b979dcb6b332ade06f2 /gas/tc.h
parente9485be588202e917e4113358d97601ba47a238b (diff)
downloadbinutils-gdb-147f6d69f44ff94b01e60a61f56c420d2ed0b76f.tar.gz
* tc.h (md_pcrel_from): Don't declare if defined as a macro.
Diffstat (limited to 'gas/tc.h')
-rw-r--r--gas/tc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/tc.h b/gas/tc.h
index 47d0a59b868..f4a2826ae07 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
+ Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -51,7 +51,9 @@ int md_estimate_size_before_relax (fragS * fragP, segT segment);
#endif
int md_parse_option (int c, char *arg);
void md_show_usage (FILE *);
+#ifndef md_pcrel_from
long md_pcrel_from (fixS * fixP);
+#endif
short tc_coff_fix2rtype (fixS * fixP);
void md_assemble (char *str);
void md_begin (void);