This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch queue in repository dejagnu.
discards f5fccbc Merge branch 'PR41918' discards 06f755f Merge branch 'timeout-fix-for-1.6.3' discards 494df2b Merge branch 'new-api-for-1.6.3' discards c70b720 Merge branch 'gdb-upstream-for-1.6.3' adds 155ad7a Add script to regenerate configure/build files. adds 60e5556 Add board support file for QEMU for bare metal testing. adds 07b5a0d Add baseboards/qemu.exp adds 0b1ad2b Regenerated adds ed6c94f Work with cross GDB. adds ffc1d0f Add 2020 to copyright date. adds d49522b updated adds 33f82a7 Add entries new e572af7 Merge branch 'gdb-upstream-for-1.6.3' new 376dacc Merge branch 'new-api-for-1.6.3' new 4348c51 Merge branch 'timeout-fix-for-1.6.3' new 9dac619 Merge branch 'PR41918' new 5c847ce Fix missing name in ChangeLog entry new 5d954c5 Adjust NEWS
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 (f5fccbc) \ N -- N -- N refs/heads/queue (5d954c5)
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 6 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: ChangeLog | 10 ++ Makefile.am | 1 + Makefile.in | 95 +++++++++++------- aclocal.m4 | 191 +++++++++++++++++------------------- autogen.sh | 227 +++++++++++++++++++++++++++++++++++++++++++ baseboards/pi.exp | 10 +- baseboards/qemu.exp | 274 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure | 212 ++++++++++++++++++++-------------------- missing | 16 +-- 9 files changed, 775 insertions(+), 261 deletions(-) create mode 100755 autogen.sh create mode 100644 baseboards/qemu.exp