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 for gas-980119 on m88k-motorola-sysv3


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 '@'.  */