diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-05-25 19:37:54 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-05-25 19:39:13 -0700 |
commit | c6412eeea9de28f1a7c69c1ea2dc5d736642648f (patch) | |
tree | 8a340c5ecf2b04aadc38ef2f22e6a8a83b0f05cd /gas/ChangeLog | |
parent | 9fcc34577ed663db6143053cd0bf0c271bb6a3e2 (diff) | |
download | gdb-c6412eeea9de28f1a7c69c1ea2dc5d736642648f.zip gdb-c6412eeea9de28f1a7c69c1ea2dc5d736642648f.tar.gz gdb-c6412eeea9de28f1a7c69c1ea2dc5d736642648f.tar.bz2 |
gas: Silence GCC 10 warning on tc-mcore.c
* config/tc-mcore.c (md_convert_frag): Replace fragP->fr_literal
with &fragP->fr_literal[0].
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7aba149..7264c8a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2020-05-25 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-mcore.c (md_convert_frag): Replace fragP->fr_literal + with &fragP->fr_literal[0]. + +2020-05-25 H.J. Lu <hongjiu.lu@intel.com> + PR gas/26041 * config/tc-cr16.c (md_assemble): Use memmove to concatenate 2 overlapping strings. |