Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 245)

Ticket Resolution Summary Owner Reporter
#235 invalid emxomfld should ignore /PACKDATA when linking with wlink. bird dryeo
Description

When building Mozilla with set EMXOMFLD_TYPE=WLINK the build dies with this,

emxomfld: warning: ignoring ilink option '/EXEPACK:2'
emxomfld: warning: ignoring ilink option '/PACKCODE'
Error! E3033: file ldW4DIQY.: line(8): directive error near '/PACKDATA'

So /PACKDATA should be added to the ignored list in emxomfld.

#234 fixed ld: Align .text by 16 bytes bird KO Myung-Hun
Description

Hi/2.

Current, ld aligns .data/.bss by 16 bytes for SSE, but .text by 4 bytes.

Some libraries such as x264 require to align .text by 16 bytes as well.

So there is need to align .text by 16 bytes as well.

#233 fixed getsockname() and getpeername() fail when using high memory bird rudi
Description

The functions getsockname() and getpeername() will fail, if the variable containing the size of "struct sockaddr" is located in high memory.

It is suggested not to pass the address of that variable directly to the IP stack but use an intermediate local instead.

See http://svn.netlabs.org/qt4/ticket/179#comment:4

Note: See TracQuery for help on using queries.