[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Preserve build IDs
From: |
Lubomir Kundrak |
Subject: |
[PATCH] Preserve build IDs |
Date: |
Tue, 15 Apr 2008 00:41:50 +0200 |
This will make Fedora packagers have good sleep. I think we discussed
this already on the list. Rationale behind disabling build-ids
completely was that it caused images to grow a lot. Correct solution is
to disable it from images only and let it exists in elf files for
debugging purposes.
2008-04-15 Lubomir Kundrak <address@hidden>
* aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): take only .text
section into account, newer toolchains generate unique build ids
* configure.ac: remove the test for --build-id=none acceptance,
we want build ids to bre preserved
* genmk.rb: add -R .note.gnu.build-id to objcopy, so build id
far from other sections don't cause the raw binary images grow
size
--
Lubomir Kundrak (Red Hat Security Response Team)
grub-1.95-buildid.patch
Description: Text Data
- [PATCH] Preserve build IDs,
Lubomir Kundrak <=