aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-09-29 15:10:39 +0930
committerAlan Modra <amodra@gmail.com>2016-09-29 15:10:39 +0930
commitb82317dd347991288e4cca4772e951c672fca8cc (patch)
tree96bc04977cca7987571c991de750faf517ecccc1 /binutils/readelf.c
parentb1f5b0a43579d199715fa3db620ddd54c10341ce (diff)
downloadgdb-b82317dd347991288e4cca4772e951c672fca8cc.zip
gdb-b82317dd347991288e4cca4772e951c672fca8cc.tar.gz
gdb-b82317dd347991288e4cca4772e951c672fca8cc.tar.bz2
Display .gnu.attributes tags for powerpc64
* readelf.c (process_arch_specific): Call process_power_specific for EM_PPC64.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c1
1 files changed, 1 insertions, 0 deletions
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: