[Bug ld/11812] Unused .got.plt section generated by linker

2010-09-23 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2010-09-23 23:38 --- Subject: Re: Unused .got.plt section generated by linker On Thu, Sep 23, 2010 at 11:05:33PM -, hjl dot tools at gmail dot com wrote: > Please provide a complete testcase so that I can debug

[Bug ld/11812] Unused .got.plt section generated by linker

2010-09-23 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2010-09-23 13:46 --- Of course not, but no other version of binutils omits the GOT section entirely for a shared library. Having the _G_O_T_ symbol point to something that is not a GOT is bogus. -- http

[Bug ld/11812] Unused .got.plt section generated by linker

2010-09-22 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2010-09-23 00:37 --- Here's a minimal version that demonstrates the wrong value. .text .globl _start _start: leaq _DYNAMIC(%rip), %rsi movq _GLOBAL_OFFSET_TABLE_(%rip), %rcx

[Bug ld/11812] Unused .got.plt section generated by linker

2010-09-22 Thread drow at sources dot redhat dot com
ite/ld-x86-64/nogot1.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-x86-64/x86-64.exp.diff?cvsroot=src&r1=1.16&r2=1.17 --- Additional Comments From drow at sources dot redhat dot com 2010-09-22 23:54 --- H.J., this patch b

[Bug gas/11323] Need representation of the offset from a label to a GOT entry

2010-03-05 Thread drow at sources dot redhat dot com
.word var(GOTABS-.LPIC0+4) Allowing white space would make it easier to read as well: .word var(GOTABS - .LPIC0 + 4) Cheers Nick --- Additional Comments From drow at sources dot redhat dot com 2010-03-05 20:14 --- I disagree; var(GOTABS) is nicely parallel with var(GOT). It&#x

[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-12-10 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2009-12-10 23:12 --- Subject: Re: Bug in objdump when disassembling raw armv4t binaries On Thu, Dec 10, 2009 at 10:47:41PM -, chris at seberino dot org wrote: > I can't see why 0x004000bf is marked UNPREDICT

[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-12-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2009-12-08 19:49 --- Subject: Re: Bug in objdump when disassembling raw armv4t binaries On Tue, Dec 08, 2009 at 05:30:21PM -, nickc at redhat dot com wrote: > Mine is ARM DDI 0100E. I would not mind having a copy

[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-11-21 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2009-11-22 04:43 --- Thanks. I don't see why we need to print a positive zero offset (it's not ambiguous with anything), although [r0, #0]! is a sufficiently odd addressing mode that it does see

[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-11-18 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2009-11-18 16:14 --- Hi Nick, Thoms Schwinge noticed a failure in group-relocations.d: regexp_diff match failure regexp "^8074: e1c020d0ldrdr2, \[r0\]$" line "8074:

[Bug admin/10767] opcodes/i386-dis.c exceeds 256 levels of nested macros

2009-10-13 Thread drow at sources dot redhat dot com
-- What|Removed |Added AssignedTo|drow at sources dot redhat |unassigned at sources dot |dot com |redhat dot com Status|NE

[Bug binutils/6709] BFD build can't find libintl.h in /usr/local/include

2008-07-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-07-08 20:41 --- Sorry, that's just how GCC's path searching works - /usr/local/include is not on the default path. Set CPPFLAGS before configuring instead. -- What|Removed

[Bug gas/6717] New: gas incorrectly associates .loc with instructions

2008-07-02 Thread drow at sources dot redhat dot com
as incorrectly associates .loc with instructions Product: binutils Version: 2.19 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: drow at sources do

[Bug ld/6446] Handling of EF_FRV_PIC

2008-05-30 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-05-30 16:03 --- Subject: Re: Handling of EF_FRV_PIC On Wed, May 21, 2008 at 10:34:13AM -, nickc at redhat dot com wrote: > I have uploaded a patch to this PR which I think might correct the > linker'

[Bug ld/6519] __start_SECNAME undocumented

2008-05-21 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-05-21 12:23 --- Subject: Re: __start_SECNAME undocumented On Wed, May 21, 2008 at 12:10:51PM -, nickc at redhat dot com wrote: > Tell you what - I'll check in the change to the manual as-is and add an &g

[Bug ld/6519] __start_SECNAME undocumented

2008-05-21 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-05-21 12:07 --- I didn't realize this was only done for orphaned sections. I suppose it's harder to do for things mentioned in the linker script, and there's an obvious way to do it manually - in k

[Bug binutils/6526] Building for interix 3.5 requires _ALL_SOURCE defined

2008-05-16 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-05-16 16:38 --- What was the resolution of the autoconf discussion? -- What|Removed |Added

[Bug ld/6519] New: __start_SECNAME undocumented

2008-05-14 Thread drow at sources dot redhat dot com
nedTo: unassigned at sources dot redhat dot com ReportedBy: drow at sources dot redhat dot com CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=6519 --- You are receiving this mail because: --- You are on the CC list for the bug, o

[Bug ld/6446] Handling of EF_FRV_PIC

2008-04-22 Thread drow at sources dot redhat dot com
-- What|Removed |Added CC||aoliva at sourceware dot org http://sourceware.org/bugzilla/show_bug.cgi?id=6446 --- You are receiving th

[Bug ld/6446] New: Handling of EF_FRV_PIC

2008-04-22 Thread drow at sources dot redhat dot com
at sources dot redhat dot com ReportedBy: drow at sources dot redhat dot com CC: bug-binutils at gnu dot org GCC target triplet: frv-uclinux http://sourceware.org/bugzilla/show_bug.cgi?id=6446 --- You are receiving this mail because: --- You are on the CC list for

[Bug ld/6058] Linker segfaults with undefined weak function descriptors.

2008-04-19 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-19 17:23 --- Subject: Re: Linker segfaults with undefined weak function descriptors. On Tue, Apr 15, 2008 at 02:18:14PM -, nickc at redhat dot com wrote: > Hi Daniel, > > Does the uploa

[Bug admin/6300] f5gpyh

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6345] fpg5nj

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6278] fohg0b

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6337] f44747

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6344] fppym8

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6349] fz755l

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6277] fqpql3

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6304] f2c2vd

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6308] foavax

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6332] fmunje

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6365] fjkr0f

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6356] fmdkte

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6383] fqyn32

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6264] fcs6m0

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6281] fccx33

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6339] fpncf8

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6343] fhkyn1

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6271] f7r6wb

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6366] fk3ps1

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6333] fa6wfr

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6306] f05f70

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6168] fzkoz0

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:18 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6203] fjxdj9

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:18 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6060] fr8l6c

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:18 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6220] f08uw4

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:18 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6065] finm7g

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:18 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6076] f8unun

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:18 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6159] fk9fz2

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:18 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6313] ftlz6y

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6284] fs7cnr

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6325] fumj4v

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6359] fsd195

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6336] f0hwq4

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6290] f2djz7

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6296] fnrm5v

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6357] fmtdla

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6287] fi23yv

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6370] fjmaz7

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6318] fvm5cd

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6363] fsl108

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6315] fxfi7u

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6329] f4kltg

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6312] funyl1

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6380] f28ezj

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6361] fnq9yb

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6326] fffd3k

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6378] fhlate

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6301] fzevc2

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6368] fi2wns

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6309] f5qqiv

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6354] fwvayv

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6295] fbss87

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6291] f0lfqp

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6350] fyto3z

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6267] fi34md

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6272] ftpuv4

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6322] fme775

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6377] fg171s

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6364] f15c5s

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6362] fam5rn

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6341] f0b6oq

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6386] fagpb7

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6385] fzi65o

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6286] fewhic

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6261] fapwoq

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6270] fygjxp

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6276] f3ctlj

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6347] f4jc0g

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6279] f5yagi

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6372] frmwfy

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6331] fn7aed

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6311] fx9ari

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6324] fcrgm2

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6298] fqq0oq

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6387] fautev

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:47 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6266] fkrg1j

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6273] fo0wwf

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6334] fi7o8x

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6268] fhjmii

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/6351] ffst27

2008-04-08 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-08 20:48 --- spam -- What|Removed |Added Status|NEW |RESOLVED

  1   2   3   4   >