This is the mail archive of the binutils-cvs@sourceware.org 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-gdb] Display .gnu.attributes tags for powerpc64


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b82317dd347991288e4cca4772e951c672fca8cc

commit b82317dd347991288e4cca4772e951c672fca8cc
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Sep 29 15:10:39 2016 +0930

    Display .gnu.attributes tags for powerpc64
    
    	* readelf.c (process_arch_specific): Call process_power_specific
    	for EM_PPC64.

Diff:
---
 binutils/ChangeLog | 5 +++++
 binutils/readelf.c | 1 +
 2 files changed, 6 insertions(+)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 1b9cb24..c40ceda 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2016-09-29  Alan Modra  <amodra@gmail.com>
+
+	* readelf.c (process_arch_specific): Call process_power_specific
+	for EM_PPC64.
+
 2016-09-26  Vlad Zakharov  <vzakhar@synopsys.com>
 
 	* Makefile.am: Replace AM_CLFAGS with AM_CFLAGS_FOR_BUILD
diff --git a/binutils/readelf.c b/binutils/readelf.c
index ca7ed3f..9a07158 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -16385,6 +16385,7 @@ process_arch_specific (FILE * file)
       return process_nds32_specific (file);
       break;
     case EM_PPC:
+    case EM_PPC64:
       return process_power_specific (file);
       break;
     case EM_S390:


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