OSDN Git Service

* pe-dll.c (autofilter_entry_type): Change name to const.
authorcgf <cgf>
Wed, 1 Nov 2006 00:48:24 +0000 (00:48 +0000)
committercgf <cgf>
Wed, 1 Nov 2006 00:48:24 +0000 (00:48 +0000)
commitaed2046b7184eaccc1fbd7915c5de6541a11e20e
treef7ff7ea58c5b1118345ac48e2de496e912a8c760
parent8fd85df00d73287930cb10eb192de24bbe0ca361
* 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.
ld/ChangeLog
ld/pe-dll.c