Fix three GNU license URLs, along with trailing-newline issues.

This commit is contained in:
Paul Eggert 2019-09-07 02:54:48 -07:00
parent 5a82c74822
commit 5cb226d7e4
3 changed files with 4 additions and 6 deletions

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
<https://www.gnu.org/licenses/>. */
#include <sysdep.h>
/* 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
blr
END(_mcount)

View File

@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
<https://www.gnu.org/licenses/>. */
#include <sysdep.h>
@ -322,4 +322,4 @@ small_copy_unaligned:
END(__memcpy_ultra3)
#endif
#endif

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
<https://www.gnu.org/licenses/>. */
#include <sysdep.h>
@ -59,4 +59,3 @@ ENTRY (syscall)
jgnl SYSCALL_ERROR_LABEL
br %r14 /* Return to caller. */
PSEUDO_END (syscall)