Masahiro Yamada
77c1c0fa8b
kconfig: fix file name and line number of warn_ignored_character()
...
Currently, warn_ignore_character() displays invalid file name and
line number.
The lexer should use current_file->name and yylineno, while the parser
should use zconf_curname() and zconf_lineno().
This difference comes from that the lexer is always going ahead
of the parser. The parser needs to look ahead one token to make a
shift/reduce decision, so the lexer is requested to scan more text
from the input file.
This commit fixes the warning message from warn_ignored_character().
[Test Code]
----(Kconfig begin)----
/
-----(Kconfig end)-----
[Output]
Before the fix:
<none>:0:warning: ignoring unsupported character '/'
After the fix:
Kconfig:1:warning: ignoring unsupported character '/'
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
2018-12-13 00:16:20 +09:00
..
2018-07-18 01:18:05 +09:00
2018-08-22 23:21:43 +09:00
2018-10-04 14:16:15 -05:00
2018-09-04 10:35:48 -07:00
2018-01-19 10:09:41 -08:00
2018-05-17 22:43:35 +09:00
2018-12-13 00:16:20 +09:00
2018-10-28 13:22:35 -07:00
2018-11-11 23:04:53 +09:00
2018-06-05 19:22:35 +02:00
2018-07-29 11:08:38 +09:00
2018-07-18 01:18:05 +09:00
2018-05-17 22:44:57 +09:00
2018-10-29 00:19:41 +09:00
2018-07-18 01:18:05 +09:00
2018-04-09 16:47:28 +02:00
2017-05-14 11:20:44 +09:00
2018-05-17 17:34:43 +02:00
2018-06-28 13:36:39 +09:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-10-31 08:54:13 -07:00
2018-07-02 23:54:28 +10:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-08-22 23:21:40 +09:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-08-14 08:58:56 +09:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-01-31 17:18:34 -08:00
2018-09-09 09:14:07 +09:00
2017-11-02 11:10:55 +01:00
2018-07-02 11:25:00 -06:00
2017-05-14 11:20:44 +09:00
2018-05-04 06:21:06 -04:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-10-17 08:18:01 +02:00
2018-06-05 09:04:37 -07:00
2018-03-26 02:01:24 +09:00
2017-10-23 08:01:37 -06:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-06-08 18:56:00 +09:00
2018-06-25 23:21:13 +09:00
2017-05-14 11:20:44 +09:00
2018-08-22 10:52:48 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-03-26 02:01:18 +09:00
2017-11-02 11:10:55 +01:00
2018-09-10 22:54:33 +09:00
2018-11-02 22:49:01 +09:00
2018-06-11 09:16:22 +09:00
2018-10-18 12:20:35 -06:00
2017-11-02 11:10:55 +01:00
2018-04-07 08:50:34 +10:00
2017-11-02 11:10:55 +01:00
2018-08-24 08:22:08 +09:00
2018-10-02 09:23:21 -05:00
2017-11-17 17:45:29 -08:00
2018-10-28 13:22:35 -07:00
2018-08-09 21:51:17 +09:00
2017-11-14 18:25:40 -08:00
2018-11-03 10:47:33 -07:00
2018-09-04 10:35:47 -07:00
2017-11-17 17:45:29 -08:00
2018-07-18 01:18:05 +09:00
2018-02-06 18:32:47 -08:00
2018-06-11 09:14:08 +09:00
2018-10-02 09:23:21 -05:00
2018-08-03 00:47:00 +09:00
2018-07-06 22:04:03 +09:00
2018-08-24 08:22:08 +09:00
2018-07-06 22:04:03 +09:00
2018-08-10 20:19:58 -07:00
2017-11-02 11:10:55 +01:00
2017-05-14 11:20:44 +09:00
2017-11-17 17:45:29 -08:00
2018-10-04 22:56:02 +09:00
2017-11-02 11:10:55 +01:00
2018-03-26 02:01:19 +09:00
2017-11-17 16:10:01 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-05-29 22:04:12 +09:00
2018-05-29 22:04:12 +09:00
2018-09-04 14:45:18 +08:00
2018-11-11 23:04:52 +09:00
2018-08-17 16:20:27 -07:00
2018-08-23 18:48:43 -07:00
2017-09-08 10:02:55 -06:00
2018-05-04 06:21:06 -04:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-09-05 08:12:09 -06:00
2018-10-26 16:25:18 -07:00
2018-07-07 17:44:52 +02:00
2017-11-02 11:10:55 +01:00