Unix "time" returns 43.833s. gprof returns 438 seconds. Either I'm going
crazy or gprof is reporting a 10x increase? What could be causing this?
STEPS:
dev2 andrew # gcc -pg pci_performance2.c -o pci_performance2
dev2 andrew # time ./pci_performance2
real0m43.847s
user0m43.646s
sys 0m
When looking up the source line and function info for a given address,
addr2line ignores the DW_AT_ranges attributes.
I have a patch I'm working on that fixes this and expect to attach to this
report in the next couple of days.
--
Summary: Addr2line ignores the DWARF DW_AT_ranges attr
--- Additional Comments From wilson at specifixinc dot com 2005-03-25
21:07 ---
Subject: Re: gas should avoid F-unit NOPs (and B-unit
probably, too)
On Fri, 2005-03-25 at 09:18, hjl at lucon dot org wrote:
> I think we should add -mcpu=[itanium1|itanium2] and make itanium2 the
On Fri, 2005-03-25 at 09:18, hjl at lucon dot org wrote:
> I think we should add -mcpu=[itanium1|itanium2] and make itanium2 the default.
I'm OK with that.
Long term, I think writing testcases the way Jan did is a better
solution, but we've got 2k nops in just the opc-*.d files alone, and
fixing
On creating a .lx File for hms-8300 microprocessor (Lego robot) following linker
error occurs:
cannot handle R_MEM_INDIRECT reloc when using symbolsrec output.
for making the .lx I use the following Makefile.user:
##
## legOS - the independent LEGO Mindstorms OS
## Makefile.common - make rules
--- Additional Comments From hjl at lucon dot org 2005-03-25 17:18 ---
With the patch applied, I got
./build-ia64-linux/gas/testsuite/gas.log:FAIL: ia64 opc-b
./build-ia64-linux/gas/testsuite/gas.log:FAIL: ia64 opc-f
./build-ia64-linux/gas/testsuite/gas.log:FAIL: ia64 opc-i
./build-ia64-