This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from edb0c9cb22 get_int_var_value new 47e77640be Make language_def O(1)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 48 +++++++ gdb/ada-lang.c | 4 +- gdb/c-lang.c | 19 +-- gdb/completer.c | 8 -- gdb/d-lang.c | 4 +- gdb/defs.h | 3 +- gdb/f-lang.c | 4 +- gdb/go-lang.c | 4 +- gdb/language.c | 248 +++++++++++++------------------------ gdb/language.h | 23 +++- gdb/m2-lang.c | 4 +- gdb/objc-lang.c | 3 +- gdb/opencl-lang.c | 3 +- gdb/p-lang.c | 11 +- gdb/rust-lang.c | 10 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/default.exp | 2 +- gdb/utils.h | 8 ++ 18 files changed, 184 insertions(+), 226 deletions(-)