diff options
author | Alan Modra <amodra@gmail.com> | 2020-12-30 22:00:57 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-12-31 19:07:02 +1030 |
commit | cab3f4da68672647cde72bc0c06ec08977819817 (patch) | |
tree | 868487907ff13abe6b131e712cae5e5eb3d5d146 /binutils/ChangeLog | |
parent | 4ff509e75bf3488c302bea86b0db3dcdcad30818 (diff) | |
download | gdb-cab3f4da68672647cde72bc0c06ec08977819817.zip gdb-cab3f4da68672647cde72bc0c06ec08977819817.tar.gz gdb-cab3f4da68672647cde72bc0c06ec08977819817.tar.bz2 |
PR27128, nm -P portable output format regression
binutils/
PR 27128
* nm.c (print_symname): Append version string to symbol name
before printing the lot under control of "form". Append version
to demangled names too.
ld/
PR 27128
* testsuite/ld-elf/pr27128.s: New file.
* testsuite/ld-elf/pr27128.t: Likewise.
* testsuite/ld-elf/pr27128a.d: Likewise.
* testsuite/ld-elf/pr27128b.d: Likewise.
* testsuite/ld-elf/pr27128c.d: Likewise.
* testsuite/ld-elf/pr27128d.d: Likewise.
* testsuite/ld-elf/pr27128e.d: Likewise.
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 9bbe1fe..7bd5584 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2020-12-31 Alan Modra <amodra@gmail.com> + + PR 27128 + * nm.c (print_symname): Append version string to symbol name + before printing the lot under control of "form". Append version + to demangled names too. + 2020-12-29 H.J. Lu <hongjiu.lu@intel.com> * elfedit (usage): Pass osabi to reconcat. |