diff options
author | Cupertino Miranda <cmiranda@synopsys.com> | 2016-10-24 12:52:04 +0200 |
---|---|---|
committer | Cupertino Miranda <cmiranda@synopsys.com> | 2017-06-08 19:00:34 +0200 |
commit | 9d5c718b7a9c46132940f899f40556a77ca462a0 (patch) | |
tree | ea749d9adb39c618b93d128bf7a93a04227f7bec /bfd/bfdio.c | |
parent | be9e3704f91190c1e1c5d253494423b13c982d93 (diff) | |
download | gdb-9d5c718b7a9c46132940f899f40556a77ca462a0.zip gdb-9d5c718b7a9c46132940f899f40556a77ca462a0.tar.gz gdb-9d5c718b7a9c46132940f899f40556a77ca462a0.tar.bz2 |
[ARC] Disable warning on absolute relocs when symbol is local.
R_ARC_32 and R_ARC_32_ME cannot be generated as dynamic relocs.
However, a warning message and check_relocs was aborting when this type of
reloc was being resolved to a local symbol.
This is wrong as local symbols are resolvable at link time.
bfd/ChangeLog:
Cupertino Miranda <cmiranda@synopsys.com>
* elf32-arc.c (elf_arc_check_relocs): Added condition to disable
warning and "Bad value" for local symbols ARC_32 or ARC_32_ME relocs.
Diffstat (limited to 'bfd/bfdio.c')
0 files changed, 0 insertions, 0 deletions