diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-05-01 21:22:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-05-01 21:22:28 +0000 |
commit | 622c93a36043c2cacd314dae1cfb63eba3ec9025 (patch) | |
tree | 546a5d74db6996a70d5869172059ecb6213e7443 /bfd | |
parent | 8fe2ec52eec314704fef749639d7e891bd1c264f (diff) | |
download | gdb-622c93a36043c2cacd314dae1cfb63eba3ec9025.zip gdb-622c93a36043c2cacd314dae1cfb63eba3ec9025.tar.gz gdb-622c93a36043c2cacd314dae1cfb63eba3ec9025.tar.bz2 |
* bout.c (b_out_callback): Set lma of sections.
(b_out_bfd_get_relocated_section_contents): Rename in_abfd
parameter to output_bfd. Used input_bfd instead of output_bfd in
several places.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 585060e..c73a008 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Wed May 1 14:17:57 1996 Ian Lance Taylor <ian@cygnus.com> + + * bout.c (b_out_callback): Set lma of sections. + (b_out_bfd_get_relocated_section_contents): Rename in_abfd + parameter to output_bfd. Used input_bfd instead of output_bfd in + several places. + Tue Apr 30 17:56:39 1996 Ian Lance Taylor <ian@cygnus.com> * aoutx.h (translate_from_native_sym_flags): Don't create |