diff options
author | Alan Modra <amodra@gmail.com> | 2012-05-17 10:42:29 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-05-17 10:42:29 +0000 |
commit | 3daa201b396d00e4490787f095020aac66fa7c50 (patch) | |
tree | 88b4cab79c27e207b229a4001d50d9a62dbd04f0 /ld | |
parent | 7282333f3d1bab51b3c1d35a65d05aeb261e20a7 (diff) | |
download | gdb-3daa201b396d00e4490787f095020aac66fa7c50.zip gdb-3daa201b396d00e4490787f095020aac66fa7c50.tar.gz gdb-3daa201b396d00e4490787f095020aac66fa7c50.tar.bz2 |
typo fixes
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 07b5455..0cead2b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -94,14 +94,14 @@ 2012-04-24 Alan Modra <amodra@gmail.com> - * ld/ldlang.c (size_input_section): Use sec_info_type rather than + * ldlang.c (size_input_section): Use sec_info_type rather than usrdata->flags.just_syms. - * ld/ldwrite.c (build_link_order): Likewise. - * ld/emultempl/hppaelf.em (build_section_lists): Likewise. - * ld/emultempl/ppc64elf.em (build_toc_list): Likewise. - * ld/emultempl/armelf.em (build_section_lists): Likewise. + * ldwrite.c (build_link_order): Likewise. + * emultempl/hppaelf.em (build_section_lists): Likewise. + * emultempl/ppc64elf.em (build_toc_list): Likewise. + * emultempl/armelf.em (build_section_lists): Likewise. (after_allocation): Update for renamed sec_info_type value. - * ld/emultempl/tic6xdsbt.em: Likewise. + * emultempl/tic6xdsbt.em: Likewise. 2012-04-12 Roland McGrath <mcgrathr@google.com> @@ -177,7 +177,7 @@ 2012-03-25 Alan Modra <amodra@gmail.com> * ldemul.c (before_allocation_default): Revert last change. - ldlang.c (lang_add_section): Likewise. + * ldlang.c (lang_add_section): Likewise. (strip_excluded_output_sections): Don't strip output sections with user input sections when emitrelocations, unless all are SEC_EXCLUDE. |