]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/powerpc/powerpc64/ppc-mcount.S
Fix three GNU license URLs, along with trailing-newline issues.
[thirdparty/glibc.git] / sysdeps / powerpc / powerpc64 / ppc-mcount.S
index fb301a77be1284af58dd459863c64386b5a34f66..36299dac2ba76494e2d2cc6feff8814b8c5360ec 100644 (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)
-