This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/x86 in repository binutils-gdb.
discards 87580a7cdc Update _bfd_x86_elf_link_symbol_references_local adds a5ad232b3e Fix indentation for printing Fortran types with pointers adds 9e9af4be9f Fortran: Testsuite, fix differences in type naming. adds e0f86435f8 fortran: Testsuite, fix typos in vla-value. adds 469412dd9c Remove C/C++ relevant code in Fortran specific file. adds c7df954fc4 x86: Update comments in elfxx-x86.h new 14f8e9b6c5 Use 3 bits for type in bfd_link_hash_entry new 5da74eb651 x86: Properly handle __ehdr_start
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (87580a7cdc) \ N -- N -- N refs/heads/users/hjl/x86 (5da74eb651)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 2 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: bfd/ChangeLog | 4 ++ bfd/elf32-i386.c | 20 +++++---- bfd/elf64-x86-64.c | 16 ++++--- bfd/elfxx-x86.c | 60 +++++++++++++++------------ bfd/elfxx-x86.h | 7 +++- gdb/ChangeLog | 12 ++++++ gdb/f-typeprint.c | 8 ++-- gdb/f-valprint.c | 18 +------- gdb/testsuite/ChangeLog | 23 ++++++++++ gdb/testsuite/gdb.fortran/printing-types.exp | 35 ++++++++++++++++ gdb/testsuite/gdb.fortran/printing-types.f90 | 27 ++++++++++++ gdb/testsuite/gdb.fortran/ptr-indentation.exp | 41 ++++++++++++++++++ gdb/testsuite/gdb.fortran/ptr-indentation.f90 | 30 ++++++++++++++ gdb/testsuite/gdb.fortran/vla-ptype.exp | 6 +-- gdb/testsuite/gdb.fortran/vla-value.exp | 15 ++++--- gdb/testsuite/gdb.mi/mi-var-child-f.exp | 8 ++-- gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 19 +++++---- include/bfdlink.h | 2 +- ld/testsuite/ld-i386/i386.exp | 2 + ld/testsuite/ld-i386/pr22115-1.s | 7 ++++ ld/testsuite/ld-i386/pr22115-1a.d | 13 ++++++ ld/testsuite/ld-i386/pr22115-1b.d | 6 +++ ld/testsuite/ld-x86-64/pr22115-1.s | 7 ++++ ld/testsuite/ld-x86-64/pr22115-1a-x32.d | 13 ++++++ ld/testsuite/ld-x86-64/pr22115-1a.d | 13 ++++++ ld/testsuite/ld-x86-64/pr22115-1b-x32.d | 6 +++ ld/testsuite/ld-x86-64/pr22115-1b.d | 6 +++ ld/testsuite/ld-x86-64/x86-64.exp | 4 ++ 28 files changed, 348 insertions(+), 80 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/printing-types.exp create mode 100644 gdb/testsuite/gdb.fortran/printing-types.f90 create mode 100644 gdb/testsuite/gdb.fortran/ptr-indentation.exp create mode 100644 gdb/testsuite/gdb.fortran/ptr-indentation.f90 create mode 100644 ld/testsuite/ld-i386/pr22115-1.s create mode 100644 ld/testsuite/ld-i386/pr22115-1a.d create mode 100644 ld/testsuite/ld-i386/pr22115-1b.d create mode 100644 ld/testsuite/ld-x86-64/pr22115-1.s create mode 100644 ld/testsuite/ld-x86-64/pr22115-1a-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr22115-1a.d create mode 100644 ld/testsuite/ld-x86-64/pr22115-1b-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr22115-1b.d