Skip to content

Commit

Permalink
Remove Gay's dtoa from sources.
Browse files Browse the repository at this point in the history
Farewell.

Review URL: http://codereview.chromium.org/5195003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5868 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  • Loading branch information
floitschV8@gmail.com authored and floitschV8@gmail.com committed Nov 22, 2010
1 parent 1cfc63c commit 1fafbe7
Show file tree
Hide file tree
Showing 11 changed files with 172 additions and 3,576 deletions.
3 changes: 0 additions & 3 deletions LICENSE
Expand Up @@ -12,9 +12,6 @@ are:
based on layout tests from webkit.org which are copyrighted by
Apple Computer, Inc. and released under a 3-clause BSD license.

- Dtoa, located under third_party/dtoa. This code is copyrighted by
David M. Gay and released under an MIT license.

- Strongtalk assembler, the basis of the files assembler-arm-inl.h,
assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h.
Expand Down
8 changes: 1 addition & 7 deletions src/SConscript
Expand Up @@ -297,14 +297,8 @@ def ConfigureObjectFiles():
libraries_src, libraries_empty_src = env.JS2C(['libraries.cc', 'libraries-empty.cc'], library_files, TYPE='CORE')
libraries_obj = context.ConfigureObject(env, libraries_src, CPPPATH=['.'])

# Build dtoa.
dtoa_env = env.Copy()
dtoa_env.Replace(**context.flags['dtoa'])
dtoa_files = ['dtoa-config.c']
dtoa_obj = context.ConfigureObject(dtoa_env, dtoa_files)

source_objs = context.ConfigureObject(env, source_files)
non_snapshot_files = [dtoa_obj, source_objs]
non_snapshot_files = [source_objs]

# Create snapshot if necessary. For cross compilation you should either
# do without snapshots and take the performance hit or you should build a
Expand Down
92 changes: 0 additions & 92 deletions src/dtoa-config.c

This file was deleted.

15 changes: 0 additions & 15 deletions src/third_party/dtoa/COPYING

This file was deleted.

0 comments on commit 1fafbe7

Please sign in to comment.