This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH libctf] Fix a number of build problems found on Solaris and NetBSD


On 30 May 2019, Szabolcs Nagy said:
> i cannot apply it on top of master, but i'd
> like to fix the build issue soon, so our
> builders can continue testing binutils.

The variant that applies on top of master has literally a
one-space-character difference outside ChangeLogs, fwiw, and that only
in the context of one hunk:

  diff --git a/binutils/objdump.c b/binutils/objdump.c
  --- a/binutils/objdump.c
@@ -127,7 +127,7 @@
 @@
  shdr_to_ctf_sect (ctf_sect_t *buf, Elf_Internal_Shdr *shdr, Filedata *filedata)
  {
-   buf->cts_name = SECTION_NAME(shdr);
+   buf->cts_name = SECTION_NAME (shdr);
 -  buf->cts_type = shdr->sh_type;
 -  buf->cts_flags = shdr->sh_flags;
    buf->cts_size = shdr->sh_size;

The binutils/objdump.c parts need approval, but once I have that
approval I'll push whatever version is appropriate given the state of
master at the time (even if this makes it a bit harder to revert Nick's
no-libctf-when-no-ELF patches, the conflict above is trivial to
resolve).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]