import binutils 2.28.1

This commit is contained in:
Jérôme Duval
2017-08-05 16:32:14 +02:00
parent 233c0fb351
commit 8b2ef03baf
4262 changed files with 278380 additions and 110832 deletions

View File

@@ -1,3 +1,7 @@
2016-10-06 Alan Modra <amodra@gmail.com>
* mep.opc (expand_string): Add fall through comment.
2016-03-03 Alan Modra <amodra@gmail.com>
* fr30.cpu (f-m4): Replace bogus comment with a better guess

View File

@@ -790,6 +790,7 @@ expand_string (const char *in, int first_only)
break;
case '(':
depth++;
/* Fall through. */
default:
args[narg].len++;
break;