diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-18 04:46:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-18 04:46:45 +0000 |
commit | 683f4743179061f53de59be3021abb8567574b37 (patch) | |
tree | 03bb1441cb00fa1d5fdaab55c73a3b8b3fea41c4 /gas/ChangeLog | |
parent | 21ed3dcdbe9c5071a7e194ad910396dcf056665c (diff) | |
download | gdb-683f4743179061f53de59be3021abb8567574b37.zip gdb-683f4743179061f53de59be3021abb8567574b37.tar.gz gdb-683f4743179061f53de59be3021abb8567574b37.tar.bz2 |
* write.c (renumber_sections): New static BFD_ASSEMBLER function.
(write_object_file): Call it after removing gas created sections.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e256349..0c9bb8d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 18 00:45:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * write.c (renumber_sections): New static BFD_ASSEMBLER function. + (write_object_file): Call it after removing gas created sections. + Mon Oct 17 18:06:05 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * symbols.c (symbol_create): Use udata.p, not just udata. |