diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-11 18:30:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-11 18:30:08 +0000 |
commit | 792b5f025d6c2489a926b79279dfef630bd841c4 (patch) | |
tree | 80bdf40cbafacbd11a9bc3ad5688650e31bd7024 /bfd | |
parent | 75fe54719caa6466b0b264c473d9e9b72114cc43 (diff) | |
download | gdb-792b5f025d6c2489a926b79279dfef630bd841c4.zip gdb-792b5f025d6c2489a926b79279dfef630bd841c4.tar.gz gdb-792b5f025d6c2489a926b79279dfef630bd841c4.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8bea6a4..6b92a01 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. |