diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-20 23:31:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-20 23:31:57 +0000 |
commit | b342eba6cd2d8c3fd33fdc8668ed8bcb4066723a (patch) | |
tree | a53169e637df4857bb2c1a112b8a36ff4f3635ee /binutils | |
parent | 9bd0d6499c6f30e5a63661561e9860752d3c3b35 (diff) | |
download | gdb-b342eba6cd2d8c3fd33fdc8668ed8bcb4066723a.zip gdb-b342eba6cd2d8c3fd33fdc8668ed8bcb4066723a.tar.gz gdb-b342eba6cd2d8c3fd33fdc8668ed8bcb4066723a.tar.bz2 |
* nlmconv.c (main): Adjust data section size to correspond to bss
alignment adjustment. Clear BSF_SECTION_SYM if symbol is moved to
a different section. Use time_t for time variable.
(setup_sections): Only put sections with contents in output NLM.
(i386_mangle_relocs): No symbols are common at this point. Add
casts to avoid warnings.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7ea6f83..b561c06 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,24 @@ +Mon Sep 20 19:28:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * nlmconv.c (main): Adjust data section size to correspond to bss + alignment adjustment. Clear BSF_SECTION_SYM if symbol is moved to + a different section. Use time_t for time variable. + (setup_sections): Only put sections with contents in output NLM. + (i386_mangle_relocs): No symbols are common at this point. Add + casts to avoid warnings. + +Fri Sep 10 11:00:40 1993 Stan Shebs (shebs@rtl.cygnus.com) + + * objdump.c: Made the --stabs option work for stabs-in-coff. + (ELF_STAB_DISPLAY): Removed. + (dump_elf_stabs): Renamed to dump_stabs, changed to run for + any object file format. + (dump_elf_stabs_1): Renamed to dump_stabs_1, added calls to + generic BFD routines for non-ELF case, changed format of message + for no-section-found case. + (display_bfd): Always call dump_stabs if requested. + (dump_data): Call bfd_section_size to get section size. + Fri Sep 10 08:12:23 1993 David J. Mackenzie (djm@thepub.cygnus.com) * Makefile.in (install): Don't put strings in tooldir/bin. |