--- Additional Comments From arjan at infradead dot org 2009-01-25 04:44
---
Specifically, most of the files I deal with have a source in a tree at
/usr/src/debug/kernel-2.6.27/*
Now, what I would like to do is make a prefix so that if a package sets an
absolute source dir like above, I
--- Additional Comments From hjl dot tools at gmail dot com 2009-01-25
00:49 ---
Please provide a testcase to show what you have mind. What
should happen when there are mixed absolute and relative
filenames in executable?
--
What|Removed |Added
--
Trying to compile a Linux kernel from an x86 host works with a 32bit host
userspace, but fails with the following error with a 64bit host userspace:
<-- snip -->
...
AS arch/frv/kernel/break.o
arch/frv/kernel/break.S: Assembler messages:
arch/frv/kernel/break.S:219: Error: operand out of
The location where objdump (with the -S flag) and co search for the source files
is basically hardcoded into the ELF files. For non-native objdumping (as I need
to do for kerneloops.org but other offline debug processing will have the same
requirements) this hardcoded location does not work out wel
This is a proposal for additional switches to be included on the command line
to prevent inclusion of processor supplementary instructions. This enhancement
provides greater support for compilation of code to be utilized between
different generations of CPU.
Proposed switches:
--nocpuid This opt
--- Additional Comments From amodra at bigpond dot net dot au 2009-01-24
11:21 ---
Already fixed
--
What|Removed |Added
Status|WAITING |RESOL
--- Additional Comments From amodra at bigpond dot net dot au 2009-01-24
11:08 ---
I believe this has been fixed.
--
What|Removed |Added
Status|NEW