aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-01-17 00:45:15 +0000
committerJeff Law <law@redhat.com>1994-01-17 00:45:15 +0000
commite7501ac71046bd8e0d8723706855f89564210219 (patch)
tree685be2f49550c844c3327d3f34f227e9f0f98220 /gas/as.h
parenta279b1f5ff9b67119f3b77ef5f17707644dc765f (diff)
downloadgdb-e7501ac71046bd8e0d8723706855f89564210219.zip
gdb-e7501ac71046bd8e0d8723706855f89564210219.tar.gz
gdb-e7501ac71046bd8e0d8723706855f89564210219.tar.bz2
* as.h (subseg_force_new): Add prototype.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/as.h b/gas/as.h
index fd63290..e9a012e 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -434,6 +434,7 @@ void scrub_to_string PARAMS ((int ch));
void subsegs_begin PARAMS ((void));
void subseg_change PARAMS ((segT seg, int subseg));
segT subseg_new PARAMS ((const char *name, subsegT subseg));
+segT subseg_force_new PARAMS ((const char *name, subsegT subseg));
void subseg_set PARAMS ((segT seg, subsegT subseg));
struct expressionS;