From f0e3a51e9f0298a599eba8cc31794bb1b1bf34ca Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 5 Jan 2015 17:31:28 +0000 Subject: [PATCH] 2014-12-26 Freddie Chopin * libc/include/sys/features.h: update newlib version and copyright year --- newlib/ChangeLog | 22 ++++------------------ newlib/libc/include/sys/features.h | 4 ++-- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index be53bd927..5aeafdcc8 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2014-12-26 Freddie Chopin + + * libc/include/sys/features.h: update newlib version and copyright year + 2014-12-18 Jeff Johnston * NEWS: Update with 2.2.0 info. @@ -12,24 +16,6 @@ * libm/*/configure: Ditto. * libc/sys/linux/shared.ld: Add VERS_2.2 -2013-12-23 Jeff Johnston - - * NEWS: Update with 2.1.0 info. - * README: Ditto. - * acinclude.m4: Change version number to 2.1.0. - * aclocal.m4: Regenerated. - * configure: Ditto. - * Makefile.in: Regenerated. - * doc/aclocal.m4: Ditto. - * doc/configure: Ditto. - * libc/*/aclocal.m4: Ditto. - * libc/*/configure: Ditto. - * libc/libc.texinfo: Ditto. - * libm/*/aclocal.m4: Ditto. - * libm/*/configure: Ditto. - * libm/libm.texinfo: Ditto. - * libc/sys/linux/shared.ld: Add VERS_2.1 - 2014-12-18 Yaakov Selkowitz Implement BSD/GNU unlocked stdio extensions. diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h index 1d90921af..4ad7fbdca 100644 --- a/newlib/libc/include/sys/features.h +++ b/newlib/libc/include/sys/features.h @@ -1,7 +1,7 @@ /* * Written by Joel Sherrill . * - * COPYRIGHT (c) 1989-2000. + * COPYRIGHT (c) 1989-2014. * * On-Line Applications Research Corporation (OAR). * @@ -29,7 +29,7 @@ extern "C" { * be similar to where glibc stores its version of these macros. */ #define __NEWLIB__ 2 -#define __NEWLIB_MINOR__ 1 +#define __NEWLIB_MINOR__ 2 /* Macro to test version of GCC. Returns 0 for non-GCC or too old GCC. */ #ifndef __GNUC_PREREQ