mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Fix three GNU license URLs, along with trailing-newline issues.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
/* We don't need to save the parameter-passing registers as gcc takes
|
/* We don't need to save the parameter-passing registers as gcc takes
|
||||||
@@ -38,4 +38,3 @@ ENTRY(_mcount)
|
|||||||
addi r1,r1,FRAME_MIN_SIZE
|
addi r1,r1,FRAME_MIN_SIZE
|
||||||
blr
|
blr
|
||||||
END(_mcount)
|
END(_mcount)
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
|
|
||||||
@@ -322,4 +322,4 @@ small_copy_unaligned:
|
|||||||
|
|
||||||
END(__memcpy_ultra3)
|
END(__memcpy_ultra3)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
|
|
||||||
@@ -59,4 +59,3 @@ ENTRY (syscall)
|
|||||||
jgnl SYSCALL_ERROR_LABEL
|
jgnl SYSCALL_ERROR_LABEL
|
||||||
br %r14 /* Return to caller. */
|
br %r14 /* Return to caller. */
|
||||||
PSEUDO_END (syscall)
|
PSEUDO_END (syscall)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user