OSDN Git Service

* lexsup.c: Rename --add-needed to --copy-dt-needed-entries.
authornickc <nickc>
Fri, 6 Nov 2009 00:35:49 +0000 (00:35 +0000)
committernickc <nickc>
Fri, 6 Nov 2009 00:35:49 +0000 (00:35 +0000)
commitadf098b2cbbda8adfff40187873b88a0f2486e4c
tree7084f7f9e1c3499dbfbc1f1faebd2f55a3d1f92e
parenta064dbaea2ae8d702b235659127e619daed55dcb
    * lexsup.c: Rename --add-needed to --copy-dt-needed-entries.
        * ldlang.h (struct lang_input_statement_struct): Rename add_needed
        to add_DT_NEEDED_for_dynamic.  Rename as_needed to
        add_DT_NEEDED_for_regular.
        * ldlang.c: Likewise.
        * ldlang.h: Likewise.
        * ldlang.c: Use the new variable names.
        * ldgram.y: Likewise.
        * emultempl/elf32.em: Likewise.
        * ld.texinfo: Document the renamed option.  Also mention its
        affect on the resolution of dynamic symbols.
        * NEWS: Mention the changed option name.
ld/ChangeLog
ld/NEWS
ld/emultempl/elf32.em
ld/ld.texinfo
ld/ldgram.y
ld/ldlang.c
ld/ldlang.h
ld/ldmain.c
ld/ldmain.h
ld/lexsup.c