Turn parse_gdbarch into a method
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ae7c5df26aa25cbe235fdbe0000e9b2e67875b73..7495f6152d388ccd6dcb622706659d452666a758 100644 (file)
@@ -1,3 +1,26 @@
+2019-04-04  Tom Tromey  <tom@tromey.com>
+
+       * rust-exp.y: Replace "parse_gdbarch" with method call.
+       * parse.c (write_dollar_variable, insert_type_address_space):
+       Replace "parse_gdbarch" with method call.
+       * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
+       call.
+       * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
+       call.
+       * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
+       "parse_gdbarch" with method call.
+       * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
+       with method call.
+       * f-exp.y (parse_type, parse_f_type, yylex): Replace
+       "parse_gdbarch" with method call.
+       * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
+       "parse_gdbarch" with method call.
+       * c-exp.y (parse_type, parse_number, classify_name): Replace
+       "parse_gdbarch" with method call.
+       * ada-lex.l: Replace "parse_gdbarch" with method call.
+       * ada-exp.y (parse_type, find_primitive_type, type_char)
+       (type_system_address): Replace "parse_gdbarch" with method call.
+
 2019-04-04  Tom Tromey  <tom@tromey.com>
 
        * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
This page took 0.030961 seconds and 4 git commands to generate.