Display .gnu.attributes tags for powerpc64
* readelf.c (process_arch_specific): Call process_power_specific for EM_PPC64.
This commit is contained in:
parent
b1f5b0a435
commit
b82317dd34
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
|
||||||
|
|
||||||
* Makefile.am: Replace AM_CLFAGS with AM_CFLAGS_FOR_BUILD
|
* Makefile.am: Replace AM_CLFAGS with AM_CFLAGS_FOR_BUILD
|
||||||
|
|
|
@ -16385,6 +16385,7 @@ process_arch_specific (FILE * file)
|
||||||
return process_nds32_specific (file);
|
return process_nds32_specific (file);
|
||||||
break;
|
break;
|
||||||
case EM_PPC:
|
case EM_PPC:
|
||||||
|
case EM_PPC64:
|
||||||
return process_power_specific (file);
|
return process_power_specific (file);
|
||||||
break;
|
break;
|
||||||
case EM_S390:
|
case EM_S390:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue