diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-05-06 17:37:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-05-06 17:37:39 +0000 |
commit | 973bfc476b8df9b590a09d3405ec4738856c28c4 (patch) | |
tree | 88a6d0ea2ca6e3ad03a4383f2e35cfd3dfeef853 /bfd | |
parent | 6e1e82a0be1d34eddc4a0920f3a2f671f120ca1f (diff) | |
download | gdb-973bfc476b8df9b590a09d3405ec4738856c28c4.zip gdb-973bfc476b8df9b590a09d3405ec4738856c28c4.tar.gz gdb-973bfc476b8df9b590a09d3405ec4738856c28c4.tar.bz2 |
* nlmcode.h (nlm_swap_auxiliary_headers_in): Rework custom header
handling for latest suggested format.
(nlm_swap_auxiliary_headers_out): Likewise.
(nlm_compute_section_file_positions): Likewise.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8e08583..6a455ee 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Fri May 6 13:34:14 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * nlmcode.h (nlm_swap_auxiliary_headers_in): Rework custom header + handling for latest suggested format. + (nlm_swap_auxiliary_headers_out): Likewise. + (nlm_compute_section_file_positions): Likewise. + +Thu May 5 15:40:47 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + Patches from Ralph Campbell: + * mipsbsd.c (mips_fix_jmp_addr): New function. + (mips_fix_hi16_s): Use bfd_is_com_section. + (mips_howto_table_ext): Call mips_fix_jmp_addr for MIPS_RELOC_JMP. + Wed May 4 11:09:53 1994 Ian Lance Taylor (ian@cygnus.com) Changed m68k-aout to set flags to 0; m68k-sunos still uses 1. @@ -3749,6 +3763,4 @@ See file ChangeLog.1 Local Variables: mode: indented-text left-margin: 8 -fill-column: 74 -version-control: never -End: +fill-column: 7 |