Re: assyms.s

2006-07-04 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Aditya Godbole" <[EMAIL PROTECTED]> writes: : 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 : adva

Re: assyms.s

2006-07-04 Thread Attilio Rao
2006/7/4, Aditya Godbole <[EMAIL PROTECTED]>: 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? assym.s just keeps t

assyms.s

2006-07-04 Thread Aditya Godbole
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 ___ freebsd-hack