mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Update MIPS dl-lookup.c from generic version.
This commit is contained in:
parent
9770df4f12
commit
5544c7e000
@ -1,3 +1,7 @@
|
||||
2012-08-15 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/mips/dl-lookup.c: Update from generic version.
|
||||
|
||||
2012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
|
||||
|
||||
[__GNUC_PREREQ (4, 8)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Look up a symbol in the loaded objects.
|
||||
MIPS/Linux version - special handling of non-PIC undefined symbol rules.
|
||||
Copyright (C) 1995-2007, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995-2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -28,6 +28,7 @@
|
||||
#include <sysdep-cancel.h>
|
||||
#include <bits/libc-lock.h>
|
||||
#include <tls.h>
|
||||
#include <atomic.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user