From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30087 invoked by alias); 27 May 2008 15:56:47 -0000 Received: (qmail 30005 invoked by uid 48); 27 May 2008 15:56:08 -0000 Date: Tue, 27 May 2008 15:56:00 -0000 From: "cagney at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080527155608.6569.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/6569] New: disassembler should display decimal, not hex, offsets from symbol X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00187.txt.bz2 List-Id: The output looks like: 0x8048410 : push %ebp but an attempt to use in an expression will fail. It should instead display decimal offsets vis: 0x8048410 : push %ebp the alternative, to add hex prefixes would burn additional real estate :-( 0x8048410 : push %ebp -- Summary: disassembler should display decimal, not hex, offsets from symbol Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: cagney at redhat dot com OtherBugsDependingO 6541 nThis: http://sourceware.org/bugzilla/show_bug.cgi?id=6569 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.