This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 roland/nptl-tile] Tile*: Convert fork.c to arch-fork.h


On 5/16/2014 4:25 PM, Roland McGrath wrote:
This should have no effect on the compiled code, but it is wholly untested.
Please verify that it indeed does not change the code.  Feel free to commit
it yourself if you want to, or I'll do it on your approval.
What I use to verify no code changes is:

	$ make -j... # build before applying patch
	$ mkdir =stock
	$ cp libc.so =stock/
	... apply the patch ...
	$ make -j... # build after applying patch
	$ diff -u -I '.*file format.*' <(objdump -rd =stock/libc.so) <(objdump -rd libc.so)	


Thanks,
Roland	


	* sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
	* sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.

Tested and committed.

--
Chris Metcalf, Tilera Corp.
http://www.tilera.com


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