search for: 00000750

Displaying 8 results from an estimated 8 matches for "00000750".

Did you mean: 00000050
2012 Mar 22
2
[LLVMdev] Sorting relocation entries
...s.git/blob/master:/gas/config/tc-mips.c#l15222 $ mips--linux-gnu-readelf -r z29.gas.o Relocation section '.rel.text' at offset 0x4584 contains 705 entries: Offset Info Type Sym.Value Sym. Name ... 00000748 00000409 R_MIPS_GOT16 00000000 .bss // %got(scope_top) 00000750 00000406 R_MIPS_LO16 00000000 .bss // %lo(scope_top) 0000074c 00000409 R_MIPS_GOT16 00000000 .bss // %got(body_ok) 00000754 00000406 R_MIPS_LO16 00000000 .bss // %lo(body_ok) The attached patch makes the following changes to make direct object emitter write out relocat...
2012 Mar 22
0
[LLVMdev] Sorting relocation entries
...5222 > > > $ mips--linux-gnu-readelf -r z29.gas.o > > Relocation section '.rel.text' at offset 0x4584 contains 705 entries: >  Offset     Info    Type            Sym.Value  Sym. Name > ... > 00000748  00000409 R_MIPS_GOT16      00000000   .bss // %got(scope_top) > 00000750  00000406 R_MIPS_LO16       00000000   .bss   // %lo(scope_top) > 0000074c  00000409 R_MIPS_GOT16      00000000   .bss // %got(body_ok) > 00000754  00000406 R_MIPS_LO16       00000000   .bss // %lo(body_ok) > > > The attached patch makes the following changes to make direct object &g...
2012 Mar 22
2
[LLVMdev] Sorting relocation entries
...s--linux-gnu-readelf -r z29.gas.o >> >> Relocation section '.rel.text' at offset 0x4584 contains 705 entries: >> Offset Info Type Sym.Value Sym. Name >> ... >> 00000748 00000409 R_MIPS_GOT16 00000000 .bss // %got(scope_top) >> 00000750 00000406 R_MIPS_LO16 00000000 .bss // %lo(scope_top) >> 0000074c 00000409 R_MIPS_GOT16 00000000 .bss // %got(body_ok) >> 00000754 00000406 R_MIPS_LO16 00000000 .bss // %lo(body_ok) >> >> >> The attached patch makes the following changes to...
2012 Mar 21
0
[LLVMdev] Sorting relocation entries
Hi Akira, If I follow correctly, the relocation entries can thus be in a different order than the instructions that they're for? That seems a bit odd, but I suppose there's nothing inherently wrong with that. It's just not something, AFAIK, that llvm has had to deal with before. This should definitely be a target-specific thing, not a general ELFObjectWriter thing, as other targets
2012 Mar 19
2
[LLVMdev] Sorting relocation entries
What would be the best way to sort relocation entries before they are written out in ELFObjectWriter::WriteRelocationsFragment? According to the Mips ABI documents I have, there are certain restrictions on the order relocations appear in the table (e.g. R_MIPS_HI16 and R_MIPS_GOT16 must be followed immediately by a R_MIPS_LO16). When I enable post RA scheduling, some of the restrictions are
2012 Mar 23
0
[LLVMdev] Sorting relocation entries
...z29.gas.o >>> >>> Relocation section '.rel.text' at offset 0x4584 contains 705 entries: >>>  Offset     Info    Type            Sym.Value  Sym. Name >>> ... >>> 00000748  00000409 R_MIPS_GOT16      00000000   .bss // %got(scope_top) >>> 00000750  00000406 R_MIPS_LO16       00000000   .bss   // %lo(scope_top) >>> 0000074c  00000409 R_MIPS_GOT16      00000000   .bss // %got(body_ok) >>> 00000754  00000406 R_MIPS_LO16       00000000   .bss // %lo(body_ok) >>> >>> >>> The attached patch makes the fo...
2012 Mar 23
1
[LLVMdev] Sorting relocation entries
...t; >>>> Relocation section '.rel.text' at offset 0x4584 contains 705 entries: >>>> Offset Info Type Sym.Value Sym. Name >>>> ... >>>> 00000748 00000409 R_MIPS_GOT16 00000000 .bss // %got(scope_top) >>>> 00000750 00000406 R_MIPS_LO16 00000000 .bss // %lo(scope_top) >>>> 0000074c 00000409 R_MIPS_GOT16 00000000 .bss // %got(body_ok) >>>> 00000754 00000406 R_MIPS_LO16 00000000 .bss // %lo(body_ok) >>>> >>>> >>>> The attac...
2013 Jul 22
69
[xen-unstable] Commit 2ca9fbd739b8a72b16dd790d0fff7b75f5488fb8 AMD IOMMU: allocate IRTE entries instead of using a static mapping, makes dom0 boot process stall several times.
Hi Jan, After commit 2ca9fbd739b8a72b16dd790d0fff7b75f5488fb8 AMD IOMMU: allocate IRTE entries instead of using a static mapping, booting dom0 stalls several times. Sometimes this results in RCU stall warnings from the dom0 kernel, hitting the "any" key, on normal or serial console, makes the boot continue for a while but it stalls several times. (It also stalls on shutdown BTW) I have