~ubuntu-branches/ubuntu/trusty/eglibc/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-01-10 18:39:35 UTC
  • mfrom: (1.5.2) (4.4.24 experimental)
  • Revision ID: package-import@ubuntu.com-20130110183935-afsgfxkmg7wk5eaj
Tags: 2.17-0ubuntu1
* Merge with Debian, bringing in a new upstream and many small fixes:
  - patches/any/cvs-malloc-deadlock.diff: Dropped, merged upstream.
  - patches/ubuntu/lddebug-scopes.diff: Rebase for upstream changes.
  - patches/ubuntu/local-CVE-2012-3406.diff: Rebased against upstream.
  - patches/ubuntu/no-asm-mtune-i686.diff: Fixed in recent binutils.
* This upstream merge fixes a nasty hang in pulseaudio (LP: #1085342)
* Bump MIN_KERNEL_SUPPORTED to 2.6.32 on ARM, now that we no longer
  have to support shonky 2.6.31 kernels on imx51 babbage builders.
* Drop patches/ubuntu/local-disable-nscd-host-caching.diff, as these
  issues were apparently resolved upstream a while ago (LP: #613662)
* Fix the compiled-in bug URL to point to launchpad.net, not Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
/* Define if the assembler supports the `.set' directive.  */
38
38
#undef  HAVE_ASM_SET_DIRECTIVE
39
39
 
40
 
/* Define to the name of the assembler's directive for
41
 
   declaring a symbol global (default `.globl').  */
42
 
#undef  ASM_GLOBAL_DIRECTIVE
43
 
 
44
 
/* Define to the prefix before `object' or `function' in the
45
 
   assembler's `.type' directive, if it has one.  */
46
 
#undef  ASM_TYPE_DIRECTIVE_PREFIX
47
 
 
48
40
/* Define if the assembler supports the gnu_unique_object symbol type.  */
49
41
#undef  HAVE_ASM_UNIQUE_OBJECT
50
42
 
54
46
/* On powerpc64, use overlapping .opd entries.  */
55
47
#undef  USE_PPC64_OVERLAPPING_OPD
56
48
 
57
 
/* Define if the assembler generates debugging information directly.  */
58
 
#undef  HAVE_CPP_ASM_DEBUGINFO
59
 
 
60
49
/* Define if _Unwind_Find_FDE should be exported from glibc.  */
61
50
#undef  EXPORT_UNWIND_FIND_FDE
62
51
 
175
164
/* Define if __stack_chk_guard canary should be randomized at program startup.  */
176
165
#undef ENABLE_STACKGUARD_RANDOMIZE
177
166
 
178
 
/* Additional package description.  */
 
167
/* Package description.  */
179
168
#undef PKGVERSION
180
169
 
181
170
/* Bug reporting address.  */
194
183
/* Define if Systemtap <sys/sdt.h> probes should be defined.  */
195
184
#undef USE_STAP_PROBE
196
185
 
 
186
/* Define if library functions should try to contact the nscd daemon.  */
 
187
#undef USE_NSCD
 
188
 
 
189
/* Define if the dynamic linker should consult an ld.so.cache file.  */
 
190
#undef USE_LDCONFIG
 
191
 
 
192
/* Define if STT_GNU_IFUNC support actually works.  */
 
193
#undef HAVE_IFUNC
 
194
 
197
195
/*
198
196
 */
199
197