This is the mail archive of the binutils@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]

Re: Adding aix 64-bit check to bfd_get_sign_extend_vma


On Thu, Dec 07, 2017 at 11:47:17AM +0530, Sangamesh Mallayya wrote:
> --- ./bfd/bfd.c_orig    2017-12-07 11:34:28.128618919 +0530
> +++ ./bfd/bfd.c 2017-12-07 11:36:07.781926367 +0530
> @@ -1533,7 +1533,8 @@
>        || strcmp (name, "pei-x86-64") == 0
>        || strcmp (name, "pe-arm-wince-little") == 0
>        || strcmp (name, "pei-arm-wince-little") == 0
> -      || strcmp (name, "aixcoff-rs6000") == 0)
> +      || strcmp (name, "aixcoff-rs6000") == 0
> +      || strcmp (name, "aix5coff64-rs6000") == 0)
>      return 1;
>  
>    if (CONST_STRNEQ (name, "mach-o"))
> 

Applied with this ChangeLog entry.

2017-12-08  Sangamesh Mallayya  <sangamesh.swamy@in.ibm.com>

	* bfd.c (bfd_get_sign_extend_vma): Handle aix5coff64-rs6000.

-- 
Alan Modra
Australia Development Lab, IBM


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