diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-26 02:15:13 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-26 02:15:13 +0000 |
commit | ace68c4ed92c1d7820a3bda5d78f56a5a34932c2 (patch) | |
tree | 222f709334f5834961c01a2f754ea3c1ecc496b1 /gas/ChangeLog | |
parent | 605fe2b1b0f21095057f3869e632424ba92b4c84 (diff) | |
download | gdb-ace68c4ed92c1d7820a3bda5d78f56a5a34932c2.zip gdb-ace68c4ed92c1d7820a3bda5d78f56a5a34932c2.tar.gz gdb-ace68c4ed92c1d7820a3bda5d78f56a5a34932c2.tar.bz2 |
Mon Nov 25 17:26:22 1991 Steve Chamberlain (sac at cygnus.com)
* as.c: (perform_an_assembly_pass): moved declaration of i to
avoid a syntax error. Now always create the three default
sections when in MANY_SEGMENTS mode.
* as.h: New improved way of specifying MANY_SEGMENTS
* configure.in: hds object format is now coff-bfd
* subsegs.h: add line numbers and section stuff to the
segment_info structure. (But go back later and fix.. this is
COFF specific)
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 88a16fa..f29cb1b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,20 @@ +Mon Nov 25 17:26:22 1991 Steve Chamberlain (sac at cygnus.com) + + * as.c: (perform_an_assembly_pass): moved declaration of i to + avoid a syntax error. Now always create the three default + sections when in MANY_SEGMENTS mode. + * as.h: New improved way of specifying MANY_SEGMENTS + * configure.in: hds object format is now coff-bfd + * subsegs.h: add line numbers and section stuff to the + segment_info structure. (But go back later and fix.. this is + COFF specific) + + +Thu Oct 24 17:25:59 1991 Steve Chamberlain (steve at rtl.cygnus.com) + + * config/obj-coff.c (obj_coff_dim): Allows newline to end a + .dim statement. + Mon Oct 21 09:25:33 1991 Steve Chamberlain (steve at rtl.cygnus.com) * configure.in: added ebmon entry. |