summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/gcc.common.opt.p
blob: 61050e1c52aa69c1a314dcf25c8624e9af02c4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- gcc-3.4.6/gcc/common.opt	2013-05-19 20:02:45.000000000 +0200
+++ gcc/common.opt	2013-05-19 20:23:32.000000000 +0200
@@ -226,6 +226,14 @@
 Common
 Generate unwind tables that are exact at each instruction boundary
 
+fbaserel
+Common
+Generate base-relative code
+
+fbaserel32
+Common
+Generate base-relative code with no data limits
+
 fbounds-check
 Common
 Generate code to check bounds before indexing arrays