* config/tc-ppc.c (ppc_change_csect): Temporarily lower the
authorIan Lance Taylor <ian@airs.com>
Mon, 25 Aug 1997 18:29:11 +0000 (18:29 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 25 Aug 1997 18:29:11 +0000 (18:29 +0000)
chunksize while creating the new subsection.
* as.c (chunksize): Initialize to zero.
* subsegs.c (subseg_set_rest): Change 5000 to chunksize when
calling obstack_begin.

gas/ChangeLog

index 6b18c33896195835a2623fb991eec3f9d0a2fbed..c7449ebec9b12afa80b0a3056205716d9a1bc39d 100644 (file)
@@ -1,3 +1,11 @@
+Mon Aug 25 14:25:48 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-ppc.c (ppc_change_csect): Temporarily lower the
+       chunksize while creating the new subsection.
+       * as.c (chunksize): Initialize to zero.
+       * subsegs.c (subseg_set_rest): Change 5000 to chunksize when
+       calling obstack_begin.
+
 start-sanitize-v850
 Mon Aug 25 11:21:48 1997  Nick Clifton  <nickc@cygnus.com>