From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Brobecker To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfa] Signal trampoline unwinder for hppa-hpux Date: Thu, 20 May 2004 23:33:00 -0000 Message-id: <20040520232944.GG16852@gnat.com> References: <20040520041746.GW566@tausq.org> <20040520204625.GB10684@gnat.com> X-SW-Source: 2004-05/msg00620.html > How can you tell whether a kernel is 32bits or not? Just FYI, I just found the answer to my question: % getconf KERNEL_BITS Will tell you which kernel you are running (32/64). Check the getconf and sysconf man pages... We run a 64bit kernel. -- Joel