This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regex/1281] support 64-bit hosts when regex code when used outside glibc


------- Additional Comments From drepper at redhat dot com  2005-09-06 23:47 -------
This is complete crap.

First, I'm not applying any patch which changes the ABI.  Whether a macro has to
be defined to do it or not.

Second, there is no reason to extend all these types.  4G of something (when
used as index) is quite enough.  We don't use _smaller_ types on 32-bit machines
because it would just make the code slower.

For your "64-bit port" you have to indentify the few places where more than 4G
(or 2G for signed values) really makes sense and not this senseless replacing of
types.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=1281

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]