2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00
Files
amigaos-cross-toolchain6/patches/gcc-2.95.3/gcc/toplev.c.diff
Krystian Bacławski dce8c7070a GCC 2.95.3 patches cleanup.
- Remove AmigaOS host specific patches.
 - Remove support for ixemul dynamic libraries.
2014-01-03 18:16:07 +01:00

14 lines
533 B
Diff

--- gcc-2.95.3/gcc/toplev.c 2001-01-25 15:03:23.000000000 +0100
+++ gcc-2.95.3/gcc/toplev.c 2012-08-04 11:53:28.000000000 +0200
@@ -924,6 +924,10 @@
{"pic", &flag_pic, 1,
"Generate position independent code, if possible"},
{"PIC", &flag_pic, 2, ""},
+ {"baserel", &flag_pic, 3,
+ "Generate base relative code"},
+ {"baserel32", &flag_pic, 4,
+ "Generate base relative code with no data limits"},
{"exceptions", &flag_exceptions, 1,
"Enable exception handling" },
{"new-exceptions", &flag_new_exceptions, 1,