bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #10214] Patch for GSXML under amd64


From: Pete French
Subject: [bugs #10214] Patch for GSXML under amd64
Date: Sun, 29 Aug 2004 14:30:08 -0400
User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304

This mail is an automated notification from the bugs tracker
 of the project: GNUstep.




/**************************************************************************/
[bugs #10214] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10214>
Project: GNUstep
Submitted by: Pete French
On: Sun 08/29/2004 at 18:25

Category:  Base/Foundation
Severity:  5 - Average
Item Group:  Change Request
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  Patch for GSXML under amd64

Original Submission:  The attached patch changes the 'type' from an int
to a long throughout. This is because it is stored in
a void* in the NSMapTable which is longer than an int
on amd64. This may not be a problem when storing, but
could be on retrieval as a void** was being passed with
the address of an int. It also changes the way the hash is
calculated slightly to remove a waning and retain as
much uniqueness as possible.

As the sizeof an int and a long are the same on all
other architectures then this patch does not affect
operation on non amd64 systems in any way. It passes
the guile GSXML test on those systems.





File Attachments
-------------------

-------------------------------------------------------
Date: Sun 08/29/2004 at 18:25  Name: gsxml.diff  Size: 9.27KB   By: minusbat
Patchfile for GSXML.m and GSXML.h
http://savannah.gnu.org/bugs/download.php?item_id=10214&amp;item_file_id=1625






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10214>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]