* nlmconv.c (total_bss_size): Removed.
authorIan Lance Taylor <ian@airs.com>
Mon, 6 Sep 1993 19:42:12 +0000 (19:42 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 6 Sep 1993 19:42:12 +0000 (19:42 +0000)
commitd5808c7cd853a93db963220d9f5decec11f3fbab
treec6ef967dd9ac140760d4939a39d4788d8f49d4c2
parent6370267a451b95400fbad2ab18c2762db2d76849
* 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.
binutils/ChangeLog