--- 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=980&action=view)
Assembler output
/usr/libexec/gcc/alpha-redhat-linux/4.0.2/cc1 -quiet -nostdinc -v -Iinclude
-D__KERNEL__ -DMODULE
--- 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 -Wno-tr
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 exception
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
--- 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
--- 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=981&action=view)
Intelligent selection of path separator for DOS
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2582
--
--
What|Removed |Added
Status|NEW |WAITING
http://sourceware.org/bugzilla/show_bug.cgi?id=2582
--- You are receiving this mail because:
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 $(srcdir)/gen-c-
--- 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
--- Additional Comments From nickc at redhat dot com 2006-04-25 16:23
---
Patch applied
--
What|Removed |Added
Status|NEW |RESOLVED
--- 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 C:\Workspaces\Eclips
--- 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 :\ but also relative paths
that start with ..\ -- what do
you think? --Bi
--- Additional Comments From hjl at lucon dot org 2006-04-25 22:29 ---
A patch is posted at
http://sourceware.org/ml/binutils/2006-04/msg00358.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2598
--- You are receiving this mail because: ---
You are on the CC list for
--- 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
14 matches
Mail list logo