comparison gcc/config/g.opt @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 561a7518be6b
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 ; -G option (small data, some targets only). 1 ; -G option (small data, some targets only).
2 2
3 ; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 3 ; Copyright (C) 2003-2017 Free Software Foundation, Inc.
4 ; Free Software Foundation, Inc.
5 ; 4 ;
6 ; This file is part of GCC. 5 ; This file is part of GCC.
7 ; 6 ;
8 ; GCC is free software; you can redistribute it and/or modify it under 7 ; GCC is free software; you can redistribute it and/or modify it under
9 ; the terms of the GNU General Public License as published by the Free 8 ; the terms of the GNU General Public License as published by the Free
23 22
24 ; Please try to keep this file in ASCII collating order. 23 ; Please try to keep this file in ASCII collating order.
25 24
26 G 25 G
27 Target Joined Separate UInteger Var(g_switch_value) 26 Target Joined Separate UInteger Var(g_switch_value)
28 -G<number> Put global and static data smaller than <number> bytes into a special section (on some targets) 27 -G<number> Put global and static data smaller than <number> bytes into a special section (on some targets).
29 28
30 ; This comment is to ensure we retain the blank line above. 29 ; This comment is to ensure we retain the blank line above.