From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 4 13:54:15 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABE6216A4DA for ; Tue, 4 Jul 2006 13:54:15 +0000 (UTC) (envelope-from aag.lists@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48D1243D49 for ; Tue, 4 Jul 2006 13:54:15 +0000 (GMT) (envelope-from aag.lists@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so1770681pyb for ; Tue, 04 Jul 2006 06:54:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hc24LEOa4YgAZ+k68PSV7nK0uRMZL9MyM2sVcfKOZeWzmaFwRBGSAMPvliJJ694eE3hMOt/GwMG1x1d5nDADR14usEGnvSwZG68H+UYf67lArLW5x4bEGknTqQ3JQwlV0CSf66byxqL2dGjHhqSU2XFC8QdwRWkco837w8izsVY= Received: by 10.35.98.6 with SMTP id a6mr2396682pym; Tue, 04 Jul 2006 06:54:14 -0700 (PDT) Received: by 10.35.50.18 with HTTP; Tue, 4 Jul 2006 06:54:14 -0700 (PDT) Message-ID: <2f3a439f0607040654h1983febbhfbceb974e366e855@mail.gmail.com> Date: Tue, 4 Jul 2006 19:24:14 +0530 From: "Aditya Godbole" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: assyms.s X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 13:54:15 -0000 Hi, I was going through the machine dependant code and found that assembler symbols are created using a script that parses symbol names taken from an object file. Why is it done this way? Are there any advantages of doing this? -aditya