comparison gcc/config/c6x/genopt.sh @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 #!/bin/sh 1 #!/bin/sh
2 # Generate c6x-tables.opt from the lists in *.def. 2 # Generate c6x-tables.opt from the lists in *.def.
3 # Copyright (C) 2011-2018 Free Software Foundation, Inc. 3 # Copyright (C) 2011-2020 Free Software Foundation, Inc.
4 # 4 #
5 # This file is part of GCC. 5 # This file is part of GCC.
6 # 6 #
7 # GCC is free software; you can redistribute it and/or modify 7 # GCC is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
20 20
21 cat <<EOF 21 cat <<EOF
22 ; -*- buffer-read-only: t -*- 22 ; -*- buffer-read-only: t -*-
23 ; Generated automatically by genopt.sh from c6x-isas.def. 23 ; Generated automatically by genopt.sh from c6x-isas.def.
24 ; 24 ;
25 ; Copyright (C) 2011-2018 Free Software Foundation, Inc. 25 ; Copyright (C) 2011-2020 Free Software Foundation, Inc.
26 ; 26 ;
27 ; This file is part of GCC. 27 ; This file is part of GCC.
28 ; 28 ;
29 ; GCC is free software; you can redistribute it and/or modify it under 29 ; GCC is free software; you can redistribute it and/or modify it under
30 ; the terms of the GNU General Public License as published by the Free 30 ; the terms of the GNU General Public License as published by the Free