97eb24 Update nasm to version 2.16.01 / rev 44 via SR 1044181

6 files Authored by jubalh a year ago, Committed by Bernhard M. Wiedemann a year ago,
    Update nasm to version 2.16.01 / rev 44 via SR 1044181
    
    https://build.opensuse.org/request/show/1044181
    by user jubalh + dimstar_suse
    - Update to 2.16.01:
      * Fix the creation of the table of contents in the HTML version
        of the documentation.
    
    - Update to 2.16:
      * Support for the rdf format has been discontinued and all the
        RDOFF utilities has been removed.
      * The --reproducible option now leaves the filename field in the
        COFF object format blank. This was always rather useless since it is
        only 18 characters long; as such debug formats have to carry their own
        filename information anyway.
      * Fix handling of MASM-syntax reserved memory (e.g. dw ?) when
        used in structure definitions.
      * The preprocessor now supports functions, which can be less verbose
        and more convenient than the equivalent code implemented using
        directives. See ppfunc.
      * Fix the handling of %00 in the preprocessor.
      *
    
        
file modified
+0 -0
file modified
+37 -0
file modified
+76 -0
file modified
+2 -2