diff options
Diffstat (limited to 'lib/csu/amd64/crtn.S')
-rw-r--r-- | lib/csu/amd64/crtn.S | 5 |
1 files changed, 3 insertions, 2 deletions
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" |