Updated Swedish translations for GAS and LD
This commit is contained in:
parent
07ccf83cf5
commit
07e8e62387
@ -63,7 +63,7 @@ int linenumber;
|
||||
[0-9][x0-9A-Fa-f]* { yylval.number = strtol (yytext,0,0);
|
||||
return NUMBER; }
|
||||
|
||||
(@)?[A-Za-z$:\-\_?][A-Za-z0-9/$:\<\>\-\_@?]* {
|
||||
(@)?[A-Za-z$:\-\_?][A-Za-z0-9/$:\<\>\-\_@?+]* {
|
||||
yylval.id = xstrdup (yytext);
|
||||
return ID;
|
||||
}
|
||||
|
@ -1,3 +1,7 @@
|
||||
2017-01-10 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/sv.po: Updated Swedish translation.
|
||||
|
||||
2017-01-10 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* read.c (emit_leb128_expr): Extended unsigned big number for
|
||||
|
1415
gas/po/sv.po
1415
gas/po/sv.po
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,7 @@
|
||||
2017-01-10 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/sv.po: Updated Swedish translation.
|
||||
|
||||
2016-12-09 Graham Markall <graham.markall@embecosm.com>
|
||||
Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
|
2497
ld/po/sv.po
2497
ld/po/sv.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user