* nlmcode.h (nlm_compute_section_file_positions): Add the .bss
authorIan Lance Taylor <ian@airs.com>
Wed, 11 Aug 1993 18:30:08 +0000 (18:30 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 11 Aug 1993 18:30:08 +0000 (18:30 +0000)
section before setting output_has_begun.
(nlm_set_section_contents): Remove argument names from
mangle_relocs_func prototype.
(nlm_write_object_contents): Remove shadowing local variable.
Don't write out debugging symbols if debugInfoOffset is -1.  Add
the codeImageOffset to the start, exit, and check procedure
offsets.
* nlm32-i386.c (nlm_i386_write_reloc, nlm_i386_mangle_relocs):
Don't check partial_inplace field; its value is irrelevant.

bfd/ChangeLog

index 8bea6a466fa8df49ccff24539e043d50e4e56832..6b92a018fea9ebcbf049fd376d10c25d89ca58aa 100644 (file)
@@ -1,5 +1,16 @@
 Wed Aug 11 06:40:51 1993  Ian Lance Taylor  (ian@cygnus.com)
 
+       * nlmcode.h (nlm_compute_section_file_positions): Add the .bss
+       section before setting output_has_begun.
+       (nlm_set_section_contents): Remove argument names from
+       mangle_relocs_func prototype.
+       (nlm_write_object_contents): Remove shadowing local variable.
+       Don't write out debugging symbols if debugInfoOffset is -1.  Add
+       the codeImageOffset to the start, exit, and check procedure
+       offsets.
+       * nlm32-i386.c (nlm_i386_write_reloc, nlm_i386_mangle_relocs):
+       Don't check partial_inplace field; its value is irrelevant.
+
        * Base use of sco-core on host, not target.
        * configure.host (i[34]86-*-sco*): Use i386sco rather than i386v.
        * config/i386-sco.mt (TDEFINES): Removed.
This page took 0.028182 seconds and 4 git commands to generate.