[binutils-gdb] Revert "bfd_elf_sym_name_raw"
Maciej W. Rozycki
macro@orcam.me.uk
Tue Oct 8 16:10:09 GMT 2024
On Tue, 8 Oct 2024, Alan Modra via Binutils-cvs wrote:
> diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
> index 2e8d59518ac..f27c0621a93 100644
> --- a/bfd/elf32-i386.c
> +++ b/bfd/elf32-i386.c
> @@ -1723,7 +1723,7 @@ elf_i386_scan_relocs (bfd *abfd,
> name = h->root.root.string;
> else
> name = bfd_elf_sym_name (abfd, symtab_hdr, isym,
> - NULL);
> + NULL);
I guess this could just go in a single line instead.
Maciej
More information about the Binutils
mailing list