* as.h (subseg_force_new): Add prototype.
authorJeff Law <law@redhat.com>
Mon, 17 Jan 1994 00:45:15 +0000 (00:45 +0000)
committerJeff Law <law@redhat.com>
Mon, 17 Jan 1994 00:45:15 +0000 (00:45 +0000)
gas/ChangeLog
gas/as.h

index 9b8e63455c15218a3cd23794c7d1377189d8190e..6865270056728f43392030fa65fc1334c5c861a3 100644 (file)
@@ -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 :".
index fd63290eb33daa826d4b9347e11eda020ee0180f..e9a012e12ce19d3a1231888e558f9967502a2563 100644 (file)
--- 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;
This page took 0.030468 seconds and 4 git commands to generate.