x86: Remove duplicated I386_PCREL_TYPE_P/X86_64_PCREL_TYPE_P
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 4 Jan 2023 19:09:50 +0000 (11:09 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 4 Jan 2023 19:15:25 +0000 (11:15 -0800)
commit0ad0387c85fb38569731cb800e7832a0ba691b51
treed77f446c42901d76de634f703eca23ac2ac67772
parent4036ad07f4293ca5cd9bd9cf95fc5d8b86d6e1a6
x86: Remove duplicated I386_PCREL_TYPE_P/X86_64_PCREL_TYPE_P

I386_PCREL_TYPE_P and X86_64_PCREL_TYPE_P are defined twice.  Remove
the duplications.

* elfxx-x86.h (I386_PCREL_TYPE_P): Remove duplication.
(X86_64_PCREL_TYPE_P): Likewise.
bfd/elfxx-x86.h