diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-15 18:35:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-15 18:35:32 +0000 |
commit | ef79dba3c39b6edcf4d1e343457bfd29ec868069 (patch) | |
tree | 927300d46c47abcba773b8f695ed073c12916fe0 /bfd/ChangeLog | |
parent | 2ec2e6a90ada6d4fc91e648b2d7adda83c6c9f9a (diff) | |
download | gdb-ef79dba3c39b6edcf4d1e343457bfd29ec868069.zip gdb-ef79dba3c39b6edcf4d1e343457bfd29ec868069.tar.gz gdb-ef79dba3c39b6edcf4d1e343457bfd29ec868069.tar.bz2 |
* coff-mips.c (mips_relocate_section): When relaxing, adjust local
relocs against the .text section as required.
* ecofflink.c (bfd_ecoff_debug_accumulate): When relaxing, adjust
PDR addresses as required.
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 15aa922..dc287e7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Fri Apr 15 12:22:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * coff-mips.c (mips_relocate_section): When relaxing, adjust local + relocs against the .text section as required. + * ecofflink.c (bfd_ecoff_debug_accumulate): When relaxing, adjust + PDR addresses as required. + * ecoff.c (ecoff_emit_aggregate): Take fdr argument. Map fdr index through rfd map if it exists. Check for a couple of cases which gdb handles specially. Change all callers. |