This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/rip-off-32 in repository newlib.
discards 8f5ff73a4 Cygwin: configure: Define default valus for target specific v [...] discards a0043697e Cygwin: config.h: drop including auto-generated tlsoffsets.h file discards 062e71e11 Cygwin: drop i686-only files discards e37616479 Cygwin: configure: drop unused DEF_DLL_ENTRY variable discards 9a6b45414 Cygwin: configure: disable i686 builds adds 996a85ba4 newlib: drop unused saber file adds dcbff9eea newlib: merge iconvdata into top-level Makefile adds b095628ec libgloss: Fix PRU & Blackfin mkinstalldirs path adds 047eaf9a6 Cygwin: drop autoloading kernel32 symbols available since Windows 7 new ce59ee1b8 Cygwin: configure: disable i686 builds new c83c7ed88 Cygwin: configure: drop unused DEF_DLL_ENTRY variable new 4020cd632 Cygwin: drop i686-only files new 4c321ae45 Cygwin: config.h: drop including auto-generated tlsoffsets.h file new 3ffa01246 Cygwin: configure: Define default valus for target specific v [...]
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 (8f5ff73a4) \ N -- N -- N refs/heads/topic/rip-off-32 (3ffa01246)
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 5 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: libgloss/bfin/Makefile.in | 3 +- libgloss/pru/Makefile.in | 3 +- newlib/Makefile.am | 7 +- newlib/Makefile.in | 175 +- newlib/configure | 22 +- newlib/configure.ac | 6 +- newlib/iconvdata/Makefile.am | 23 - newlib/iconvdata/Makefile.in | 643 -- newlib/iconvdata/Makefile.inc | 20 + newlib/iconvdata/aclocal.m4 | 1178 ---- newlib/iconvdata/configure | 14169 ---------------------------------------- newlib/iconvdata/configure.ac | 22 - newlib/libc/saber | 184 - winsup/cygwin/autoload.cc | 6 - 14 files changed, 198 insertions(+), 16263 deletions(-) delete mode 100644 newlib/iconvdata/Makefile.am delete mode 100644 newlib/iconvdata/Makefile.in create mode 100644 newlib/iconvdata/Makefile.inc delete mode 100644 newlib/iconvdata/aclocal.m4 delete mode 100755 newlib/iconvdata/configure delete mode 100644 newlib/iconvdata/configure.ac delete mode 100644 newlib/libc/saber