diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-09-26 08:27:23 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-09-26 08:27:23 -0400 |
commit | 853924149dfc2a3b67fda0a491dc5716d7322a74 (patch) | |
tree | 4b951b1c3770e9729f929627075592e62c14066d /missing | |
parent | 896ee09882933a707d2adef76aaa184249e8de05 (diff) | |
download | binutils-853924149dfc2a3b67fda0a491dc5716d7322a74.zip binutils-853924149dfc2a3b67fda0a491dc5716d7322a74.tar.gz binutils-853924149dfc2a3b67fda0a491dc5716d7322a74.tar.bz2 |
elf32-nds32: Remove elf32_nds32_allocate_dynrelocs
It is unused, removing it fixes this error when building with clang:
/home/emaisin/src/binutils-gdb/bfd/elf32-nds32.c:3172:1: error: unused function 'elf32_nds32_allocate_dynrelocs' [-Werror,-Wunused-function]
elf32_nds32_allocate_dynrelocs (struct bfd_link_info *info, asection *sreloc,
^
1 error generated.
gcc only reports the error if you remove "inline". I don't know if this
is actually a mistake and it should actually be used though.
gdb/ChangeLog:
* elf32-nds32.c (elf32_nds32_allocate_dynrelocs): Remove.
Diffstat (limited to 'missing')
0 files changed, 0 insertions, 0 deletions