-Waddress warning in ldelf.c
H.J. Lu
hjl.tools@gmail.com
Fri Dec 31 15:56:34 GMT 2021
More information about the Binutils mailing list
Fri Dec 31 15:56:34 GMT 2021
- Previous message (by thread): [PATCH] x86: Define check_relocs_failed in elfxx-x86.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Oct 21, 2021 at 4:39 AM Alan Modra via Binutils <binutils@sourceware.org> wrote: > > ldelf.c: In function ‘ldelf_after_open’: > ldelf.c:1049:43: warning: the comparison will always evaluate as ‘true’ for the address of ‘elf_header’ will never be NULL [-Waddress] > 1049 | && elf_tdata (abfd)->elf_header != NULL > | ^~ > In file included from ldelf.c:37: > ../bfd/elf-bfd.h:1957:21: note: ‘elf_header’ declared here > 1957 | Elf_Internal_Ehdr elf_header[1]; /* Actual data, but ref like ptr */ > > * ldelf.c (ldelf_after_open): Remove useless elf_header test. > > diff --git a/ld/ldelf.c b/ld/ldelf.c > index 21e655bb55c..0c39eb6024f 100644 > --- a/ld/ldelf.c > +++ b/ld/ldelf.c > @@ -1046,7 +1046,6 @@ ldelf_after_open (int use_libpath, int native, int is_linux, int is_freebsd, > if (abfd->xvec->flavour == bfd_target_elf_flavour > && !bfd_input_just_syms (abfd) > && elf_tdata (abfd) != NULL > - && elf_tdata (abfd)->elf_header != NULL > /* FIXME: Maybe check for other non-supportable types as well ? */ > && (elf_tdata (abfd)->elf_header->e_type == ET_EXEC > || (elf_tdata (abfd)->elf_header->e_type == ET_DYN > > -- > Alan Modra > Australia Development Lab, IBM I am backporting this to 2.37 branch for: https://sourceware.org/bugzilla/show_bug.cgi?id=28734 -- H.J. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Waddress-warning-in-ldelf.c.patch Type: text/x-patch Size: 1432 bytes Desc: not available URL: <https://sourceware.org/pipermail/binutils/attachments/20211231/ef7fa028/attachment.bin>
- Previous message (by thread): [PATCH] x86: Define check_relocs_failed in elfxx-x86.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list