This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [commit] [patchv2] Fix vDSO l_name for GDB's: Can't read pathname for load map: Input/output error.
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: "Carlos O'Donell" <carlos at redhat dot com>
- Cc: "Joseph S. Myers" <joseph at codesourcery dot com>, libc-alpha at sourceware dot org
- Date: Mon, 11 Nov 2013 21:07:49 +0100
- Subject: Re: [commit] [patchv2] Fix vDSO l_name for GDB's: Can't read pathname for load map: Input/output error.
- Authentication-results: sourceware.org; auth=none
- References: <20131111170734 dot GA11875 at host2 dot jankratochvil dot net> <52811433 dot 9030602 at redhat dot com> <Pine dot LNX dot 4 dot 64 dot 1311111843440 dot 18663 at digraph dot polyomino dot org dot uk> <528127CA dot 8040909 at redhat dot com> <20131111190451 dot GA16011 at host2 dot jankratochvil dot net> <5281337A dot 8000606 at redhat dot com>
On Mon, 11 Nov 2013 20:43:54 +0100, Carlos O'Donell wrote:
> If you use vim you can do `:set ai tw=75' and gqap to check.
>
> See: https://sourceware.org/glibc/wiki/Committer%20checklist
OK, I missed this document.
So according to the 75 columns formatting my modified line was correct:
- 156, 431, 832, 2801, 7003, 9954, 10278, 11087, 13028, 13982, 13985,
+ 156, 387, 431, 832, 2801, 7003, 9954, 10278, 11087, 13028, 13982, 13985,
Just for example this line for 2.17 was not correct:
9685, 9914, 10014, 10038, 10114, 10191, 10631, 10873, 11438, 11607, 11638,
Regards,
Jan