[Bug gas/2598] Build kernel 2.6.16 modules with gcc 4.0.2 Warning: setting incorrect section attributes for .got

2006-04-25 Thread tomri at gmx dot net
--- Additional Comments From tomri at gmx dot net 2006-04-25 10:21 --- Created an attachment (id=980) -- (http://sourceware.org/bugzilla/attachment.cgi?id=980action=view) Assembler output /usr/libexec/gcc/alpha-redhat-linux/4.0.2/cc1 -quiet -nostdinc -v -Iinclude -D__KERNEL__ -DMODULE

[Bug gas/2598] Build kernel 2.6.16 modules with gcc 4.0.2 Warning: setting incorrect section attributes for .got

2006-04-25 Thread tomri at gmx dot net
--- Additional Comments From tomri at gmx dot net 2006-04-25 10:23 --- Kernel 2.6.16.2: gcc -Wp,-MD,security/.commoncap.o.d -nostdinc -isystem /usr/lib/gcc/alpha-redhat-linux/4.0.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes

crash at unalign access

2006-04-25 Thread Mehmet . Ekici
Sortly, We have a global variable which is initialized to 1 and named AMLogging. When we compile our source it does not cause any problem but when we change AMLogging = 0; and compile, if at run time we try to access to this variable it is causing system to crash with a floating point

Re: [Bug gas/2582] New: dwarf2dbg.c embeds absolute filename path with hard-coded / separator

2006-04-25 Thread Nick Clifton
Hi Burgess, dwarf2dbg.c -- line 1476 of CVS version 1.81: p[len] = '/'; This inserts a filesystem separator character when tacking the source filename back onto the source directory when providing the source-file's path for DWARF2 debugging information. HOWEVER in Windows systems where the

[Bug gas/2582] dwarf2dbg.c embeds absolute filename path with hard-coded / separator

2006-04-25 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-04-25 16:04 --- Subject: Re: New: dwarf2dbg.c embeds absolute filename path with hard-coded / separator Hi Burgess, dwarf2dbg.c -- line 1476 of CVS version 1.81: p[len] = '/'; This inserts a filesystem separator

[Bug gas/2582] dwarf2dbg.c embeds absolute filename path with hard-coded / separator

2006-04-25 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-04-25 16:06 --- Created an attachment (id=981) -- (http://sourceware.org/bugzilla/attachment.cgi?id=981action=view) Intelligent selection of path separator for DOS -- http://sourceware.org/bugzilla/show_bug.cgi?id=2582

[Bug gas/2582] dwarf2dbg.c embeds absolute filename path with hard-coded / separator

2006-04-25 Thread nickc at redhat dot com
-- What|Removed |Added Status|NEW |WAITING http://sourceware.org/bugzilla/show_bug.cgi?id=2582 --- You are receiving this mail because:

Re: [Bug gprof/2587] New: Failed to build gprof under gmake patched by Apple.

2006-04-25 Thread Nick Clifton
Hi Masaki, Building gprof was failed because of patched gmake (bundled with OSX). Follow is a patch to disable a builtin suffix rule. diststuff: $(BUILT_SOURCES) info $(man_MANS) +# this empry rule is a hack against gmake patched by Apple. +%.o:%.m + .m.c: awk -f

[Bug gprof/2587] Failed to build gprof under gmake patched by Apple.

2006-04-25 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-04-25 16:22 --- Subject: Re: New: Failed to build gprof under gmake patched by Apple. Hi Masaki, Building gprof was failed because of patched gmake (bundled with OSX). Follow is a patch to disable a builtin suffix rule.

[Bug gprof/2587] Failed to build gprof under gmake patched by Apple.

2006-04-25 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-04-25 16:23 --- Patch applied -- What|Removed |Added Status|NEW |RESOLVED

[Bug gas/2582] dwarf2dbg.c embeds absolute filename path with hard-coded / separator

2006-04-25 Thread burgess at impulse dot net
--- Additional Comments From burgess at impulse dot net 2006-04-25 18:39 --- dwarf2dbg.c -- line 1476 of CVS version 1.81: p[len] = '/'; This inserts a filesystem separator character...in the DWARF2 debugging information that looks like

[Bug gas/2582] dwarf2dbg.c embeds absolute filename path with hard-coded / separator

2006-04-25 Thread burgess at impulse dot net
--- Additional Comments From burgess at impulse dot net 2006-04-25 18:53 --- Another thought -- why not look for the THIRD character to be a backslash? This will handle not only absolute paths that start with single drive letter:\ but also relative paths that start with ..\ -- what

[Bug binutils/2593] Cannot set the CONTENTS or LOAD flags

2006-04-25 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-04-25 22:30 --- A testcase patch is posted at http://sourceware.org/ml/binutils/2006-04/msg00355.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=2593 --- You are receiving this mail because: --- You are on the CC