git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit 8325ba03a2895742bdb59af9b96f26b6c0efe118
parent 6fdd1b655f36b5931022e5518a0e26d4bd1371b4
Author: Toxa <56631470+untoxa@users.noreply.github.com>
Date:   Wed,  6 Jan 2021 11:39:51 +0300

Merge pull request #116 from bbbbbr/develop_lib_linkexemption

Lib: Pull in updated linking exemption headers from SDCC versions
Diffstat:
Mgbdk-lib/libc/_divslong.c26+++++++++++++++-----------
Mgbdk-lib/libc/_modslong.c26+++++++++++++++-----------
Mgbdk-lib/libc/_modulong.c27+++++++++++++++------------
3 files changed, 45 insertions(+), 34 deletions(-)

diff --git a/gbdk-lib/libc/_divslong.c b/gbdk-lib/libc/_divslong.c @@ -1,25 +1,29 @@ /*------------------------------------------------------------------------- _divslong.c - routine for division of 32 bit long - Written By - Sandeep Dutta . sandeep.dutta@usa.net (1999) + Copyright (C) 1999, Sandeep Dutta . sandeep.dutta@usa.net This library is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published by the + under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this program; if not, write to the Free Software - Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - In other words, you are welcome to use, share and improve this program. - You are forbidden to forbid anyone else to use, share and improve - what you give them. Help stamp out software-hoarding! + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this library; see the file COPYING. If not, write to the + Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + + As a special exception, if you link this library with other files, + some of which are compiled with SDCC, to produce an executable, + this library does not by itself cause the resulting executable to + be covered by the GNU General Public License. This exception does + not however invalidate any other reasons why the executable file + might be covered by the GNU General Public License. -------------------------------------------------------------------------*/ #ifndef GBDK diff --git a/gbdk-lib/libc/_modslong.c b/gbdk-lib/libc/_modslong.c @@ -1,25 +1,29 @@ /*------------------------------------------------------------------------- _modslong.c - routine for modulus of 32 bit signed long - Written By - Sandeep Dutta . sandeep.dutta@usa.net (1999) + Copyright (C) 1999, Sandeep Dutta . sandeep.dutta@usa.net This library is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published by the + under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this program; if not, write to the Free Software - Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - In other words, you are welcome to use, share and improve this program. - You are forbidden to forbid anyone else to use, share and improve - what you give them. Help stamp out software-hoarding! + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this library; see the file COPYING. If not, write to the + Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + + As a special exception, if you link this library with other files, + some of which are compiled with SDCC, to produce an executable, + this library does not by itself cause the resulting executable to + be covered by the GNU General Public License. This exception does + not however invalidate any other reasons why the executable file + might be covered by the GNU General Public License. -------------------------------------------------------------------------*/ #ifndef GBDK diff --git a/gbdk-lib/libc/_modulong.c b/gbdk-lib/libc/_modulong.c @@ -1,27 +1,30 @@ /*------------------------------------------------------------------------- _modulong.c - routine for modulus of 32 bit unsigned long - Written By - Sandeep Dutta . sandeep.dutta@usa.net (1999) - + Copyright (C) 1999, Sandeep Dutta . sandeep.dutta@usa.net Bug fixes by Martijn van Balen, aed@iae.nl This library is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published by the + under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this program; if not, write to the Free Software - Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - In other words, you are welcome to use, share and improve this program. - You are forbidden to forbid anyone else to use, share and improve - what you give them. Help stamp out software-hoarding! + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this library; see the file COPYING. If not, write to the + Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + + As a special exception, if you link this library with other files, + some of which are compiled with SDCC, to produce an executable, + this library does not by itself cause the resulting executable to + be covered by the GNU General Public License. This exception does + not however invalidate any other reasons why the executable file + might be covered by the GNU General Public License. -------------------------------------------------------------------------*/ /* Assembler-functions are provided for:

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.