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]

Re: cris-elf broken by tic4x


On Wed, Aug 28, 2002 at 02:08:09PM +0200, Hans-Peter Nilsson wrote:
> It seems to be caused by the tic4x target changes:

binutils/ChangeLog
	* objdump.c (dump_bfd): Restore lines accidentally deleted in
	last commit.

Index: objdump.c
===================================================================
RCS file: /cvs/src/src/binutils/objdump.c,v
retrieving revision 1.57
diff -u -p -r1.57 objdump.c
--- objdump.c	28 Aug 2002 10:38:45 -0000	1.57
+++ objdump.c	28 Aug 2002 12:31:42 -0000
@@ -2038,6 +2038,8 @@ dump_bfd (abfd)
 	}
     }
 
+  printf (_("\n%s:     file format %s\n"), bfd_get_filename (abfd),
+	  abfd->xvec->name);
   if (dump_ar_hdrs)
     print_arelt_descr (stdout, abfd, true);
   if (dump_file_header)

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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