home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / relnotes / c_dev / ch6.z / ch6
Encoding:
Text File  |  2002-10-08  |  2.3 KB  |  132 lines

  1.  
  2.  
  3.  
  4.                                                - 1 -
  5.  
  6.  
  7.  
  8.                     7.3 ANSI C Release Notes
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                                                - 2 -
  69.  
  70.  
  71.  
  72.                     6.  _C_o_m_p_a_t_i_b_i_l_i_t_y__N_o_t_e_s
  73.  
  74.                     In 32-bit mode, the MIPSpro 7.3 release of the
  75.                     ANSI C compiler is fully compatible with the
  76.                     7.2.1, 7.2, 7.1, 7.0, and 6.2 releases of the
  77.                     compiler.
  78.  
  79.                     In 64-bit mode, the MIPSpro 7.3 release of the
  80.                     ANSI C compiler follows the 64-bit Applications
  81.                     Binary Interface (ABI).  Objects compiled in
  82.                     64-bit mode cannot be linked together with
  83.                     objects compiled in 32-bit mode, and 64-bit
  84.                     objects will only run in an IRIX 6.2 (and above)
  85.                     operating system environment.
  86.  
  87.                     MIPSpro C 7.3 is fully compatible with 7.2.1 in
  88.                     64-bit mode.  with the following exception:  If
  89.                     you have WHIRL intermediate (.o) files left over
  90.                     from compilations using MIPSpro 7.2.1 with
  91.                     interprocedural optimization enabled (i.e.,
  92.                     -IPA), you must recompile the entire set of
  93.                     files.
  94.  
  95.                     In n32 mode, the MIPSpro 7.3 release of the ANSI
  96.                     C compiler follows a new Applications Binary
  97.                     Interface (ABI).  Objects compiled in n32 mode
  98.                     cannot be linked together with objects compiled
  99.                     in 32-bit mode or with objects compiled in 64-
  100.                     bit mode, and n32 objects will run only in an
  101.                     IRIX 6.2 (and above) operating system
  102.                     environment.
  103.  
  104.                     MIPSpro C 7.3 is fully compatible with 7.2.1 in
  105.                     n32 mode, with the following exception:  If you
  106.                     have WHIRL intermediate (.o) files left over
  107.                     from compilations using MIPSpro 7.2.1 with
  108.                     interprocedural optimization enabled (i.e.,
  109.                     -IPA), you must recompile the entire set of
  110.                     files.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.