diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-25 18:29:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-25 18:29:11 +0000 |
commit | a77b3837e3bf4541a1c8047f42ca5d66a17cca40 (patch) | |
tree | 73dba3d3ee8a3eb03551d8df2502cd3464913f43 /gas | |
parent | cf735d2a931d761b3560a39314965f6f37662da3 (diff) | |
download | gdb-a77b3837e3bf4541a1c8047f42ca5d66a17cca40.zip gdb-a77b3837e3bf4541a1c8047f42ca5d66a17cca40.tar.gz gdb-a77b3837e3bf4541a1c8047f42ca5d66a17cca40.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6b18c33..c7449eb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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> |