diff options
author | Nick Clifton <nickc@redhat.com> | 2012-07-24 13:23:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-07-24 13:23:41 +0000 |
commit | 082d11223c44216e629b02c990a6c0813337c435 (patch) | |
tree | 38f0699539b085d265da59c10a56690bef29a4e7 /bfd/ChangeLog | |
parent | 1634dcbe1635ed0d3490feb085efcbb003a536ba (diff) | |
download | gdb-082d11223c44216e629b02c990a6c0813337c435.zip gdb-082d11223c44216e629b02c990a6c0813337c435.tar.gz gdb-082d11223c44216e629b02c990a6c0813337c435.tar.bz2 |
* elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Added code
that enables the linker to offset addresses, when linking against
symbols from the XGATE processor and vice versa.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 98dde86..76665c3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2012-07-24 Sean Keys <skeys@ipdatasys.com> + + * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Added code + that enables the linker to offset addresses, when linking against + symbols from the XGATE processor and vice versa. + 2012-07-23 Nick Clifton <nickc@redhat.com> * cisco-core.c (cisco_core_file_failing_command): Make static. |