diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2006-11-01 00:48:25 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2006-11-01 00:48:25 +0000 |
commit | e916811ac68f772700e2a974459599c289ce5d11 (patch) | |
tree | 0cf71be1c5d0d87872559f3a0c8995b671128794 /ld/ChangeLog | |
parent | fe2dce6741700655a629a61518cfed16063cdb34 (diff) | |
download | gdb-e916811ac68f772700e2a974459599c289ce5d11.zip gdb-e916811ac68f772700e2a974459599c289ce5d11.tar.gz gdb-e916811ac68f772700e2a974459599c289ce5d11.tar.bz2 |
* pe-dll.c (autofilter_entry_type): Change name to const.
(pe_details_type) : Change target_name, object_target and autofilter_symbollist
to const.
(autofilter_symbollist_generic): Change to const.
(autofilter_symbollist_i386, pe_detail_list, pe_details, autofilter_liblist,
autofilter_objlist autofilter_symbolprefixlist, autofilter_symbolsuffixlist):
Likewise.
(is_import): Fix indentation.
(auto_export): Change afptr to const. Move name declaration to beginning of
scope.
(make_tail): Clear undefined byte.
(jmp_ix86_bytes, jmp_sh_bytes, jmp_mips_bytes, jmp_arm_bytes): Change to const.
(make_one): Change jmp_bytes to const. Make idata$6 member size arithmetic
explicit and add comment.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 314d6fe..239a7f1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,21 @@ +2006-10-31 Pedro Alves <pedro_alves@portugalmail.pt> + + * pe-dll.c (autofilter_entry_type): Change name to const. + (pe_details_type) : Change target_name, object_target and + autofilter_symbollist to const. + (autofilter_symbollist_generic): Change to const. + (autofilter_symbollist_i386, pe_detail_list, pe_details, + autofilter_liblist, autofilter_objlist autofilter_symbolprefixlist, + autofilter_symbolsuffixlist): Likewise. + (is_import): Fix indentation. + (auto_export): Change afptr to const. Move name declaration to + beginning of scope. + (make_tail): Clear undefined byte. + (jmp_ix86_bytes, jmp_sh_bytes, jmp_mips_bytes, jmp_arm_bytes): Change + to const. + (make_one): Change jmp_bytes to const. Make idata$6 member size + arithmetic explicit and add comment. + 2006-10-30 H.J. Lu <hongjiu.lu@intel.com> PR ld/3111 |