summaryrefslogtreecommitdiff
path: root/libstdc++/src
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-08-09 15:17:46 -0700
committerElliott Hughes <enh@google.com>2012-08-09 16:05:31 -0700
commit387d4b7de9af2afd0c37a895ff9d012eb1f66156 (patch)
treea515a4be8d2881d734a6b1c2a2e4f1fdd0c43e1d /libstdc++/src
parent709bb0f79ced522e5fb145182472ee4063b85368 (diff)
Auto-generate a complete NOTICE file.
Remove the hand-collated ones, and switch to a script that pulls the copyright headers out of every file and collects the unique ones. Change-Id: Ied3b98b3f56241df97166c410ff81de4e0157c9d
Diffstat (limited to 'libstdc++/src')
-rw-r--r--libstdc++/src/one_time_construction.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/libstdc++/src/one_time_construction.cpp b/libstdc++/src/one_time_construction.cpp
index 3cfb2139f..8ba18df2b 100644
--- a/libstdc++/src/one_time_construction.cpp
+++ b/libstdc++/src/one_time_construction.cpp
@@ -1,11 +1,5 @@
/*
- * one_time_construction.cpp
- *
* Copyright 2006 The Android Open Source Project
- *
- * This file contains C++ ABI support functions for one time
- * constructors as defined in the "Run-time ABI for the ARM Architecture"
- * section 4.4.2
*/
#include <stddef.h>
@@ -14,6 +8,10 @@
#include <private/bionic_futex.h>
#include <private/bionic_atomic_inline.h>
+// This file contains C++ ABI support functions for one time
+// constructors as defined in the "Run-time ABI for the ARM Architecture"
+// section 4.4.2
+//
// ARM C++ ABI and Itanium/x86 C++ ABI has different definition for
// one time construction:
//