aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2017-02-17 01:26:12 +0000
committerPedro Alves <palves@redhat.com>2017-02-17 01:26:12 +0000
commit4bc26c69597fea658dc9ce020b27e8d2ecdbe1a3 (patch)
tree557c323e7a1ae695e8da36b8349316ca67241de5 /bfd/ChangeLog
parent7ec22e0f1e08e96718ac27ea57a1dca0707a8b02 (diff)
downloadbinutils-4bc26c69597fea658dc9ce020b27e8d2ecdbe1a3.zip
binutils-4bc26c69597fea658dc9ce020b27e8d2ecdbe1a3.tar.gz
binutils-4bc26c69597fea658dc9ce020b27e8d2ecdbe1a3.tar.bz2
bfd: Rename Chunk and S3Forced
The direct references in objcopy kind of look like a hack to me, so I'm calling these symbols internal too. Certainly they aren't named and documented as a public BFD symbol today anyway. So ... give these bfd-internal symbols with external linkage a _bfd_ prefix to avoid collisions in the global symbol namespace. While at it, give them names that more closely match the corresponding option name that toggles them. Also while at it, fix a few related comment typos. gdb/ChangeLog: 2017-02-17 Pedro Alves <palves@redhat.com> * srec.c (Chunk): Rename to ... (_bfd_srec_len): ... this. (S3Forced): Rename to ... (_bfd_srec_forceS3): ... this. * objcopy.c: Adjust all references.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4dfa21f..be8bd68 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,13 @@
2017-02-17 Pedro Alves <palves@redhat.com>
+ * srec.c (Chunk): Rename to ...
+ (_bfd_srec_len): ... this.
+ (S3Forced): Rename to ...
+ (_bfd_srec_forceS3): ... this.
+ * objcopy.c: Adjust all references.
+
+2017-02-17 Pedro Alves <palves@redhat.com>
+
* archive.c (bsd_write_armap): Rename to ...
(_bfd_bsd_write_armap): ... this.
(coff_write_armap): Rename to ...