This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

rename a function in bfd/elf32-xtensa.c


Most of the major functions in this file have a "elf_xtensa_" prefix in their names. For some reason, the "xtensa_elf_dynamic_symbol_p" function had the prefix switched around backwards. This patch makes it consistent. Committed on the mainline.

bfd/
        * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Renamed to...
        (elf_xtensa_dynamic_symbol_p): ...this.

Attachment: bfd-dynsym-rename.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]