aboutsummaryrefslogtreecommitdiff
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
parenta279b1f5ff9b67119f3b77ef5f17707644dc765f (diff)
downloadfsf-binutils-gdb-e7501ac71046bd8e0d8723706855f89564210219.zip
fsf-binutils-gdb-e7501ac71046bd8e0d8723706855f89564210219.tar.gz
fsf-binutils-gdb-e7501ac71046bd8e0d8723706855f89564210219.tar.bz2
* as.h (subseg_force_new): Add prototype.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/as.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9b8e634..6865270 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jan 16 16:44:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+
+ * as.h (subseg_force_new): Add prototype.
+
Sat Jan 15 09:20:55 1994 Doug Evans (dje@canuck.cygnus.com)
* app.c (do_scrub_next_char): Allow lines like " foolab :".
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;