summaryrefslogtreecommitdiff
path: root/gas/tc.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-12-03 23:39:38 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-12-03 23:39:38 +0000
commit726454587c61e71c3b23f94c853f3dda0b2adf54 (patch)
tree65c96c97527ed6bb3605353b01632c974a2a0593 /gas/tc.h
parent1f3f82fcf91d7ae3c3542116e18f2f9dcecabe35 (diff)
downloadbinutils-redhat-726454587c61e71c3b23f94c853f3dda0b2adf54.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 47d0a59b86..f4a2826ae0 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);