]> git.pld-linux.org Git - packages/gcc.git/blobdiff - gcc32-tls.patch
- Release: 0.4
[packages/gcc.git] / gcc32-tls.patch
index 0f3a413e2201cad7aef836a529a1b72967ffa6bf..f37fd5fe009fa4e4be411aa6ad137584b1c4673b 100644 (file)
  @end table
  
  @menu
-@@ -9910,6 +9910,14 @@ is to help link with legacy assembly cod
- Be warned that you should know what you are doing when invoking this
option, and that not all targets provide complete support for it.
+@@ -9988,6 +9988,14 @@
+ generate code that is not binary compatible with code generated without that
+ switch.  Use it to conform to a non-default application binary interface.
Not all targets provide complete support for this switch.
 +
 +@item -ftls-model=@var{model}
 +Alter the thread-local storage model to be used (@pxref{Thread-Local}).
 +The @var{model} argument should be one of @code{global-dynamic},
 +@code{local-dynamic}, @code{initial-exec} or @code{local-exec}.
-+
++ 
 +The default without @option{-fpic} is @code{initial-exec}; with
 +@option{-fpic} the default is @code{global-dynamic}.
  @end table
   * files which are fixed to work correctly with ANSI C and placed in a
   * directory that GNU C will search.
   *
-- * This file contains 142 fixup descriptions.
-+ * This file contains 143 fixup descriptions.
+- * This file contains 151 fixup descriptions.
++ * This file contains 152 fixup descriptions.
   *
   * See README for more information.
   *
   *
   *  List of all fixes
   */
--#define REGEX_COUNT          151
-+#define REGEX_COUNT          152
+-#define REGEX_COUNT          163
++#define REGEX_COUNT          164
  #define MACH_LIST_SIZE_LIMIT 279
--#define FIX_COUNT            142
-+#define FIX_COUNT            143
+-#define FIX_COUNT            151
++#define FIX_COUNT            152
  
  /*
   *  Enumerate the fixes
This page took 0.043012 seconds and 4 git commands to generate.