OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gas/] [config/] [obj-coff.c] - Diff between revs 16 and 163

Show entire file | Details | Blame | View Log

Rev 16 Rev 163
Line 1529... Line 1529...
                  +-- section name               'l' for lib
                  +-- section name               'l' for lib
                                                 'n' for noload
                                                 'n' for noload
                                                 'o' for over
                                                 'o' for over
                                                 'w' for data
                                                 'w' for data
                                                 'd' (apparently m88k for data)
                                                 'd' (apparently m88k for data)
 
                                                 'e' for exclude
                                                 'x' for text
                                                 'x' for text
                                                 'r' for read-only data
                                                 'r' for read-only data
                                                 's' for shared data (PE)
                                                 's' for shared data (PE)
                                                 'y' for noread
                                                 'y' for noread
                                           '0' - '9' for power-of-two alignment (GNU extension).
                                           '0' - '9' for power-of-two alignment (GNU extension).
Line 1596... Line 1597...
                  alignment = attr - '0';
                  alignment = attr - '0';
                  continue;
                  continue;
                }
                }
              switch (attr)
              switch (attr)
                {
                {
 
                case 'e':
 
                  /* Exclude section from linking.  */
 
                  flags |= SEC_EXCLUDE;
 
                  break;
 
 
                case 'b':
                case 'b':
                  /* Uninitialised data section.  */
                  /* Uninitialised data section.  */
                  flags |= SEC_ALLOC;
                  flags |= SEC_ALLOC;
                  flags &=~ SEC_LOAD;
                  flags &=~ SEC_LOAD;
                  break;
                  break;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.