From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Michael Snyder Cc: gdb-patches@sources.redhat.com, jimb@cygnus.com, ezannoni@cygnus.com Subject: Re: [RFA]: printing symbols with > 32 bit addrs. Date: Thu, 15 Feb 2001 16:07:00 -0000 Message-id: <3A8C6E18.290AB910@cygnus.com> References: <3A8C5BDF.97924160@cygnus.com> X-SW-Source: 2001-02/msg00275.html Michael Snyder wrote: > > > > ------------------------------------------------------------------------ > Oddly enough, info functions seems to fail to print addresses of > non-debugging symbols when addresses are greater than 32 bits. > This patch seems a bit crude, so I'm wondering if anyone has > a better suggestion. And non portable :-) > 2001-02-15 Michael Snyder > > * symtab.c (print_msymbol_info): Print addresses > 32 bits. (Kevin B has a useful cheat sheet of the int->text functions that he posted). At a guess paddr(). Andrew