This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 30551888339 Implement TARGET_HANDLE_GENERIC_ATTRIBUTE new bbe06dc7040 MSP430: Setup exclusion tables for function and data attributes new da423e0efe2 MSP430: Use default_elf_select_section to determine section [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 36 +++ gcc/config/msp430/msp430.c | 280 +++++++++++++-------- gcc/testsuite/ChangeLog | 9 +- .../gcc.target/msp430/data-attributes-2.c | 51 ++++ .../gcc.target/msp430/function-attributes-4.c | 27 +- .../gcc.target/msp430/region-attribute-misuse.c | 6 +- 6 files changed, 283 insertions(+), 126 deletions(-) create mode 100644 gcc/testsuite/gcc.target/msp430/data-attributes-2.c