2
0
mirror of https://frontier.innolan.net/github/amigaos-cross-toolchain6.git synced 2024-10-19 10:29:55 +00:00
Files
amigaos-cross-toolchain6/patches/gcc-3.4.6/gcc/common.opt.diff
Krystian Bacławski cfa575b5ca Switch to gcc 3.4.6.
2013-05-19 21:39:06 +02:00

18 lines
434 B
Diff

--- gcc-3.4.6/gcc/common.opt 2013-05-19 20:02:45.000000000 +0200
+++ gcc-3.4.6-patched/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