diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-06 19:42:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-06 19:42:12 +0000 |
commit | d5808c7cd853a93db963220d9f5decec11f3fbab (patch) | |
tree | c6ef967dd9ac140760d4939a39d4788d8f49d4c2 /binutils | |
parent | 6370267a451b95400fbad2ab18c2762db2d76849 (diff) | |
download | gdb-d5808c7cd853a93db963220d9f5decec11f3fbab.zip gdb-d5808c7cd853a93db963220d9f5decec11f3fbab.tar.gz gdb-d5808c7cd853a93db963220d9f5decec11f3fbab.tar.bz2 |
* nlmconv.c (total_bss_size): Removed.
(main): Set the bss vma to always follow the data section. Move
symbols into new sections, and adjust values by output_offset.
(setup_sections): Don't copy all sections, but instead point all
text sections to .text, all data sections to .data, and all bss
sections to .bss.
(copy_sections): Adjust accordingly.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b3e1e58..a78a252 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +Mon Sep 6 15:39:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * nlmconv.c (total_bss_size): Removed. + (main): Set the bss vma to always follow the data section. Move + symbols into new sections, and adjust values by output_offset. + (setup_sections): Don't copy all sections, but instead point all + text sections to .text, all data sections to .data, and all bss + sections to .bss. + (copy_sections): Adjust accordingly. + Thu Sep 2 12:34:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) Only build nlmconv if configured for a NetWare target. |