Patch for gas-980119 on m88k-motorola-sysv3

manfred@s-direktnet.de manfred@s-direktnet.de
Wed Jan 21 09:36:00 GMT 1998


I think this is pretty obvious... it caused every `objdump -r' to fail.

Tue Jan 20 17:13:50 1998  Manfred Hollstein  <manfred@s-direktnet.de>

	* coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo.
	(GET_SCNDHR_NLNNO): Likewise.

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/bfd/coff-m88k.c gas-980119/bfd/coff-m88k.c
*** gas-980119.orig/bfd/coff-m88k.c	Mon Jan 19 10:12:30 1998
--- gas-980119/bfd/coff-m88k.c	Wed Jan 21 10:34:40 1998
*************** static void reloc_processing
*** 35,42 ****
  
  #define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (3)
  
! #define GET_SCNDHR_NRELOC bfd_h_get_32
! #define GET_SCNDHR_NLNNO bfd_h_get_32
  
  /* On coff-m88k, local labels start with '@'.  */
  
--- 35,42 ----
  
  #define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (3)
  
! #define GET_SCNHDR_NRELOC bfd_h_get_32
! #define GET_SCNHDR_NLNNO bfd_h_get_32
  
  /* On coff-m88k, local labels start with '@'.  */
  



More information about the Bfd mailing list