diff options
author | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-05-18 22:48:34 -0400 |
---|---|---|
committer | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-05-23 01:21:07 -0400 |
commit | f10e0aef4f9cb98d8c49c237ef3987f0ca3ee90f (patch) | |
tree | e6216b8a13fccaafe97d0f0155e9c6d5b0bf1592 /gas/ChangeLog | |
parent | 2900e701e0f0216b17e04e4fff1ca4711a9c072f (diff) | |
download | gdb-f10e0aef4f9cb98d8c49c237ef3987f0ca3ee90f.zip gdb-f10e0aef4f9cb98d8c49c237ef3987f0ca3ee90f.tar.gz gdb-f10e0aef4f9cb98d8c49c237ef3987f0ca3ee90f.tar.bz2 |
tic54x: use concat more
gas/ChangeLog:
2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-tic54x.c (tic54x_sect): simplify string creation.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6809c67..9179244 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> + * config/tc-tic54x.c (tic54x_sect): simplify string creation. + +2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> + * config/tc-spu.c (APUOP): Use OPCODE as an unsigned constant. 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> |