X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fnios2%2Flib%2Flibgcc.c;h=a45b3e82efcbd07fbfeb0f6947e9af954be41561;hb=f64f223256f32e86d97ec32eea7dc36d5e9c5fd9;hp=dc0562762b812a46617746482bd169acf509c578;hpb=a81cd434b95a9884c9b4db1dbb53e9d460d36cb2;p=oweals%2Fu-boot.git diff --git a/arch/nios2/lib/libgcc.c b/arch/nios2/lib/libgcc.c index dc0562762b..a45b3e82ef 100644 --- a/arch/nios2/lib/libgcc.c +++ b/arch/nios2/lib/libgcc.c @@ -1,20 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * This file is part of GNU CC. - * - * GNU CC is free software; you can redistribute it and/or modify - * it 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. - * - * GNU CC 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with GNU CC; see the file COPYING. If not, write - * to the Free Software Foundation, 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. */ typedef unsigned int UWtype; @@ -561,7 +547,7 @@ __mulsi3 (SItype a, SItype b) while (cnt) { if (cnt & 1) - { + { res += b; } b <<= 1;