This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch #2 for gas-980119 on m88k-motorola-sysv3


According to binutils/ChangeLog:

  Sun Oct  5 09:05:44 1997  Frank Ch. Eigler  <fche@cygnus.com>

	* 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  <manfred@s-direktnet.de>

	* 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