This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Should gcc/mkmap-symver.awk really use "nm"?


On Mon, Mar 18, 2002 at 11:32:14PM +0100, Christian Jönsson wrote:
> I'm trying to understand what the file gcc/mkmap-symver.awk does....
> state == "nm" && ($1 == "U" || $2 == "U") {
>   next;
> }
> 
> Now, are these lines referring to "nm" as the binutils nm?

No, that's the state-label of a two state automata.  One
state is labeled "nm", the other "ver".  See the BEGIN node.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]