diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2003-10-18 15:49:10 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2003-10-18 15:49:10 +0000 |
commit | 06335781f67d53f9512551e31195e40d0b584f8f (patch) | |
tree | 1a24bac5a8701ebd27fa8dbaa941b186a7d70296 /ld/ChangeLog | |
parent | f4b9d8efb98b8d65beae3cec24d881927d1a94f0 (diff) | |
download | gdb-06335781f67d53f9512551e31195e40d0b584f8f.zip gdb-06335781f67d53f9512551e31195e40d0b584f8f.tar.gz gdb-06335781f67d53f9512551e31195e40d0b584f8f.tar.bz2 |
* emultempl/mmix-elfnmmo.em (mmix_before_allocation): Force linker
relaxation always; don't exclude relocatable linking. Adjust for
_bfd_mmix_prepare_linker_allocated_gregs renamed to
_bfd_mmix_before_linker_allocation.
(mmix_after_allocation): Adjust for
_bfd_mmix_finalize_linker_allocated_gregs renamed to
_bfd_mmix_after_linker_allocation.
* scripttempl/mmo.sc: Use ADDR (.text), not . - SIZEOF (.text).
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index be94011..187ae59 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,14 @@ 2003-10-18 Hans-Peter Nilsson <hp@bitrange.com> + * emultempl/mmix-elfnmmo.em (mmix_before_allocation): Force linker + relaxation always; don't exclude relocatable linking. Adjust for + _bfd_mmix_prepare_linker_allocated_gregs renamed to + _bfd_mmix_before_linker_allocation. + (mmix_after_allocation): Adjust for + _bfd_mmix_finalize_linker_allocated_gregs renamed to + _bfd_mmix_after_linker_allocation. + * scripttempl/mmo.sc: Use ADDR (.text), not . - SIZEOF (.text). + * ldlang.c (lang_size_sections): Last, set _cooked_size for output sections. |