This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Format floating routines.
- From: OndÅej BÃlka <neleai at seznam dot cz>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 8 Oct 2013 17:49:43 +0200
- Subject: Re: [PATCH] Format floating routines.
- Authentication-results: sourceware.org; auth=none
- References: <20131008103342 dot GA20693 at domone dot podge> <Pine dot LNX dot 4 dot 64 dot 1310081516560 dot 19120 at digraph dot polyomino dot org dot uk>
On Tue, Oct 08, 2013 at 03:17:46PM +0000, Joseph S. Myers wrote:
> Have you tested that libm.so disassembly is the same before and after this
> patch (debug info may be different, but disassembly should be the same
> unless there are issues with e.g. changing the text of assertions)?
>
I used
objdump -d test/math/libm.so > a
objdump -d test2/math/libm.so > b
diff a b
and got
2c2
< test/math/libm.so: file format elf64-x86-64
---
> test2/math/libm.so: file format elf64-x86-64