home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / info / gcc.i14 (.txt) < prev    next >
GNU Info File  |  1993-06-12  |  50KB  |  906 lines

  1. This is Info file gcc.info, produced by Makeinfo-1.47 from the input
  2. file gcc.tex.
  3.    This file documents the use and the internals of the GNU compiler.
  4.    Copyright (C) 1988, 1989, 1992 Free Software Foundation, Inc.
  5.    Permission is granted to make and distribute verbatim copies of this
  6. manual provided the copyright notice and this permission notice are
  7. preserved on all copies.
  8.    Permission is granted to copy and distribute modified versions of
  9. this manual under the conditions for verbatim copying, provided also
  10. that the sections entitled "GNU General Public License" and "Protect
  11. Your Freedom--Fight `Look And Feel'" are included exactly as in the
  12. original, and provided that the entire resulting derived work is
  13. distributed under the terms of a permission notice identical to this
  14.    Permission is granted to copy and distribute translations of this
  15. manual into another language, under the above conditions for modified
  16. versions, except that the sections entitled "GNU General Public
  17. License" and "Protect Your Freedom--Fight `Look And Feel'", and this
  18. permission notice, may be included in translations approved by the Free
  19. Software Foundation instead of in the original English.
  20. File: gcc.info,  Node: Driver,  Next: Run-time Target,  Up: Target Macros
  21. Controlling the Compilation Driver, `gcc'
  22. =========================================
  23. `SWITCH_TAKES_ARG (CHAR)'
  24.      A C expression which determines whether the option `-CHAR' takes
  25.      arguments.  The value should be the number of arguments that
  26.      option takes--zero, for many options.
  27.      By default, this macro is defined to handle the standard options
  28.      properly.  You need not define it unless you wish to add additional
  29.      options which take arguments.
  30. `WORD_SWITCH_TAKES_ARG (NAME)'
  31.      A C expression which determines whether the option `-NAME' takes
  32.      arguments.  The value should be the number of arguments that
  33.      option takes--zero, for many options.  This macro rather than
  34.      `SWITCH_TAKES_ARG' is used for multi-character option names.
  35.      By default, this macro is defined to handle the standard options
  36.      properly.  You need not define it unless you wish to add additional
  37.      options which take arguments.
  38. `SWITCHES_NEED_SPACES'
  39.      A string-valued C expression which is nonempty if the linker needs
  40.      a space between the `-L' or `-o' option and its argument.
  41.      If this macro is not defined, the default value is 0.
  42. `CPP_SPEC'
  43.      A C string constant that tells the GNU CC driver program options to
  44.      pass to CPP.  It can also specify how to translate options you
  45.      give to GNU CC into options for GNU CC to pass to the CPP.
  46.      Do not define this macro if it does not need to do anything.
  47. `SIGNED_CHAR_SPEC'
  48.      A C string constant that tells the GNU CC driver program options to
  49.      pass to CPP.  By default, this macro is defined to pass the option
  50.      `-D__CHAR_UNSIGNED__' to CPP if `char' will be treated as
  51.      `unsigned char' by `cc1'.
  52.      Do not define this macro unless you need to override the default
  53.      definition.
  54. `CC1_SPEC'
  55.      A C string constant that tells the GNU CC driver program options to
  56.      pass to `cc1'.  It can also specify how to translate options you
  57.      give to GNU CC into options for GNU CC to pass to the `cc1'.
  58.      Do not define this macro if it does not need to do anything.
  59. `CC1PLUS_SPEC'
  60.      A C string constant that tells the GNU CC driver program options to
  61.      pass to `cc1plus'.  It can also specify how to translate options
  62.      you give to GNU CC into options for GNU CC to pass to the
  63.      `cc1plus'.
  64.      Do not define this macro if it does not need to do anything.
  65. `ASM_SPEC'
  66.      A C string constant that tells the GNU CC driver program options to
  67.      pass to the assembler.  It can also specify how to translate
  68.      options you give to GNU CC into options for GNU CC to pass to the
  69.      assembler. See the file `sun3.h' for an example of this.
  70.      Do not define this macro if it does not need to do anything.
  71. `ASM_FINAL_SPEC'
  72.      A C string constant that tells the GNU CC driver program how to
  73.      run any programs which cleanup after the normal assembler.
  74.      Normally, this is not needed.  See the file `mips.h' for an
  75.      example of this.
  76.      Do not define this macro if it does not need to do anything.
  77. `LINK_SPEC'
  78.      A C string constant that tells the GNU CC driver program options to
  79.      pass to the linker.  It can also specify how to translate options
  80.      you give to GNU CC into options for GNU CC to pass to the linker.
  81.      Do not define this macro if it does not need to do anything.
  82. `LIB_SPEC'
  83.      Another C string constant used much like `LINK_SPEC'.  The
  84.      difference between the two is that `LIB_SPEC' is used at the end
  85.      of the command given to the linker.
  86.      If this macro is not defined, a default is provided that loads the
  87.      standard C library from the usual place.  See `gcc.c'.
  88. `STARTFILE_SPEC'
  89.      Another C string constant used much like `LINK_SPEC'.  The
  90.      difference between the two is that `STARTFILE_SPEC' is used at the
  91.      very beginning of the command given to the linker.
  92.      If this macro is not defined, a default is provided that loads the
  93.      standard C startup file from the usual place.  See `gcc.c'.
  94. `ENDFILE_SPEC'
  95.      Another C string constant used much like `LINK_SPEC'.  The
  96.      difference between the two is that `ENDFILE_SPEC' is used at the
  97.      very end of the command given to the linker.
  98.      Do not define this macro if it does not need to do anything.
  99. `LINK_LIBGCC_SPECIAL'
  100.      Define this macro meaning that `gcc' should find the library
  101.      `libgcc.a' by hand, rather than passing the argument `-lgcc' to
  102.      tell the linker to do the search.
  103. `RELATIVE_PREFIX_NOT_LINKDIR'
  104.      Define this macro to tell `gcc' that it should only translate a
  105.      `-B' prefix into a `-L' linker option if the prefix indicates an
  106.      absolute file name.
  107. `STANDARD_EXEC_PREFIX'
  108.      Define this macro as a C string constant if you wish to override
  109.      the standard choice of `/usr/local/lib/gcc-lib/' as the default
  110.      prefix to try when searching for the executable files of the
  111.      compiler.
  112. `MD_EXEC_PREFIX'
  113.      If defined, this macro is an additional prefix to try after
  114.      `STANDARD_EXEC_PREFIX'.  `MD_EXEC_PREFIX' is not searched when the
  115.      `-b' option is used, or the compiler is built as a cross compiler.
  116. `STANDARD_STARTFILE_PREFIX'
  117.      Define this macro as a C string constant if you wish to override
  118.      the standard choice of `/usr/local/lib/' as the default prefix to
  119.      try when searching for startup files such as `crt0.o'.
  120. `MD_STARTFILE_PREFIX'
  121.      If defined, this macro supplies an additional prefix to try after
  122.      the standard prefixes.  `MD_EXEC_PREFIX' is not searched when the
  123.      `-b' option is used, or when the compiler is built as a cross
  124.      compiler.
  125. `MD_STARTFILE_PREFIX_1'
  126.      If defined, this macro supplies yet another prefix to try after the
  127.      standard prefixes.  It is not searched when the `-b' option is
  128.      used, or when the compiler is built as a cross compiler.
  129. `LOCAL_INCLUDE_DIR'
  130.      Define this macro as a C string constant if you wish to override
  131.      the standard choice of `/usr/local/include' as the default prefix
  132.      to try when searching for local header files.  `LOCAL_INCLUDE_DIR'
  133.      comes before `SYSTEM_INCLUDE_DIR' in the search order.
  134.      Cross compilers do not use this macro and do not search either
  135.      `/usr/local/include' or its replacement.
  136. `SYSTEM_INCLUDE_DIR'
  137.      Define this macro as a C string constant if you wish to specify a
  138.      system-specific directory to search for header files before the
  139.      standard directory.  `SYSTEM_INCLUDE_DIR' comes before
  140.      `STANDARD_INCLUDE_DIR' in the search order.
  141.      Cross compilers do not use this macro and do not search the
  142.      directory specified.
  143. `STANDARD_INCLUDE_DIR'
  144.      Define this macro as a C string constant if you wish to override
  145.      the standard choice of `/usr/include' as the default prefix to try
  146.      when searching for header files.
  147.      Cross compilers do not use this macro and do not search either
  148.      `/usr/include' or its replacement.
  149. `INCLUDE_DEFAULTS'
  150.      Define this macro if you wish to override the entire default
  151.      search path for include files.  The default search path includes
  152.      `GPLUSPLUS_INCLUDE_DIR', `GCC_INCLUDE_DIR', `LOCAL_INCLUDE_DIR',
  153.      `SYSTEM_INCLUDE_DIR', and `STANDARD_INCLUDE_DIR'.  In addition,
  154.      the macros `GPLUSPLUS_INCLUDE_DIR' and `GCC_INCLUDE_DIR' are
  155.      defined automatically by `Makefile', and specify private search
  156.      areas for GCC.  The directory `GPLUSPLUS_INCLUDE_DIR' is used only
  157.      for C++ programs.
  158.      The definition should be an initializer for an array of structures.
  159.      Each array element should have two elements: the directory name (a
  160.      string constant) and a flag for C++-only directories.  Mark the
  161.      end of the array with a null element.  For example, here is the
  162.      definition used for VMS:
  163.           #define INCLUDE_DEFAULTS \
  164.           {                                       \
  165.             { "GNU_GXX_INCLUDE:", 1},             \
  166.             { "GNU_CC_INCLUDE:", 0},              \
  167.             { "SYS$SYSROOT:[SYSLIB.]", 0},        \
  168.             { ".", 0},                            \
  169.             { 0, 0}                               \
  170.           }
  171.    Here is the order of prefixes tried for exec files:
  172.   1. Any prefixes specified by the user with `-B'.
  173.   2. The environment variable `GCC_EXEC_PREFIX', if any.
  174.   3. The directories specified by the environment variable
  175.      `COMPILER_PATH'.
  176.   4. The macro `STANDARD_EXEC_PREFIX'.
  177.   5. `/usr/lib/gcc/'.
  178.   6. The macro `MD_EXEC_PREFIX', if any.
  179.    Here is the order of prefixes tried for startfiles:
  180.   1. Any prefixes specified by the user with `-B'.
  181.   2. The environment variable `GCC_EXEC_PREFIX', if any.
  182.   3. The directories specified by the environment variable
  183.      `LIBRARY_PATH'.
  184.   4. The macro `STANDARD_EXEC_PREFIX'.
  185.   5. `/usr/lib/gcc/'.
  186.   6. The macro `MD_EXEC_PREFIX', if any.
  187.   7. The macro `MD_STARTFILE_PREFIX', if any.
  188.   8. The macro `STANDARD_STARTFILE_PREFIX'.
  189.   9. `/lib/'.
  190.  10. `/usr/lib/'.
  191. File: gcc.info,  Node: Run-time Target,  Next: Storage Layout,  Prev: Driver,  Up: Target Macros
  192. Run-time Target Specification
  193. =============================
  194. `CPP_PREDEFINES'
  195.      Define this to be a string constant containing `-D' options to
  196.      define the predefined macros that identify this machine and system.
  197.      These macros will be predefined unless the `-ansi' option is
  198.      specified.
  199.      In addition, a parallel set of macros are predefined, whose names
  200.      are made by appending `__' at the beginning and at the end.  These
  201.      `__' macros are permitted by the ANSI standard, so they are
  202.      predefined regardless of whether `-ansi' is specified.
  203.      For example, on the Sun, one can use the following value:
  204.           "-Dmc68000 -Dsun -Dunix"
  205.      The result is to define the macros `__mc68000__', `__sun__' and
  206.      `__unix__' unconditionally, and the macros `mc68000', `sun' and
  207.      `unix' provided `-ansi' is not specified.
  208. `STDC_VALUE'
  209.      Define the value to be assigned to the built-in macro `__STDC__'.
  210.      The default is the value `1'.
  211. `extern int target_flags;'
  212.      This declaration should be present.
  213. `TARGET_...'
  214.      This series of macros is to allow compiler command arguments to
  215.      enable or disable the use of optional features of the target
  216.      machine. For example, one machine description serves both the
  217.      68000 and the 68020; a command argument tells the compiler whether
  218.      it should use 68020-only instructions or not.  This command
  219.      argument works by means of a macro `TARGET_68020' that tests a bit
  220.      in `target_flags'.
  221.      Define a macro `TARGET_FEATURENAME' for each such option. Its
  222.      definition should test a bit in `target_flags'; for example:
  223.           #define TARGET_68020 (target_flags & 1)
  224.      One place where these macros are used is in the
  225.      condition-expressions of instruction patterns.  Note how
  226.      `TARGET_68020' appears frequently in the 68000 machine description
  227.      file, `m68k.md'. Another place they are used is in the definitions
  228.      of the other macros in the `MACHINE.h' file.
  229. `TARGET_SWITCHES'
  230.      This macro defines names of command options to set and clear bits
  231.      in `target_flags'.  Its definition is an initializer with a
  232.      subgrouping for each command option.
  233.      Each subgrouping contains a string constant, that defines the
  234.      option name, and a number, which contains the bits to set in
  235.      `target_flags'.  A negative number says to clear bits instead; the
  236.      negative of the number is which bits to clear.  The actual option
  237.      name is made by appending `-m' to the specified name.
  238.      One of the subgroupings should have a null string.  The number in
  239.      this grouping is the default value for `target_flags'.  Any target
  240.      options act starting with that value.
  241.      Here is an example which defines `-m68000' and `-m68020' with
  242.      opposite meanings, and picks the latter as the default:
  243.           #define TARGET_SWITCHES \
  244.             { { "68020", 1},      \
  245.               { "68000", -1},     \
  246.               { "", 1}}
  247. `TARGET_OPTIONS'
  248.      This macro is similar to `TARGET_SWITCHES' but defines names of
  249.      command options that have values.  Its definition is an
  250.      initializer with a subgrouping for each command option.
  251.      Each subgrouping contains a string constant, that defines the
  252.      fixed part of the option name, and the address of a variable.  The
  253.      variable, type `char *', is set to the variable part of the given
  254.      option if the fixed part matches.  The actual option name is made
  255.      by appending `-m' to the specified name.
  256.      Here is an example which defines `-mshort-data-NUMBER'.  If the
  257.      given option is `-mshort-data-512', the variable `m88k_short_data'
  258.      will be set to the string `"512"'.
  259.           extern char *m88k_short_data;
  260.           #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
  261. `TARGET_VERSION'
  262.      This macro is a C statement to print on `stderr' a string
  263.      describing the particular machine description choice.  Every
  264.      machine description should define `TARGET_VERSION'.  For example:
  265.           #ifdef MOTOROLA
  266.           #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)");
  267.           #else
  268.           #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)");
  269.           #endif
  270. `OVERRIDE_OPTIONS'
  271.      Sometimes certain combinations of command options do not make
  272.      sense on a particular target machine.  You can define a macro
  273.      `OVERRIDE_OPTIONS' to take account of this.  This macro, if
  274.      defined, is executed once just after all the command options have
  275.      been parsed.
  276.      Don't use this macro to turn on various extra optimizations for
  277.      `-O'.  That is what `OPTIMIZATION_OPTIONS' is for.
  278. `OPTIMIZATION_OPTIONS (LEVEL)'
  279.      Some machines may desire to change what optimizations are
  280.      performed for various optimization levels.   This macro, if
  281.      defined, is executed once just after the optimization level is
  282.      determined and before the remainder of the command options have
  283.      been parsed.  Values set in this macro are used as the default
  284.      values for the other command line options.
  285.      LEVEL is the optimization level specified; 2 if -O2 is specified,
  286.      1 if -O is specified, and 0 if neither is specified.
  287.      *Do not examine `write_symbols' in this macro!* The debugging
  288.      options are not supposed to alter the generated code.
  289. File: gcc.info,  Node: Storage Layout,  Next: Type Layout,  Prev: Run-time Target,  Up: Target Macros
  290. Storage Layout
  291. ==============
  292.    Note that the definitions of the macros in this table which are
  293. sizes or alignments measured in bits do not need to be constant.  They
  294. can be C expressions that refer to static variables, such as the
  295. `target_flags'. *Note Run-time Target::.
  296. `BITS_BIG_ENDIAN'
  297.      Define this macro to be the value 1 if the most significant bit in
  298.      a byte has the lowest number; otherwise define it to be the value
  299.      zero. This means that bit-field instructions count from the most
  300.      significant bit.  If the machine has no bit-field instructions,
  301.      this macro is irrelevant.
  302.      This macro does not affect the way structure fields are packed into
  303.      bytes or words; that is controlled by `BYTES_BIG_ENDIAN'.
  304. `BYTES_BIG_ENDIAN'
  305.      Define this macro to be 1 if the most significant byte in a word
  306.      has the lowest number.
  307. `WORDS_BIG_ENDIAN'
  308.      Define this macro to be 1 if, in a multiword object, the most
  309.      significant word has the lowest number.  This applies to both
  310.      memory locations and registers; GNU CC fundamentally assumes that
  311.      the order of words in memory is the same as the order in registers.
  312. `BITS_PER_UNIT'
  313.      Number of bits in an addressable storage unit (byte); normally 8.
  314. `BITS_PER_WORD'
  315.      Number of bits in a word; normally 32.
  316. `MAX_BITS_PER_WORD'
  317.      Maximum number of bits in a word.  If this is undefined, the
  318.      default is `BITS_PER_WORD'.  Otherwise, it is the constant value
  319.      that is the largest value that `BITS_PER_WORD' can have at
  320.      run-time.
  321. `UNITS_PER_WORD'
  322.      Number of storage units in a word; normally 4.
  323. `POINTER_SIZE'
  324.      Width of a pointer, in bits.
  325. `PROMOTE_MODE (M, UNSIGNEDP, TYPE)'
  326.      A macro to update M and UNSIGNEDP when an object whose type is
  327.      TYPE and which has the specified mode and signedness is to be
  328.      stored in a register.  This macro is only called when TYPE is a
  329.      scalar type.
  330.      On most RISC machines, which only have operations that operate on
  331.      a full register, define this macro to set M to `word_mode' if M is
  332.      an integer mode narrower than `BITS_PER_WORD'.  In most cases,
  333.      only integer modes should be widened because wider-precision
  334.      floating-point operations are usually more expensive than their
  335.      narrower counterparts.
  336.      For most machines, the macro definition does not change UNSIGNEDP.
  337.      However, some machines, have instructions that preferentially
  338.      handle either signed or unsigned quanities of certain modes.  For
  339.      example, on the DEC Alpha, 32-bit loads from memory and 32-bit add
  340.      instructions sign-extend the result to 64 bits.  On such machines,
  341.      set UNSIGNEDP according to which kind of extension is more
  342.      efficient.
  343.      Do not define this macro if it would never modify M.
  344. `PROMOTE_FUNCTION_ARGS'
  345.      Define this macro if the promotion described by `PROMOTE_MODE'
  346.      should also be done for outgoing function arguments.
  347. `PROMOTE_FUNCTION_RETURN'
  348.      Define this macro if the promotion described by `PROMOTE_MODE'
  349.      should also be done for the return value of functions.
  350.      If this macro is defined, `FUNCTION_VALUE' must perform the same
  351.      promotions done by `PROMOTE_MODE'.
  352. `PARM_BOUNDARY'
  353.      Normal alignment required for function parameters on the stack, in
  354.      bits.  All stack parameters receive at least this much alignment
  355.      regardless of data type.  On most machines, this is the same as the
  356.      size of an integer.
  357. `STACK_BOUNDARY'
  358.      Define this macro if you wish to preserve a certain alignment for
  359.      the stack pointer.  The definition is a C expression for the
  360.      desired alignment (measured in bits).
  361.      If `PUSH_ROUNDING' is not defined, the stack will always be aligned
  362.      to the specified boundary.  If `PUSH_ROUNDING' is defined and
  363.      specifies a less strict alignment than `STACK_BOUNDARY', the stack
  364.      may be momentarily unaligned while pushing arguments.
  365. `FUNCTION_BOUNDARY'
  366.      Alignment required for a function entry point, in bits.
  367. `BIGGEST_ALIGNMENT'
  368.      Biggest alignment that any data type can require on this machine,
  369.      in bits.
  370. `BIGGEST_FIELD_ALIGNMENT'
  371.      Biggest alignment that any structure field can require on this
  372.      machine, in bits.  If defined, this overrides `BIGGEST_ALIGNMENT'
  373.      for structure fields only.
  374. `MAX_OFILE_ALIGNMENT'
  375.      Biggest alignment supported by the object file format of this
  376.      machine. Use this macro to limit the alignment which can be
  377.      specified using the `__attribute__ ((aligned (N)))' construct.  If
  378.      not defined, the default value is `BIGGEST_ALIGNMENT'.
  379. `DATA_ALIGNMENT (TYPE, BASIC-ALIGN)'
  380.      If defined, a C expression to compute the alignment for a static
  381.      variable.  TYPE is the data type, and BASIC-ALIGN is the alignment
  382.      that the object would ordinarily have.  The value of this macro is
  383.      used instead of that alignment to align the object.
  384.      If this macro is not defined, then BASIC-ALIGN is used.
  385.      One use of this macro is to increase alignment of medium-size data
  386.      to make it all fit in fewer cache lines.  Another is to cause
  387.      character arrays to be word-aligned so that `strcpy' calls that
  388.      copy constants to character arrays can be done inline.
  389. `CONSTANT_ALIGNMENT (CONSTANT, BASIC-ALIGN)'
  390.      If defined, a C expression to compute the alignment given to a
  391.      constant that is being placed in memory.  CONSTANT is the constant
  392.      and BASIC-ALIGN is the alignment that the object would ordinarily
  393.      have.  The value of this macro is used instead of that alignment to
  394.      align the object.
  395.      If this macro is not defined, then BASIC-ALIGN is used.
  396.      The typical use of this macro is to increase alignment for string
  397.      constants to be word aligned so that `strcpy' calls that copy
  398.      constants can be done inline.
  399. `EMPTY_FIELD_BOUNDARY'
  400.      Alignment in bits to be given to a structure bit field that
  401.      follows an empty field such as `int : 0;'.
  402.      Note that `PCC_BITFIELD_TYPE_MATTERS' also affects the alignment
  403.      that results from an empty field.
  404. `STRUCTURE_SIZE_BOUNDARY'
  405.      Number of bits which any structure or union's size must be a
  406.      multiple of. Each structure or union's size is rounded up to a
  407.      multiple of this.
  408.      If you do not define this macro, the default is the same as
  409.      `BITS_PER_UNIT'.
  410. `STRICT_ALIGNMENT'
  411.      Define this macro to be the value 1 if instructions will fail to
  412.      work if given data not on the nominal alignment.  If instructions
  413.      will merely go slower in that case, define this macro as 0.
  414. `PCC_BITFIELD_TYPE_MATTERS'
  415.      Define this if you wish to imitate the way many other C compilers
  416.      handle alignment of bitfields and the structures that contain them.
  417.      The behavior is that the type written for a bitfield (`int',
  418.      `short', or other integer type) imposes an alignment for the
  419.      entire structure, as if the structure really did contain an
  420.      ordinary field of that type.  In addition, the bitfield is placed
  421.      within the structure so that it would fit within such a field, not
  422.      crossing a boundary for it.
  423.      Thus, on most machines, a bitfield whose type is written as `int'
  424.      would not cross a four-byte boundary, and would force four-byte
  425.      alignment for the whole structure.  (The alignment used may not be
  426.      four bytes; it is controlled by the other alignment parameters.)
  427.      If the macro is defined, its definition should be a C expression;
  428.      a nonzero value for the expression enables this behavior.
  429.      Note that if this macro is not defined, or its value is zero, some
  430.      bitfields may cross more than one alignment boundary.  The
  431.      compiler can support such references if there are `insv', `extv',
  432.      and `extzv' insns that can directly reference memory.
  433.      The other known way of making bitfields work is to define
  434.      `STRUCTURE_SIZE_BOUNDARY' as large as `BIGGEST_ALIGNMENT'. Then
  435.      every structure can be accessed with fullwords.
  436.      Unless the machine has bitfield instructions or you define
  437.      `STRUCTURE_SIZE_BOUNDARY' that way, you must define
  438.      `PCC_BITFIELD_TYPE_MATTERS' to have a nonzero value.
  439.      If your aim is to make GNU CC use the same conventions for laying
  440.      out bitfields as are used by another compiler, here is how to
  441.      investigate what the other compiler does.  Compile and run this
  442.      program:
  443.           struct foo1
  444.           {
  445.             char x;
  446.             char :0;
  447.             char y;
  448.           };
  449.           
  450.           struct foo2
  451.           {
  452.             char x;
  453.             int :0;
  454.             char y;
  455.           };
  456.           
  457.           main ()
  458.           {
  459.             printf ("Size of foo1 is %d\n", sizeof (struct foo1));
  460.             printf ("Size of foo2 is %d\n", sizeof (struct foo2));
  461.             exit (0);
  462.           }
  463.      If this prints 2 and 5, then the compiler's behavior is what you
  464.      would get from `PCC_BITFIELD_TYPE_MATTERS'.
  465. `BITFIELD_NBYTES_LIMITED'
  466.      Like PCC_BITFIELD_TYPE_MATTERS except that its effect is limited to
  467.      aligning a bitfield within the structure.
  468. `ROUND_TYPE_SIZE (STRUCT, SIZE, ALIGN)'
  469.      Define this macro as an expression for the overall size of a
  470.      structure (given by STRUCT as a tree node) when the size computed
  471.      from the fields is SIZE and the alignment is ALIGN.
  472.      The default is to round SIZE up to a multiple of ALIGN.
  473. `ROUND_TYPE_ALIGN (STRUCT, COMPUTED, SPECIFIED)'
  474.      Define this macro as an expression for the alignment of a structure
  475.      (given by STRUCT as a tree node) if the alignment computed in the
  476.      usual way is COMPUTED and the alignment explicitly specified was
  477.      SPECIFIED.
  478.      The default is to use SPECIFIED if it is larger; otherwise, use
  479.      the smaller of COMPUTED and `BIGGEST_ALIGNMENT'
  480. `MAX_FIXED_MODE_SIZE'
  481.      An integer expression for the size in bits of the largest integer
  482.      machine mode that should actually be used.  All integer machine
  483.      modes of this size or smaller can be used for structures and
  484.      unions with the appropriate sizes.  If this macro is undefined,
  485.      `GET_MODE_BITSIZE (DImode)' is assumed.
  486. `CHECK_FLOAT_VALUE (MODE, VALUE)'
  487.      A C statement to validate the value VALUE (of type `double') for
  488.      mode MODE.  This means that you check whether VALUE fits within
  489.      the possible range of values for mode MODE on this target machine.
  490.       The mode MODE is always `SFmode' or `DFmode'.
  491.      If VALUE is not valid, you should call `error' to print an error
  492.      message and then assign some valid value to VALUE. Allowing an
  493.      invalid value to go through the compiler can produce incorrect
  494.      assembler code which may even cause Unix assemblers to crash.
  495.      This macro need not be defined if there is no work for it to do.
  496. `TARGET_FLOAT_FORMAT'
  497.      A code distinguishing the floating point format of the target
  498.      machine. There are three defined values:
  499.     `IEEE_FLOAT_FORMAT'
  500.           This code indicates IEEE floating point.  It is the default;
  501.           there is no need to define this macro when the format is IEEE.
  502.     `VAX_FLOAT_FORMAT'
  503.           This code indicates the peculiar format used on the Vax.
  504.     `UNKNOWN_FLOAT_FORMAT'
  505.           This code indicates any other format.
  506.      The value of this macro is compared with `HOST_FLOAT_FORMAT'
  507.      (*note Config::.) to determine whether the target machine has the
  508.      same format as the host machine.  If any other formats are
  509.      actually in use on supported machines, new codes should be defined
  510.      for them.
  511. File: gcc.info,  Node: Type Layout,  Next: Registers,  Prev: Storage Layout,  Up: Target Macros
  512. Layout of Source Language Data Types
  513. ====================================
  514.    These macros define the sizes and other characteristics of the
  515. standard basic data types used in programs being compiled.  Unlike the
  516. macros in the previous section, these apply to specific features of C
  517. and related languages, rather than to fundamental aspects of storage
  518. layout.
  519. `INT_TYPE_SIZE'
  520.      A C expression for the size in bits of the type `int' on the
  521.      target machine.  If you don't define this, the default is one word.
  522. `SHORT_TYPE_SIZE'
  523.      A C expression for the size in bits of the type `short' on the
  524.      target machine.  If you don't define this, the default is half a
  525.      word. (If this would be less than one storage unit, it is rounded
  526.      up to one unit.)
  527. `LONG_TYPE_SIZE'
  528.      A C expression for the size in bits of the type `long' on the
  529.      target machine.  If you don't define this, the default is one word.
  530. `LONG_LONG_TYPE_SIZE'
  531.      A C expression for the size in bits of the type `long long' on the
  532.      target machine.  If you don't define this, the default is two
  533.      words.
  534. `CHAR_TYPE_SIZE'
  535.      A C expression for the size in bits of the type `char' on the
  536.      target machine.  If you don't define this, the default is one
  537.      quarter of a word.  (If this would be less than one storage unit,
  538.      it is rounded up to one unit.)
  539. `FLOAT_TYPE_SIZE'
  540.      A C expression for the size in bits of the type `float' on the
  541.      target machine.  If you don't define this, the default is one word.
  542. `DOUBLE_TYPE_SIZE'
  543.      A C expression for the size in bits of the type `double' on the
  544.      target machine.  If you don't define this, the default is two
  545.      words.
  546. `LONG_DOUBLE_TYPE_SIZE'
  547.      A C expression for the size in bits of the type `long double' on
  548.      the target machine.  If you don't define this, the default is two
  549.      words.
  550. `DEFAULT_SIGNED_CHAR'
  551.      An expression whose value is 1 or 0, according to whether the type
  552.      `char' should be signed or unsigned by default.  The user can
  553.      always override this default with the options `-fsigned-char' and
  554.      `-funsigned-char'.
  555. `DEFAULT_SHORT_ENUMS'
  556.      A C expression to determine whether to give an `enum' type only as
  557.      many bytes as it takes to represent the range of possible values
  558.      of that type.  A nonzero value means to do that; a zero value
  559.      means all `enum' types should be allocated like `int'.
  560.      If you don't define the macro, the default is 0.
  561. `SIZE_TYPE'
  562.      A C expression for a string describing the name of the data type
  563.      to use for size values.  The typedef name `size_t' is defined
  564.      using the contents of the string.
  565.      The string can contain more than one keyword.  If so, separate
  566.      them with spaces, and write first any length keyword, then
  567.      `unsigned' if appropriate, and finally `int'.  The string must
  568.      exactly match one of the data type names defined in the function
  569.      `init_decl_processing' in the file `c-decl.c'.  You may not omit
  570.      `int' or change the order--that would cause the compiler to crash
  571.      on startup.
  572.      If you don't define this macro, the default is `"long unsigned
  573.      int"'.
  574. `PTRDIFF_TYPE'
  575.      A C expression for a string describing the name of the data type
  576.      to use for the result of subtracting two pointers.  The typedef
  577.      name `ptrdiff_t' is defined using the contents of the string.  See
  578.      `SIZE_TYPE' above for more information.
  579.      If you don't define this macro, the default is `"long int"'.
  580. `WCHAR_TYPE'
  581.      A C expression for a string describing the name of the data type
  582.      to use for wide characters.  The typedef name `wchar_t' is defined
  583.      using the contents of the string.  See `SIZE_TYPE' above for more
  584.      information.
  585.      If you don't define this macro, the default is `"int"'.
  586. `WCHAR_TYPE_SIZE'
  587.      A C expression for the size in bits of the data type for wide
  588.      characters.  This is used in `cpp', which cannot make use of
  589.      `WCHAR_TYPE'.
  590. `OBJC_INT_SELECTORS'
  591.      Define this macro if the type of Objective C selectors should be
  592.      `int'.
  593.      If this macro is not defined, then selectors should have the type
  594.      `struct objc_selector *'.
  595. `OBJC_SELECTORS_WITHOUT_LABELS'
  596.      Define this macro if the compiler can group all the selectors
  597.      together into a vector and use just one label at the beginning of
  598.      the vector. Otherwise, the compiler must give each selector its
  599.      own assembler label.
  600.      On certain machines, it is important to have a separate label for
  601.      each selector because this enables the linker to eliminate
  602.      duplicate selectors.
  603. `TARGET_BELL'
  604.      A C constant expression for the integer value for escape sequence
  605.      `\a'.
  606. `TARGET_BS'
  607. `TARGET_TAB'
  608. `TARGET_NEWLINE'
  609.      C constant expressions for the integer values for escape sequences
  610.      `\b', `\t' and `\n'.
  611. `TARGET_VT'
  612. `TARGET_FF'
  613. `TARGET_CR'
  614.      C constant expressions for the integer values for escape sequences
  615.      `\v', `\f' and `\r'.
  616. File: gcc.info,  Node: Registers,  Next: Register Classes,  Prev: Type Layout,  Up: Target Macros
  617. Register Usage
  618. ==============
  619.    This section explains how to describe what registers the target
  620. machine has, and how (in general) they can be used.
  621.    The description of which registers a specific instruction can use is
  622. done with register classes; see *Note Register Classes::.  For
  623. information on using registers to access a stack frame, see *Note Frame
  624. Registers::. For passing values in registers, see *Note Register
  625. Arguments::. For returning values in registers, see *Note Scalar
  626. Return::.
  627. * Menu:
  628. * Register Basics::        Number and kinds of registers.
  629. * Allocation Order::        Order in which registers are allocated.
  630. * Values in Registers::        What kinds of values each reg can hold.
  631. * Leaf Functions::        Renumbering registers for leaf functions.
  632. * Stack Registers::        Handling a register stack such as 80387.
  633. * Obsolete Register Macros::    Macros formerly used for the 80387.
  634. File: gcc.info,  Node: Register Basics,  Next: Allocation Order,  Up: Registers
  635. Basic Characteristics of Registers
  636. ----------------------------------
  637. `FIRST_PSEUDO_REGISTER'
  638.      Number of hardware registers known to the compiler.  They receive
  639.      numbers 0 through `FIRST_PSEUDO_REGISTER-1'; thus, the first
  640.      pseudo register's number really is assigned the number
  641.      `FIRST_PSEUDO_REGISTER'.
  642. `FIXED_REGISTERS'
  643.      An initializer that says which registers are used for fixed
  644.      purposes all throughout the compiled code and are therefore not
  645.      available for general allocation.  These would include the stack
  646.      pointer, the frame pointer (except on machines where that can be
  647.      used as a general register when no frame pointer is needed), the
  648.      program counter on machines where that is considered one of the
  649.      addressable registers, and any other numbered register with a
  650.      standard use.
  651.      This information is expressed as a sequence of numbers, separated
  652.      by commas and surrounded by braces.  The Nth number is 1 if
  653.      register N is fixed, 0 otherwise.
  654.      The table initialized from this macro, and the table initialized by
  655.      the following one, may be overridden at run time either
  656.      automatically, by the actions of the macro
  657.      `CONDITIONAL_REGISTER_USAGE', or by the user with the command
  658.      options `-ffixed-REG', `-fcall-used-REG' and `-fcall-saved-REG'.
  659. `CALL_USED_REGISTERS'
  660.      Like `FIXED_REGISTERS' but has 1 for each register that is
  661.      clobbered (in general) by function calls as well as for fixed
  662.      registers.  This macro therefore identifies the registers that are
  663.      not available for general allocation of values that must live
  664.      across function calls.
  665.      If a register has 0 in `CALL_USED_REGISTERS', the compiler
  666.      automatically saves it on function entry and restores it on
  667.      function exit, if the register is used within the function.
  668. `CONDITIONAL_REGISTER_USAGE'
  669.      Zero or more C statements that may conditionally modify two
  670.      variables `fixed_regs' and `call_used_regs' (both of type `char
  671.      []') after they have been initialized from the two preceding
  672.      macros.
  673.      This is necessary in case the fixed or call-clobbered registers
  674.      depend on target flags.
  675.      You need not define this macro if it has no work to do.
  676.      If the usage of an entire class of registers depends on the target
  677.      flags, you may indicate this to GCC by using this macro to modify
  678.      `fixed_regs' and `call_used_regs' to 1 for each of the registers
  679.      in the classes which should not be used by GCC.  Also define the
  680.      macro `REG_CLASS_FROM_LETTER' to return `NO_REGS' if it is called
  681.      with a letter for a class that shouldn't be used.
  682.      (However, if this class is not included in `GENERAL_REGS' and all
  683.      of the insn patterns whose constraints permit this class are
  684.      controlled by target switches, then GCC will automatically avoid
  685.      using these registers when the target switches are opposed to
  686.      them.)
  687. `NON_SAVING_SETJMP'
  688.      If this macro is defined and has a nonzero value, it means that
  689.      `setjmp' and related functions fail to save the registers, or that
  690.      `longjmp' fails to restore them.  To compensate, the compiler
  691.      avoids putting variables in registers in functions that use
  692.      `setjmp'.
  693. File: gcc.info,  Node: Allocation Order,  Next: Values in Registers,  Prev: Register Basics,  Up: Registers
  694. Order of Allocation of Registers
  695. --------------------------------
  696. `REG_ALLOC_ORDER'
  697.      If defined, an initializer for a vector of integers, containing the
  698.      numbers of hard registers in the order in which GNU CC should
  699.      prefer to use them (from most preferred to least).
  700.      If this macro is not defined, registers are used lowest numbered
  701.      first (all else being equal).
  702.      One use of this macro is on machines where the highest numbered
  703.      registers must always be saved and the save-multiple-registers
  704.      instruction supports only sequences of consecutive registers.  On
  705.      such machines, define `REG_ALLOC_ORDER' to be an initializer that
  706.      lists the highest numbered allocatable register first.
  707. `ORDER_REGS_FOR_LOCAL_ALLOC'
  708.      A C statement (sans semicolon) to choose the order in which to
  709.      allocate hard registers for pseudo-registers local to a basic
  710.      block.
  711.      Store the desired order of registers in the array
  712.      `reg_alloc_order'.  Element 0 should be the register to allocate
  713.      first; element 1, the next register; and so on.
  714.      The macro body should not assume anything about the contents of
  715.      `reg_alloc_order' before execution of the macro.
  716.      On most machines, it is not necessary to define this macro.
  717. File: gcc.info,  Node: Values in Registers,  Next: Leaf Functions,  Prev: Allocation Order,  Up: Registers
  718. How Values Fit in Registers
  719. ---------------------------
  720.    This section discusses the macros that describe which kinds of values
  721. (specifically, which machine modes) each register can hold, and how many
  722. consecutive registers are needed for a given mode.
  723. `HARD_REGNO_NREGS (REGNO, MODE)'
  724.      A C expression for the number of consecutive hard registers,
  725.      starting at register number REGNO, required to hold a value of mode
  726.      MODE.
  727.      On a machine where all registers are exactly one word, a suitable
  728.      definition of this macro is
  729.           #define HARD_REGNO_NREGS(REGNO, MODE)            \
  730.              ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1)  \
  731.               / UNITS_PER_WORD))
  732. `HARD_REGNO_MODE_OK (REGNO, MODE)'
  733.      A C expression that is nonzero if it is permissible to store a
  734.      value of mode MODE in hard register number REGNO (or in several
  735.      registers starting with that one).  For a machine where all
  736.      registers are equivalent, a suitable definition is
  737.           #define HARD_REGNO_MODE_OK(REGNO, MODE) 1
  738.      It is not necessary for this macro to check for the numbers of
  739.      fixed registers, because the allocation mechanism considers them
  740.      to be always occupied.
  741.      On some machines, double-precision values must be kept in even/odd
  742.      register pairs.  The way to implement that is to define this macro
  743.      to reject odd register numbers for such modes.
  744.      The minimum requirement for a mode to be OK in a register is that
  745.      the `movMODE' instruction pattern support moves between the
  746.      register and any other hard register for which the mode is OK; and
  747.      that moving a value into the register and back out not alter it.
  748.      Since the same instruction used to move `SImode' will work for all
  749.      narrower integer modes, it is not necessary on any machine for
  750.      `HARD_REGNO_MODE_OK' to distinguish between these modes, provided
  751.      you define patterns `movhi', etc., to take advantage of this.  This
  752.      is useful because of the interaction between `HARD_REGNO_MODE_OK'
  753.      and `MODES_TIEABLE_P'; it is very desirable for all integer modes
  754.      to be tieable.
  755.      Many machines have special registers for floating point arithmetic.
  756.      Often people assume that floating point machine modes are allowed
  757.      only in floating point registers.  This is not true.  Any
  758.      registers that can hold integers can safely *hold* a floating
  759.      point machine mode, whether or not floating arithmetic can be done
  760.      on it in those registers.  Integer move instructions can be used
  761.      to move the values.
  762.      On some machines, though, the converse is true: fixed-point machine
  763.      modes may not go in floating registers.  This is true if the
  764.      floating registers normalize any value stored in them, because
  765.      storing a non-floating value there would garble it.  In this case,
  766.      `HARD_REGNO_MODE_OK' should reject fixed-point machine modes in
  767.      floating registers.  But if the floating registers do not
  768.      automatically normalize, if you can store any bit pattern in one
  769.      and retrieve it unchanged without a trap, then any machine mode
  770.      may go in a floating register, so you can define this macro to say
  771.      so.
  772.      On some machines, such as the Sparc and the Mips, we get better
  773.      code by defining `HARD_REGNO_MODE_OK' to forbid integers in
  774.      floating registers, even though the hardware is capable of
  775.      handling them.  This is because transferring values between
  776.      floating registers and general registers is so slow that it is
  777.      better to keep the integer in memory.
  778.      The primary significance of special floating registers is rather
  779.      that they are the registers acceptable in floating point arithmetic
  780.      instructions.  However, this is of no concern to
  781.      `HARD_REGNO_MODE_OK'.  You handle it by writing the proper
  782.      constraints for those instructions.
  783.      On some machines, the floating registers are especially slow to
  784.      access, so that it is better to store a value in a stack frame
  785.      than in such a register if floating point arithmetic is not being
  786.      done.  As long as the floating registers are not in class
  787.      `GENERAL_REGS', they will not be used unless some pattern's
  788.      constraint asks for one.
  789. `MODES_TIEABLE_P (MODE1, MODE2)'
  790.      A C expression that is nonzero if it is desirable to choose
  791.      register allocation so as to avoid move instructions between a
  792.      value of mode MODE1 and a value of mode MODE2.
  793.      If `HARD_REGNO_MODE_OK (R, MODE1)' and `HARD_REGNO_MODE_OK (R,
  794.      MODE2)' are ever different for any R, then `MODES_TIEABLE_P (MODE1,
  795.      MODE2)' must be zero.
  796. File: gcc.info,  Node: Leaf Functions,  Next: Stack Registers,  Prev: Values in Registers,  Up: Registers
  797. Handling Leaf Functions
  798. -----------------------
  799.    On some machines, a leaf function (i.e., one which makes no calls)
  800. can run more efficiently if it does not make its own register window. 
  801. Often this means it is required to receive its arguments in the
  802. registers where they are passed by the caller, instead of the registers
  803. where they would normally arrive.
  804.    The special treatment for leaf functions generally applies only when
  805. other conditions are met; for example, often they may use only those
  806. registers for its own variables and temporaries.  We use the term "leaf
  807. function" to mean a function that is suitable for this special
  808. handling, so that functions with no calls are not necessarily "leaf
  809. functions".
  810.    GNU CC assigns register numbers before it knows whether the function
  811. is suitable for leaf function treatment.  So it needs to renumber the
  812. registers in order to output a leaf function.  The following macros
  813. accomplish this.
  814. `LEAF_REGISTERS'
  815.      A C initializer for a vector, indexed by hard register number,
  816.      which contains 1 for a register that is allowable in a candidate
  817.      for leaf function treatment.
  818.      If leaf function treatment involves renumbering the registers,
  819.      then the registers marked here should be the ones before
  820.      renumbering--those that GNU CC would ordinarily allocate.  The
  821.      registers which will actually be used in the assembler code, after
  822.      renumbering, should not be marked with 1 in this vector.
  823.      Define this macro only if the target machine offers a way to
  824.      optimize the treatment of leaf functions.
  825. `LEAF_REG_REMAP (REGNO)'
  826.      A C expression whose value is the register number to which REGNO
  827.      should be renumbered, when a function is treated as a leaf
  828.      function.
  829.      If REGNO is a register number which should not appear in a leaf
  830.      function before renumbering, then the expression should yield -1,
  831.      which will cause the compiler to abort.
  832.      Define this macro only if the target machine offers a way to
  833.      optimize the treatment of leaf functions, and registers need to be
  834.      renumbered to do this.
  835. `REG_LEAF_ALLOC_ORDER'
  836.      If defined, an initializer for a vector of integers, containing the
  837.      numbers of hard registers in the order in which the GNU CC should
  838.      prefer to use them (from most preferred to least) in a leaf
  839.      function.  If this macro is not defined, REG_ALLOC_ORDER is used
  840.      for both non-leaf and leaf-functions.
  841.    Normally, it is necessary for `FUNCTION_PROLOGUE' and
  842. `FUNCTION_EPILOGUE' to treat leaf functions specially.  It can test the
  843. C variable `leaf_function' which is nonzero for leaf functions. (The
  844. variable `leaf_function' is defined only if `LEAF_REGISTERS' is
  845. defined.)
  846. File: gcc.info,  Node: Stack Registers,  Next: Obsolete Register Macros,  Prev: Leaf Functions,  Up: Registers
  847. Registers That Form a Stack
  848. ---------------------------
  849.    There are special features to handle computers where some of the
  850. "registers" form a stack, as in the 80387 coprocessor for the 80386.
  851. Stack registers are normally written by pushing onto the stack, and are
  852. numbered relative to the top of the stack.
  853.    Currently, GNU CC can only handle one group of stack-like registers,
  854. and they must be consecutively numbered.
  855. `STACK_REGS'
  856.      Define this if the machine has any stack-like registers.
  857. `FIRST_STACK_REG'
  858.      The number of the first stack-like register.  This one is the top
  859.      of the stack.
  860. `LAST_STACK_REG'
  861.      The number of the last stack-like register.  This one is the
  862.      bottom of the stack.
  863. File: gcc.info,  Node: Obsolete Register Macros,  Prev: Stack Registers,  Up: Registers
  864. Obsolete Macros for Controlling Register Usage
  865. ----------------------------------------------
  866.    These features do not work very well.  They exist because they used
  867. to be required to generate correct code for the 80387 coprocessor of the
  868. 80386.  They are no longer used by that machine description and may be
  869. removed in a later version of the compiler.  Don't use them!
  870. `OVERLAPPING_REGNO_P (REGNO)'
  871.      If defined, this is a C expression whose value is nonzero if hard
  872.      register number REGNO is an overlapping register.  This means a
  873.      hard register which overlaps a hard register with a different
  874.      number. (Such overlap is undesirable, but occasionally it allows a
  875.      machine to be supported which otherwise could not be.)  This macro
  876.      must return nonzero for *all* the registers which overlap each
  877.      other.  GNU CC can use an overlapping register only in certain
  878.      limited ways.  It can be used for allocation within a basic block,
  879.      and may be spilled for reloading; that is all.
  880.      If this macro is not defined, it means that none of the hard
  881.      registers overlap each other.  This is the usual situation.
  882. `INSN_CLOBBERS_REGNO_P (INSN, REGNO)'
  883.      If defined, this is a C expression whose value should be nonzero if
  884.      the insn INSN has the effect of mysteriously clobbering the
  885.      contents of hard register number REGNO.  By "mysterious" we mean
  886.      that the insn's RTL expression doesn't describe such an effect.
  887.      If this macro is not defined, it means that no insn clobbers
  888.      registers mysteriously.  This is the usual situation; all else
  889.      being equal, it is best for the RTL expression to show all the
  890.      activity.
  891. `PRESERVE_DEATH_INFO_REGNO_P (REGNO)'
  892.      If defined, this is a C expression whose value is nonzero if
  893.      accurate `REG_DEAD' notes are needed for hard register number REGNO
  894.      at the time of outputting the assembler code.  When this is so, a
  895.      few optimizations that take place after register allocation and
  896.      could invalidate the death notes are not done when this register is
  897.      involved.
  898.      You would arrange to preserve death info for a register when some
  899.      of the code in the machine description which is executed to write
  900.      the assembler code looks at the death notes.  This is necessary
  901.      only when the actual hardware feature which GNU CC thinks of as a
  902.      register is not actually a register of the usual sort.  (It might,
  903.      for example, be a hardware stack.)
  904.      If this macro is not defined, it means that no death notes need to
  905.      be preserved.  This is the usual situation.
  906.