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 e0204c4 Automatic date update in version.in new 6b85054 Support structure offsets that are 512K or larger.
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 | 41 +++++++ gdb/c-lang.h | 4 +- gdb/c-typeprint.c | 11 +- gdb/c-valprint.c | 3 +- gdb/cp-abi.c | 4 +- gdb/cp-abi.h | 8 +- gdb/cp-valprint.c | 15 +-- gdb/d-valprint.c | 2 +- gdb/dwarf2loc.c | 7 +- gdb/eval.c | 3 +- gdb/extension-priv.h | 2 +- gdb/extension.c | 2 +- gdb/extension.h | 2 +- gdb/findvar.c | 4 +- gdb/gdbtypes.c | 4 +- gdb/gdbtypes.h | 2 +- gdb/gnu-v2-abi.c | 6 +- gdb/gnu-v3-abi.c | 4 +- gdb/go-valprint.c | 2 +- gdb/guile/guile-internal.h | 2 +- gdb/guile/scm-pretty-print.c | 2 +- gdb/jv-valprint.c | 2 +- gdb/opencl-lang.c | 10 +- gdb/p-lang.h | 2 +- gdb/p-valprint.c | 10 +- gdb/python/py-prettyprint.c | 2 +- gdb/python/python-internal.h | 2 +- gdb/spu-tdep.c | 2 +- gdb/testsuite/ChangeLog | 5 + .../gdb.base/{break-inline.c => offsets.c} | 16 +-- gdb/testsuite/gdb.base/offsets.exp | 45 ++++++++ gdb/typeprint.c | 2 +- gdb/valarith.c | 4 +- gdb/valops.c | 65 +++++------ gdb/valprint.c | 8 +- gdb/valprint.h | 4 +- gdb/value.c | 122 +++++++++++---------- gdb/value.h | 79 ++++++------- 38 files changed, 306 insertions(+), 204 deletions(-) copy gdb/testsuite/gdb.base/{break-inline.c => offsets.c} (83%) create mode 100644 gdb/testsuite/gdb.base/offsets.exp