[RFC PATCH v2 1/4] RX: bfd rx-linux FDPIC support
Oleg Endo
olegendo1024@gmail.com
Mon Mar 16 10:11:13 GMT 2026
Hi,
Since I'm an active RX user myself, I got curious and only briefly looked
through it, spotted one thing, see below.
On Mon, 2026-03-16 at 18:31 +0900, Yoshinori Sato wrote:
> + bool fdpic_p;
> +};
> +
> +/* Get the sh ELF linker hash table from a link_info structure. */
> +
> +#define rx_elf_hash_table(p) \
> + ((is_elf_hash_table ((p)->hash) \
> + && elf_hash_table_id (elf_hash_table (p)) == RX_ELF_DATA) \
> + ? (struct elf_rx_link_hash_table *) (p)->hash : NULL)
> +#define MINUS_ONE ((bfd_vma) 0 - 1)
The comment above says "Get the sh ELF...".
I guess it should say "Get the RX ELF ..."
Best regards,
Oleg Endo
More information about the Binutils
mailing list