summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/amd64')
-rw-r--r--lib/csu/amd64/crti.S5
-rw-r--r--lib/csu/amd64/crtn.S5
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/csu/amd64/crti.S b/lib/csu/amd64/crti.S
index 82b262f..b2e99e4 100644
--- a/lib/csu/amd64/crti.S
+++ b/lib/csu/amd64/crti.S
@@ -21,8 +21,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
.section .init,"ax",@progbits
@@ -36,3 +34,6 @@ _init:
.globl _fini
.type _fini,@function
_fini:
+
+ .section .rodata
+.ascii "$FreeBSD$\0"
diff --git a/lib/csu/amd64/crtn.S b/lib/csu/amd64/crtn.S
index 361ab1e..b2322da 100644
--- a/lib/csu/amd64/crtn.S
+++ b/lib/csu/amd64/crtn.S
@@ -21,8 +21,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
.section .init,"ax",@progbits
@@ -30,3 +28,6 @@
.section .fini,"ax",@progbits
ret
+
+ .section .rodata
+.ascii "$FreeBSD$\0"
OpenPOWER on IntegriCloud