aboutsummaryrefslogtreecommitdiff
path: root/COPYING.NEWLIB
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28newlib: drop phoenix supportMike Frysinger1-38/+11
This code has not been updated since 2016, and it looks like it has rotted quite a bit since. It does not build against the current set of phoenix sources -- I had to hack both the kernel headers and the newlib headers up to get it to build, and I still have no idea if it actually links or runs. It seems like the project itself has moved away from newlib and to its own C library: https://phoenix-rtos.com/documentation/libc/README.md So since there's no interest from the phoenix folks to maintain this, and it has a significant amount of non-standard code that we try to keep up-to-date (without actually testing it), just punt it all.
2021-01-05RTEMS: Add <poll.h> and <sys/poll.h>Sebastian Huber1-0/+30
Add the POSIX header file <poll.h> which is used by the GCC 11 Ada runtime support. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
2020-09-23Port of C-SKY for newlibJojo R1-0/+12
Contributor list:   - Lifang Xia <lifang_xia@c-sky.com>   - Jojo R <jiejie_rong@c-sky.com>   - Xianmiao Qu <xianmiao_qu@c-sky.com>   - Yunhai Shang <yunhai_shang@c-sky.com>
2020-06-09fenv support armEshan dhawan via Newlib1-0/+54
Signed-off-by: Eshan dhawan <eshandhawan51@gmail.com>
2019-10-31Add PRU license to COPYING.NEWLIB and COPYING.LIBGLOSSJeff Johnston1-0/+27
2019-01-15AMD GCN Port contributed by Andrew Stubbs <ams@codesourcery.com>Jeff Johnston1-0/+14
Add support for the AMD GCN GPU architecture. This is primarily intended for use with OpenMP and OpenACC offloading. It can also be used for stand-alone programs, but this is intended mostly for testing the compiler and is not expected to be useful in general. The GPU architecture is highly parallel, and therefore Newlib must be configured to use dynamic re-entrancy, and thread-safe malloc. The only I/O available is a via a shared-memory interface provided by libgomp and the gcn-run tool included with GCC. At this time this is limited to stdout, argc/argv, and the return code.
2018-09-25Update Arm entry in COPYING.NEWLIB.Jeff Johnston1-2/+2
- per Wilco Dijkstra's patch - update Arm copyright notice to not exclude AArch64 and the various generic contributions made (like the new math functions). Also update the date and change spelling to Arm Ltd.
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng1-1/+1
- For prevent confuse about what BSD license variant we used, 2- or 3-clause license, we change the license to FreeBSD license to make it unambiguously refers to the 2-clause license.
2017-08-17Add RISC-V port for libmKito Cheng1-0/+33
Contributor list: - Michael Neilly <mneilly@yahoo.com> - Kito Cheng <kito.cheng@gmail.com>
2017-08-16Add RISC-V port for newlibKito Cheng1-0/+13
Contributor list: - Andrew Waterman <andrew@sifive.com> - Palmer Dabbelt <palmer@dabbelt.com> - Kito Cheng <kito.cheng@gmail.com> - Scott Beamer <sbeamer@eecs.berkeley.edu>
2017-05-25Update COPYING.NEWLIB appropriately.Jeff Johnston1-1/+85
2016-05-09Add port for Phoenix-RTOS in common configure files.Jeff Johnston1-0/+26
2015-11-12Add Synopsys license for newlib and libglossAnton Kolesov1-0/+30
ChangeLog: 2015-11-12 Anton Kolesov <Anton.Kolesov@synopsys.com> * COPYING.LIBGLOSS: Add Synopsys license. * COPYING.NEWLIB: Likewise.
2015-09-04Add FTDI license for newlib and libgloss.Jeff Johnston1-0/+15
2015-08-25Updated copyright noticeAndre Vieira1-1/+1
Update the ARM copyright notice to include 2015. 2015-08-20 Andre Vieira <andre.simoesdiasvieira@arm.com> * COPYING.NEWLIB: Updated ARM's copyright notice. From 913be92b12851bc6285b8ab77d6878fda613f77c Mon Sep 17 00:00:00 2001 From: Andre Simoes Dias Vieira <andsim01@arm.com> Date: Thu, 20 Aug 2015 14:16:42 +0100 Subject: [PATCH] Updated general Copyright notice
2015-01-21 * COPYING.LIBGLOSS: Add Controls and Data Services copyright.Eric Botcazou1-0/+27
* COPYING.NEWLIB: Likewise. libgloss/ * configure.in: Add Visium support. * configure: Regenerate. * visium/: New directory. newlib/ * configure.host: Add Visium support. * libc/machine/configure.in: Likewise. * libc/machine/configure: Regenerate. * libc/machine/visium/: New directory. * libc/include/machine/setjmp.h (_JBLEN): Define for Visium. * libc/include/machine/ieeefp.h (__IEEE_BIG_ENDIAN): Likewise. * libc/include/machine/time.h (_CLOCKS_PER_SEC_): Likewise.
2014-04-042014-04-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+2
* COPYING.NEWLIB: Add to current TI license to include tirtos addition.
2013-10-012013-10-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+26
* COPYING.NEWLIB: Update with new copyright.
2013-05-062013-05-06 Sandra Loosemore <sandra@codesourcery.com>Jeff Johnston1-0/+31
* COPYING.NEWLIB: Add Altera Corporation copyright.
2012-03-092012-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
* COPYING.NEWLIB: Modify DJ Delorie license to include modification rights in clause as permitted by DJ Delorie. * COPYING.LIBGLOSS: Ditto.
2012-03-092012-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-11/+2
* COPYING.NEWLIB: Remove two unused licenses.
2012-02-212012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>Jeff Johnston1-0/+26
* COPYING.NEWLIB: Add Adapteva notice. * COPYING.LIBGLOSS: Add Adapteva notice.
2010-12-022010-12-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+15
* COPYING.NEWLIB: Add National Semiconductor notice.
2010-11-05Fix typo in microblaze license.Michael Eager1-1/+1
2010-10-092010-10-08 Bernd Schmidt <bernds@codesourcery.com>Jeff Johnston1-0/+34
Joseph Myers <joseph@codesourcery.com> * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery notices. * COPYING.NEWLIB: Add Texas Instruments notice.
2009-12-172009-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+31
* COPYING.NEWLIB: Update copyright date. * COPYING.LIBGLOSS: Ditto.
2009-01-222009-01-21 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+31
* COPYING.NEWLIB: Add ARM license.
2008-12-172008-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+129
* COPYING.NEWLIB: Updated. * COPYING.LIBGLOSS: Ditto.
2007-12-192007-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
* COPYING.NEWLIB: Update default copyright.
2007-02-082007-02-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-19/+24
* COPYING.LIBGLOSS: Reformat default Red Hat license to fit within 80 columns. * COPYING.NEWLIB: Ditto.
2006-10-272006-10-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+34
* COPYING.NEWLIB: Add spu license.
2006-10-112006-10-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-229/+70
* COPYING.NEWLIB: Updated. * COPYING.LIBGLOSS: Ditto.
2005-12-162005-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
* COPYING.NEWLIB: Update copyright year for default copyright.
2005-07-162005-07-16 Kelley Cook <kcook@gcc.gnu.org>R. Kelley Cook1-2/+2
* all files: Update FSF address.
2004-02-032004-02-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
* COPYING.NEWLIB: Update Red Hat license to 2004.
2004-01-232004-01-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+55
* COPYING.NEWLIB: Update to include copyrights for new iconv code.
2003-11-272003-11-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+27
* COPYING.NEWLIB: Add license info for long long routines added to stdlib.
2003-05-282003-05-28 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+25
* COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2002-12-202002-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-15/+299
* COPYING.NEWLIB: Updated. * COPYING.LIBGLOSS: Ditto.
2002-12-132002-12-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+176
* COPYING.NEWLIB: Update list of alternate Regent of California licenses and discuss official revoking of advertising clause. * COPYING.LIBGLOSS: Ditto.
2002-09-102002-09-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+28
* COPYING.NEWLIB: More updates.
2002-09-092002-09-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+16
* COPYING.NEWLIB: Update.
2002-02-052002-02-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-13/+26
* COPYING.NEWLIB: Remove advertising clause from Berkeley and Red Hat licenses.
2002-01-072002-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
* Change reference to Cygnus Solutions to be Red Hat.
2002-01-072002-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
* COPYING.NEWLIB: Update generic copyright date.
2001-11-18 * COPYING.NEWLIB: Mention preserved notice in specific parts.Hans-Peter Nilsson1-1/+2
2001-11-122001-11-12 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston1-1/+13
* COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
2001-02-222001-02-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+3
* COPYING.NEWLIB: Remove DJ Delorie's address because it is no longer valid.
2001-01-152001-01-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+130
* COPYING.NEWLIB: Put into source repository.