aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>2016-04-02 09:27:18 -0400
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>2016-04-03 19:52:25 -0400
commita44e2901c749445d16ba1e3875b50af9c4bbb3c5 (patch)
tree0fd9f6c7f0d43ddf168426ac7227db2ebe027412 /gas/ChangeLog
parentae2689b09ff821b285159db064705068bb4cfa02 (diff)
downloadgdb-a44e2901c749445d16ba1e3875b50af9c4bbb3c5.zip
gdb-a44e2901c749445d16ba1e3875b50af9c4bbb3c5.tar.gz
gdb-a44e2901c749445d16ba1e3875b50af9c4bbb3c5.tar.bz2
use xstrdup and friends more
gas/ChangeLog: 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * config/obj-elf.c (obj_elf_vendor_attribute): Use xstrdup. * config/tc-ppc.c (ppc_frob_file_before_adjust): Likewise. (ppc_znop): Likewise. (ppc_pe_section): Likewise. (ppc_frob_symbol): Likewise. * config/tc-tic30.c (tic30_operand): Likewise. * config/tc-tic4x.c (tic4x_sect): Likewise. (tic4x_usect): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4c9ab52..a85506e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,16 @@
2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
+ * config/obj-elf.c (obj_elf_vendor_attribute): Use xstrdup.
+ * config/tc-ppc.c (ppc_frob_file_before_adjust): Likewise.
+ (ppc_znop): Likewise.
+ (ppc_pe_section): Likewise.
+ (ppc_frob_symbol): Likewise.
+ * config/tc-tic30.c (tic30_operand): Likewise.
+ * config/tc-tic4x.c (tic4x_sect): Likewise.
+ (tic4x_usect): Likewise.
+
+2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
+
* config/tc-alpha.c: Const qualify FLT_CHARS.
* config/atof-ieee.c: Remove declarations of FLT_CHARS and EXP_CHARS.
* config/tc-cris.h: Likewise.