Re: [PATCH] gprofng: Properly generate file offset for gmon.out
"H.J. Lu" <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <CAMe9rOqDozWDzuVbpA_SKCXdB0sNs-LwvF48CSfoOPF--_8ivA@mail.gmail.com> |
On Mon, Aug 10, 2026 at 12:00 PM H.J. Lu <[email protected]> wrote: > > When generating the map file for gmon.out, get the file offset from the > filepos field of core_text_sect. This fixes > > FAIL: tmpdir/gp-gmon > > on Linux/x86-64. > > PR gprofng/34502 > * src/gp-gmon.cc (gen_gmon_map): Get the file offset from the > filepos field of core_text_sect. > Any comments and feedback? -- H.J.