Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Side by Side Diff: third_party/libunwind/README.chromium

Issue 6624034: Formatting the readmes in deps to follow the proper format and making sure th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: libunwind 1 Name: libunwind
2 Short Name: libunwind
2 URL: http://download.savannah.gnu.org/releases/libunwind/libunwind-0.99-beta.tar .gz 3 URL: http://download.savannah.gnu.org/releases/libunwind/libunwind-0.99-beta.tar .gz
4 Version: 0.99-beta
3 5
6 Description:
4 This contains a copy of libunwind-0.99 beta. 7 This contains a copy of libunwind-0.99 beta.
5 8
6 This library is required for TCMalloc to give stacktraces on 64 bit systems 9 This library is required for TCMalloc to give stacktraces on 64 bit systems
7 without relying on the frame pointer. This is a straight dump of libunwind-0.99 10 without relying on the frame pointer. This is a straight dump of libunwind-0.99
8 beta, the version recommended in google-perftools, except for the following 11 beta, the version recommended in google-perftools, except for the following
9 modifications: 12 modifications:
10 13
11 * The libunwind build process adds symlinks for include/libunwind.h and 14 * The libunwind build process adds symlinks for include/libunwind.h and
12 include/tdep. We check in those symlinks (pointing to the x86_64 versions) 15 include/tdep. We check in those symlinks (pointing to the x86_64 versions)
13 into source control. 16 into source control.
14 17
15 * The libunwind build process also generates config.h and libunwind-common.h. 18 * The libunwind build process also generates config.h and libunwind-common.h.
16 We check those in. Those are generated on a 64 bit Ubuntu Hardy system. 19 We check those in. Those are generated on a 64 bit Ubuntu Hardy system.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698