summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@mozilla.com>2020-08-18 08:02:27 +0000
committerNathan Froyd <froydnj@mozilla.com>2020-08-18 08:02:27 +0000
commitb2e8a6219e77e043484dcda737295cf3b8f0ee90 (patch)
treeaca9e839935fb0f36e7e56985185604d37fab918
parent6a6e08b62cffee4501c06d81dbacb7724e6f26be (diff)
downloadnspr-hg-b2e8a6219e77e043484dcda737295cf3b8f0ee90.tar.gz
Bug 1659137 - remove superfluous .previous comments from assembly files; r=glandium
These have been cargo-culted all over the place and are totally unnecessary, not to mention potentially confusing. Let's delete them. Differential Revision: https://phabricator.services.mozilla.com/D87092
-rw-r--r--pr/src/md/unix/os_Linux_ia64.s2
-rw-r--r--pr/src/md/unix/os_Linux_ppc.s2
-rw-r--r--pr/src/md/unix/os_Linux_x86.s2
-rw-r--r--pr/src/md/unix/os_Linux_x86_64.s2
4 files changed, 4 insertions, 4 deletions
diff --git a/pr/src/md/unix/os_Linux_ia64.s b/pr/src/md/unix/os_Linux_ia64.s
index fef24ad1..39b724ae 100644
--- a/pr/src/md/unix/os_Linux_ia64.s
+++ b/pr/src/md/unix/os_Linux_ia64.s
@@ -68,4 +68,4 @@ _PR_ia64_AtomicSet:
.endp _PR_ia64_AtomicSet#
// Magic indicating no need for an executable stack
-.section .note.GNU-stack, "", @progbits ; .previous
+.section .note.GNU-stack, "", @progbits
diff --git a/pr/src/md/unix/os_Linux_ppc.s b/pr/src/md/unix/os_Linux_ppc.s
index a9a83174..76da33bf 100644
--- a/pr/src/md/unix/os_Linux_ppc.s
+++ b/pr/src/md/unix/os_Linux_ppc.s
@@ -72,4 +72,4 @@ _PR_ppc_AtomicAdd:
.Lfe4: .size _PR_ppc_AtomicAdd,.Lfe4-_PR_ppc_AtomicAdd
# Magic indicating no need for an executable stack
-.section .note.GNU-stack, "", @progbits ; .previous
+.section .note.GNU-stack, "", @progbits
diff --git a/pr/src/md/unix/os_Linux_x86.s b/pr/src/md/unix/os_Linux_x86.s
index a72acf5d..83e10b45 100644
--- a/pr/src/md/unix/os_Linux_x86.s
+++ b/pr/src/md/unix/os_Linux_x86.s
@@ -82,4 +82,4 @@ _PR_x86_AtomicAdd:
ret
// Magic indicating no need for an executable stack
-.section .note.GNU-stack, "", @progbits ; .previous
+.section .note.GNU-stack, "", @progbits
diff --git a/pr/src/md/unix/os_Linux_x86_64.s b/pr/src/md/unix/os_Linux_x86_64.s
index 8e491f0e..f30e75d5 100644
--- a/pr/src/md/unix/os_Linux_x86_64.s
+++ b/pr/src/md/unix/os_Linux_x86_64.s
@@ -71,4 +71,4 @@ _PR_x86_64_AtomicAdd:
.size _PR_x86_64_AtomicAdd, .-_PR_x86_64_AtomicAdd
// Magic indicating no need for an executable stack
-.section .note.GNU-stack, "", @progbits ; .previous
+.section .note.GNU-stack, "", @progbits