From mboxrd@z Thu Jan 1 00:00:00 1970 From: manfred@s-direktnet.de To: gas2@cygnus.com, bfd@cygnus.com Subject: Patch #2 for gas-980119 on m88k-motorola-sysv3 Date: Wed, 21 Jan 1998 09:36:00 -0000 Message-id: <9801211714.AA08582@lts.sel.alcatel.de> X-SW-Source: 1998/msg00002.html According to binutils/ChangeLog: Sun Oct 5 09:05:44 1997 Frank Ch. Eigler * objdump.c (objdump_print_addr_with_sym): Add "0x" prefix for hexadecimal symbol-offsets in disassembly. The appended patch fixes the expected data for an m88k testcase accordingly. Wed Jan 21 17:47:48 1998 Manfred Hollstein * gas/m88k/init.d: Fix hexadecimal offsets. diff --context --recursive --show-c-function -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el gas-980119.orig/gas/testsuite/gas/m88k/init.d gas-980119/gas/testsuite/gas/m88k/init.d *** gas-980119.orig/gas/testsuite/gas/m88k/init.d Mon Jan 19 10:11:23 1998 --- gas-980119/gas/testsuite/gas/m88k/init.d Tue Jan 20 17:47:48 1998 *************** *** 6,11 **** Disassembly of section .text: Disassembly of section .init: 00000000 <.init> subu r31,r31,0x10 ! 00000004 <.init\+4> st r13,r31,0x20 ! 00000008 <.init\+8> or r0,r0,r0 ! 0000000c <.init\+c> or r0,r0,r0 --- 6,11 ---- Disassembly of section .text: Disassembly of section .init: 00000000 <.init> subu r31,r31,0x10 ! 00000004 <.init\+0x4> st r13,r31,0x20 ! 00000008 <.init\+0x8> or r0,r0,r0 ! 0000000c <.init\+0xc> or r0,r0,r0