diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-09 02:30:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-09 02:30:33 +0000 |
commit | 33698029dbb6a003bf4a79c177f4f43d9269212d (patch) | |
tree | 7743d5fd7036a35280a2ee5cdb74fb3b5c37b1df /bfd/ChangeLog | |
parent | a071b8e9b3c69eaa09e0affca16ceeb884d61fe5 (diff) | |
download | gdb-33698029dbb6a003bf4a79c177f4f43d9269212d.zip gdb-33698029dbb6a003bf4a79c177f4f43d9269212d.tar.gz gdb-33698029dbb6a003bf4a79c177f4f43d9269212d.tar.bz2 |
* coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
compatible with AMD generated COFF files. Try to support both AMD
and GNU formats simultaneously.
(coff_a29k_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0f1dda4..48f9a90 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,11 @@ Wed Nov 8 20:03:44 1995 Eric Freudenthal <freudenthal@nyu.edu> Wed Nov 8 11:31:11 1995 Ian Lance Taylor <ian@cygnus.com> + * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be + compatible with AMD generated COFF files. Try to support both AMD + and GNU formats simultaneously. + (coff_a29k_relocate_section): Likewise. + * libbfd.c (bfd_get_file_window): Change writable parameter from int to boolean; update all callers. Pass MAP_SHARED if not writable--it's required on Solaris. Cast fprintf argument to |