topconfig set CORE_DUMP_DEFAULT_ELF_HEADERS

needs gdb 6.7 at least which is in lenny.
"the first page of the file in a core dump makes it possible to
identify the build ID bits in the file".

svn path=/dists/trunk/linux-2.6/; revision=12676
This commit is contained in:
Maximilian Attems 2009-02-05 13:15:15 +00:00
parent f52812c862
commit a25cd20940
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View File

@ -36,7 +36,7 @@ linux-2.6 (2.6.28-1~experimental.1) UNRELEASED; urgency=low
RTC_DRV_M48T35, RTC_DRV_BQ4802, RTC_DRV_WM8350, UNEVICTABLE_LRU,
MAC80211_RC_MINSTREL, BATTERY_BQ27x00, REGULATOR, REGULATOR_BQ24022,
REGULATOR_WM8350, REGULATOR_WM8400, FB_VIA, FB_METRONOME, FB_MB862XX,
UIO_SERCOS3.
UIO_SERCOS3, CORE_DUMP_DEFAULT_ELF_HEADERS.
* [x86] set MOUSE_BCM5974, X86_RESERVE_LOW_64K, OPROFILE_IBS,
MICROCODE_INTEL, MICROCODE_AMD.
* [x86_64] set AMD_IOMMU, MTRR_SANITIZER.

View File

@ -1996,6 +1996,7 @@ CONFIG_9P_FS=m
## file: fs/Kconfig.binfmt
##
CONFIG_BINFMT_ELF=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_MISC=m
##