aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-02-27 14:23:34 +1030
committerAlan Modra <amodra@gmail.com>2020-02-28 08:19:42 +1030
commit49d9fd42acefc1c0ee282b5808874a1074bf1ecd (patch)
tree3c8bd0797cc2ab936cc18e7165c19b5247b1643c /bfd/ChangeLog
parent3104d9ee223133b9f5be4ec96b3f986e4fbc893e (diff)
downloadgdb-49d9fd42acefc1c0ee282b5808874a1074bf1ecd.zip
gdb-49d9fd42acefc1c0ee282b5808874a1074bf1ecd.tar.gz
gdb-49d9fd42acefc1c0ee282b5808874a1074bf1ecd.tar.bz2
.idata symbols should be reported with i or I flag by nm
PR 24511 * syms.c (stt): Trim off all but 'e', 'i' and 'p' entries. (coff_section_type): Adjust comment. (decode_section_type): Likewise. Call coff_section_type before decode_section_type. (bfd_decode_symclass): Use 'c' for common sections other than the standard one.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e5cf5e1..6b26709 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,15 @@
2020-02-27 Alan Modra <amodra@gmail.com>
+ PR 24511
+ * syms.c (stt): Trim off all but 'e', 'i' and 'p' entries.
+ (coff_section_type): Adjust comment.
+ (decode_section_type): Likewise. Call coff_section_type before
+ decode_section_type.
+ (bfd_decode_symclass): Use 'c' for common sections other than
+ the standard one.
+
+2020-02-27 Alan Modra <amodra@gmail.com>
+
* coff-rs6000.c (_bfd_xcoff_read_ar_hdr): Put all data in one
malloc'd block.