diff options
author | Christos Zoulas <christos@zoulas.com> | 2019-06-11 16:43:25 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-06-11 16:43:25 +0100 |
commit | 2057d69dccf36206be3bec5d48ff165621e9a06c (patch) | |
tree | c7af61bfa548acb9190cfba2c14e22637da75488 /binutils/ChangeLog | |
parent | 08f10e02be1bb218d6edcde87b9f59dd11b40a78 (diff) | |
download | gdb-2057d69dccf36206be3bec5d48ff165621e9a06c.zip gdb-2057d69dccf36206be3bec5d48ff165621e9a06c.tar.gz gdb-2057d69dccf36206be3bec5d48ff165621e9a06c.tar.bz2 |
Add support for reporting Alpha and Vax symbol visibility in readelf.
PR 24662
* readelf.c (get_alpha_symbol_other): New function.
(get_symbol_other): Use for Alpha symbols.
(is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cf11c8d..2b6d402 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ 2019-06-11 Christos Zoulas <christos@zoulas.com> + PR 24662 + * readelf.c (get_alpha_symbol_other): New function. + (get_symbol_other): Use for Alpha symbols. + (is_32bit_pcrel_reloc): Add R_VAX_PCREL32. + +2019-06-11 Christos Zoulas <christos@zoulas.com> + PR 24661 * readelf.c (decode_arm_unwind): Ensure that the local variable 'addr' is always initialised. |