diff options
author | Jim Wilson <wilson@tuliptree.org> | 2003-11-19 02:40:55 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2003-11-19 02:40:55 +0000 |
commit | 5a46fe39b34aaaab38c776c686549fe7b5beb91f (patch) | |
tree | d4c0803d496a9310e9200b2c54311b62e395b945 /ld/ChangeLog | |
parent | 55936540a78cd6b3480e5e72437b90328d3a5d98 (diff) | |
download | gdb-5a46fe39b34aaaab38c776c686549fe7b5beb91f.zip gdb-5a46fe39b34aaaab38c776c686549fe7b5beb91f.tar.gz gdb-5a46fe39b34aaaab38c776c686549fe7b5beb91f.tar.bz2 |
Fix IA-64 linker failure reported by Andreas Schwab.
* ldlang.c (lang_process): Move lang_reset_memory_regions call after
lang_do_assignments call.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6bcd346..a83237d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ 2003-11-18 James E Wilson <wilson@specifixinc.com> + * ldlang.c (lang_process): Move lang_reset_memory_regions call after + lang_do_assignments call. + * emulparams/elf64_ia64.sh (OTHER_PLT_RELOC_SECTIONS): Include .rela.opd if -pie. |