From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Clifton To: pb@nexus.co.uk Cc: gas2@cygnus.com Subject: Re: small patch for objdump Date: Tue, 27 Oct 1998 14:42:00 -0000 Message-id: <199810272242.OAA12295@elmo.cygnus.com> X-SW-Source: 1998/msg00241.html : Date: Tue, 27 Oct 1998 16:46:12 +0100 : From: Philip Blundell : : I just found this change in my tree. I made it some months ago to fix a : problem with addresses above 0x80000000 being reported incorrectly when : disassembling code. Although I haven't tested versions later than the 2.9.1 : release it looks like the problem is still there; would someone like to : take a look? Thanks. : : p. : : 1998-10-27 Philip Blundell : : * objdump.c (disassemble_bytes): Make address variables unsigned : to avoid problems when disassembling code at high-bit-set : addresses. I checked, and you are right, the code was still using signed addresses. (Of course some processors do have signed address spaces, but they are in the minority). So, I have applied your patch. Cheers Nick