One more for gcc 3.3.2 buildkernel
Craig Dooley
cd5697 at albany.edu
Fri Oct 31 05:16:30 PST 2003
Might be nice if i actually included the patch. Doh
On Friday 31 October 2003 08:09, Craig Dooley wrote:
> This just changes a comment in a .s file (Strange gcc uses the preprocessor
> on it. I thought it only handled .S files) but it takes the comment as a
> directive. I guess 2.95 didnt handle # with space in front of it and gcc
> 3.3.2 does. Should work with 2.95 also, havent tried yet.
>
> Aside from the packaging flamewar, The point of this work is to try to get
> gcc updated to the 3.x branch (and while we're at it, binutils to 2.14.x
> and gdb to 6.x) in support of the x86-64 port (Should we call it amd64
> since i think they officially changed the name?). Im expecting to have a
> preliminary patch to add PAE done this weekend, but since I dont totally
> understand the impact of all the changes it requires, it might require some
> higher up review and lots of testing. After that I can add 64-bit elf
> support to loader if desired, and we could be on the way. Im also working
> on merging binutils 2.14 into my CVS, but I dont know the best way to send
> that out once it's working. Should I just tar up the directory to be
> imported and send that directly to Matt? It seems like it would be big to
> send to the mailing list.
>
> -Craig
--
Craig Dooley cd5697 at xxxxxxxxxx
Index: sys/emulation/svr4/i386/svr4_locore.s
===================================================================
RCS file: /home/dcvs/src/sys/emulation/svr4/i386/svr4_locore.s,v
retrieving revision 1.4
diff -u -r1.4 svr4_locore.s
--- sys/emulation/svr4/i386/svr4_locore.s 7 Aug 2003 21:17:20 -0000 1.4
+++ sys/emulation/svr4/i386/svr4_locore.s 30 Oct 2003 23:15:55 -0000
@@ -9,7 +9,7 @@
NON_GPROF_ENTRY(svr4_sigcode)
call *SVR4_SIGF_HANDLER(%esp)
leal SVR4_SIGF_UC(%esp),%eax # ucp (the call may have clobbered the
- # copy at SIGF_UCP(%esp))
+ /* copy at SIGF_UCP(%esp)) */
#ifdef VM86
#warning "VM86 doesn't work yet - do you really want this?"
testl $PSL_VM,SVR4_UC_EFLAGS(%eax)
Attachment:
pgp00012.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00012.pgp
Type: application/octet-stream
Size: 187 bytes
Desc: "Description: signature"
URL: <http://lists.dragonflybsd.org/pipermail/submit/attachments/20031031/f5ba6230/attachment-0019.obj>
More information about the Submit
mailing list