[svn] / branches / release-1_2-branch / xvidcore / src / nasm.inc Repository:
ViewVC logotype

Diff of /branches/release-1_2-branch/xvidcore/src/nasm.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1864, Wed May 27 17:27:56 2009 UTC revision 1865, Thu May 28 08:42:37 2009 UTC
# Line 19  Line 19 
19  ; *  along with this program ; if not, write to the Free Software  ; *  along with this program ; if not, write to the Free Software
20  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  ; *  ; *
22  ; * $Id: nasm.inc,v 1.1.2.2 2008-12-01 17:27:03 Isibaar Exp $  ; * $Id: nasm.inc,v 1.1.2.3 2009-05-28 08:42:37 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 168  Line 168 
168        %endif        %endif
169  %endmacro  %endmacro
170    
171    %macro TEXT 0
172    %ifidn __OUTPUT_FORMAT__,macho
173          SECTION .text align=SECTION_ALIGN
174    %else
175          SECTION .rotext align=SECTION_ALIGN
176    %endif
177    %endmacro
178    
179  %macro cglobal 1  %macro cglobal 1
180          %ifdef PREFIX          %ifdef PREFIX
181                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS

Legend:
Removed from v.1864  
changed lines
  Added in v.1865

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4