This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Binutils broken: readelf.c does not compile


Fixable by the below.  See recent V850 changes.  Can't commit
right now though; I hope to install as obvious later.

	* readelf.c (get_machine_flags) <E_V850EA_ARCH>: Remove case for
	removed value.

Index: readelf.c
===================================================================
RCS file: /cvs/src/src/binutils/readelf.c,v
retrieving revision 1.172
diff -c -p -r1.172 readelf.c
*** readelf.c	20 Aug 2002 23:46:41 -0000	1.172
--- readelf.c	29 Aug 2002 15:06:36 -0000
*************** get_machine_flags (e_flags, e_machine)
*** 1777,1785 ****
  	    case E_V850E_ARCH:
  	      strcat (buf, ", v850e");
  	      break;
- 	    case E_V850EA_ARCH:
- 	      strcat (buf, ", v850ea");
- 	      break;
  	    case E_V850_ARCH:
  	      strcat (buf, ", v850");
  	      break;
--- 1777,1782 ----

brgds, H-P


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