diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-09-28 15:29:33 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-09-28 15:35:55 -0700 |
commit | 79c1bf3c71fcf5d453733ee45321e3fbc57b04b2 (patch) | |
tree | c7c07b27750c2688cb99ea806b88c78c25be1186 /bfd/ChangeLog | |
parent | f37bc8b13c898fa39731c20d8565b24e006c13a8 (diff) | |
download | gdb-79c1bf3c71fcf5d453733ee45321e3fbc57b04b2.zip gdb-79c1bf3c71fcf5d453733ee45321e3fbc57b04b2.tar.gz gdb-79c1bf3c71fcf5d453733ee45321e3fbc57b04b2.tar.bz2 |
bfd: Use elfclass instead of bed->s->elfclass
elfclass has been set to bed->s->elfclass earlier.
* elf-properties.c (_bfd_elf_link_setup_gnu_properties): Use
elfclass instead of bed->s->elfclass.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fe595c3..31fb547 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2018-09-28 H.J. Lu <hongjiu.lu@intel.com> + + * elf-properties.c (_bfd_elf_link_setup_gnu_properties): Use + elfclass instead of bed->s->elfclass. + 2018-09-27 Jim Wilson <jimw@sifive.com> * elfnn-riscv.c (riscv_init_pcgp_relocs): Add explanatory comment. @@ -239,7 +244,7 @@ to calculate header and padding size. Use filepos of the first section otherwise. -018-08-31 H.J. Lu <hongjiu.lu@intel.com> +2018-08-31 H.J. Lu <hongjiu.lu@intel.com> PR ld/23600 * archures.c (bfd_arch_get_compatible): Allow an IR object with |