public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Let readelf detect EF_MIPS_32BITMODE
@ 2001-08-24 19:33 Thiemo Seufer
  2001-08-25  0:35 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Thiemo Seufer @ 2001-08-24 19:33 UTC (permalink / raw)
  To: binutils

Hi All,

this adds detection of EF_MIPS_32BITMODE to readelf.


Thiemo


2001-08-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>

	/binutils/ChangeLog
	* readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.


diff -BurpNX /bigdisk/src/binutils-exclude src-orig/binutils/readelf.c src/binutils/readelf.c
--- src-orig/binutils/readelf.c	Thu Aug 23 17:58:55 2001
+++ src/binutils/readelf.c	Sat Aug 25 01:24:16 2001
@@ -1607,6 +1607,9 @@ get_machine_flags (e_flags, e_machine)
 	  if (e_flags & EF_MIPS_ABI2)
 	    strcat (buf, ", abi2");
 
+	  if (e_flags & EF_MIPS_32BITMODE)
+	    strcat (buf, ", 32bitmode");
+
 	  if ((e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1)
 	    strcat (buf, ", mips1");
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Let readelf detect EF_MIPS_32BITMODE
  2001-08-24 19:33 [PATCH] Let readelf detect EF_MIPS_32BITMODE Thiemo Seufer
@ 2001-08-25  0:35 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2001-08-25  0:35 UTC (permalink / raw)
  To: Thiemo Seufer; +Cc: binutils

Hi Thiemo,

> 2001-08-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
> 
> 	/binutils/ChangeLog
> 	* readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.

Approved.

Cheers
        Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-25  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-24 19:33 [PATCH] Let readelf detect EF_MIPS_32BITMODE Thiemo Seufer
2001-08-25  0:35 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).