aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-20 01:45:14 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-20 01:45:14 +0000
commit793f9558f89a23bcfe5c52d9d991a13e539da103 (patch)
treed5d5c8bdc45401e3370a0df93d7392a756f1acf8 /gas/write.c
parent84577ddeeb0d5bfe52dcb7509ea4d3187b1816bf (diff)
downloadgdb-793f9558f89a23bcfe5c52d9d991a13e539da103.zip
gdb-793f9558f89a23bcfe5c52d9d991a13e539da103.tar.gz
gdb-793f9558f89a23bcfe5c52d9d991a13e539da103.tar.bz2
* write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
defined.
Diffstat (limited to 'gas/write.c')
-rw-r--r--gas/write.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/write.c b/gas/write.c
index eb267c7..abfe79f 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -1797,6 +1797,7 @@ write_object_file ()
*/
#ifndef md_relax_frag
+#ifdef TC_GENERIC_RELAX_TABLE
/* Subroutines of relax_segment. */
static int
@@ -1810,6 +1811,7 @@ is_dnrange (f1, f2)
return 0;
}
+#endif /* defined (TC_GENERIC_RELAX_TABLE) */
#endif /* ! defined (md_relax_frag) */
/* Relax_align. Advance location counter to next address that has 'alignment'