diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/i386/i686')
-rw-r--r-- | libpthread/nptl/sysdeps/i386/i686/Makefile | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/i686/tls.h | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/libpthread/nptl/sysdeps/i386/i686/Makefile b/libpthread/nptl/sysdeps/i386/i686/Makefile index 137c0a2f0..010372ebd 100644 --- a/libpthread/nptl/sysdeps/i386/i686/Makefile +++ b/libpthread/nptl/sysdeps/i386/i686/Makefile @@ -13,9 +13,8 @@ # Lesser General Public License for more details. # You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. +# License along with the GNU C Library; see the file COPYING.LIB. If +# not, see <http://www.gnu.org/licenses/>. ifeq ($(subdir),nptl) # It turns out that stack coloring is in general not good on P4s. Some diff --git a/libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S b/libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S index a5d861f92..ee051ec37 100644 --- a/libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S +++ b/libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define HAVE_CMOV 1 #include "../i486/pthread_spin_trylock.S" diff --git a/libpthread/nptl/sysdeps/i386/i686/tls.h b/libpthread/nptl/sysdeps/i386/i686/tls.h index 928d269dc..e4ce6ede3 100644 --- a/libpthread/nptl/sysdeps/i386/i686/tls.h +++ b/libpthread/nptl/sysdeps/i386/i686/tls.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _TLS_H |