aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-06-09 19:36:49 +0000
committerSteve Chamberlain <sac@cygnus>1992-06-09 19:36:49 +0000
commit65bfcf2e612af31e16b067ffb4113b6b293f041e (patch)
treeca17e5eb06161371f31b9ac4903f848c55460a02 /gas/ChangeLog
parenta1765cf0fef298858cfe669e0b8143dba90b4dd1 (diff)
downloadgdb-65bfcf2e612af31e16b067ffb4113b6b293f041e.zip
gdb-65bfcf2e612af31e16b067ffb4113b6b293f041e.tar.gz
gdb-65bfcf2e612af31e16b067ffb4113b6b293f041e.tar.bz2
* subsegs.c (subsegs_begin): create bss0_frchainP in the same was
as data0_frchainP * write.c (write_object_file): various changes to handle data in the BSS segment in much the same was as stuff in the DATA segment. * subsegs.c (subseg_change): allow and handle a change into SEG_BSS.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7e5f4fe..6b88b7e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
Tue Jun 9 07:54:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
+ * subsegs.c (subsegs_begin): create bss0_frchainP in the same was
+ as data0_frchainP
+
+ * write.c (write_object_file): various changes to handle data in
+ the BSS segment in much the same was as stuff in the DATA segment.
+
* subsegs.c (subseg_change): allow and handle a change into SEG_BSS.
Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)